Skip to content

Commit

Permalink
release: bump version to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Feb 24, 2023
1 parent 59b903f commit 277d63e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GZCTF.Test/CTFServer.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.13.0</ReleaseVersion>
<ReleaseVersion>0.13.1</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.13.0
version = 0.13.1
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions GZCTF/CTFServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyVersion>0.13.0</AssemblyVersion>
<AssemblyVersion>0.13.1</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 All @@ -18,7 +18,7 @@
<SpaProxyServerUrl>http://localhost:3000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm run dev</SpaProxyLaunchCommand>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.13.0</ReleaseVersion>
<ReleaseVersion>0.13.1</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<LangVersion>preview</LangVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
Expand Down
2 changes: 1 addition & 1 deletion GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.13.0",
"version": "0.13.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion GZCTF/nswag.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"webApiToOpenApi": {
"isAspNetCore": true,
"infoTitle": "GZCTF API",
"infoVersion": "0.13.0",
"infoVersion": "0.13.1",
"generateXmlObjects": true,
"generateAbstractProperties": true,
"output": "ClientApp/template/swagger.out.json",
Expand Down

0 comments on commit 277d63e

Please sign in to comment.