Skip to content

Commit

Permalink
add suffix for private release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Jun 25, 2024
1 parent a6cfde7 commit 5a8b817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
<!-- Version Info -->
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>17</MinorVersion>
<MinorVersion>18</MinorVersion>
<PatchVersion>3</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<FileVersion>$(VersionPrefix).0</FileVersion>
<!-- FileVersionRevision is expected to be set by the CI. This is useful for distinguishing between multiple builds of the same version. -->
<FileVersion Condition="'$(FileVersionRevision)' != ''">$(VersionPrefix).$(FileVersionRevision)</FileVersion>
<!-- The assembly version is only the major/minor pair, making it easier to do in-place upgrades -->
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
<VersionSuffix>preview.1</VersionSuffix>
</PropertyGroup>

<!-- This version is used as the nuget package version -->
Expand Down

0 comments on commit 5a8b817

Please sign in to comment.