Skip to content

Commit

Permalink
chore: set rc.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilzendegen committed Feb 1, 2024
1 parent 0c53e60 commit 695c7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<Nullable>enable</Nullable>

<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>alpha.9</VersionSuffix>
<VersionSuffix>rc.0</VersionSuffix>
<Version Condition="'$(BuildNumber)' != ''">$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>

<!-- NuGet Package information -->
<Company>Thinktecture AG</Company>
<Product>Thinktecture RelayServer</Product>
<Copyright>Copyright © $(Company) 2015 - 2023. All rights reserved.</Copyright>
<Copyright>Copyright © $(Company) 2015 - 2024. All rights reserved.</Copyright>
<Authors>Sebastian Gingter;Thomas Hilzendegen</Authors>
<PackageTags>thinktecture;relayserver</PackageTags>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 695c7fb

Please sign in to comment.