Skip to content

Commit

Permalink
fix(version): use 0.18.0.0 instead of semver
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Feb 3, 2024
1 parent 74abab0 commit 52330db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>0.18.0-preview.0</AssemblyVersion>
<AssemblyVersion>0.18.0.0</AssemblyVersion>
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 52330db

Please sign in to comment.