Skip to content

Commit

Permalink
fix(Solution): Fixed project version tags, and instead used VersionSu…
Browse files Browse the repository at this point in the history
…ffix

Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed May 22, 2024
1 parent 64255e6 commit e288a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>$(VersionPrefix)-alpha1</Version>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>alpha1</VersionSuffix>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>$(VersionPrefix)-alpha1</Version>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>alpha1</VersionSuffix>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion src/ServerlessWorkflow.Sdk/ServerlessWorkflow.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>$(VersionPrefix)-alpha1</Version>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>alpha1</VersionSuffix>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit e288a91

Please sign in to comment.