Skip to content

Commit

Permalink
release: bump version to v0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 29, 2023
1 parent 40e8cfa commit 099f8d4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.17.6](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.5..v0.17.6) - 2023-09-29

### 🐛 Bug Fixes

- game starts 1 minute later (#154) - ([77d1d2](https://github.com/GZTimeWalker/GZCTF/commit/77d1d2)) by **Monad**

---
## [0.17.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.4..v0.17.5) - 2023-09-24

Expand All @@ -13,7 +20,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b

### ⚙️ Miscellaneous Tasks

- format code - ([9d0da3](https://github.com/GZTimeWalker/GZCTF/commit/9d0da3)) by **GZTime**
- format code - ([6051a1](https://github.com/GZTimeWalker/GZCTF/commit/6051a1)) by **GZTime**

---
## [0.17.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.3..v0.17.4) - 2023-09-22
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.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.17.5</ReleaseVersion>
<ReleaseVersion>0.17.6</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.17.5
version = 0.17.6
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyVersion>0.17.5</AssemblyVersion>
<AssemblyVersion>0.17.6</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:63000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>pnpm run dev --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.17.5</ReleaseVersion>
<ReleaseVersion>0.17.6</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<LangVersion>preview</LangVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
Expand Down

0 comments on commit 099f8d4

Please sign in to comment.