Skip to content

Commit d5da46e

Browse files
committed
release: bump version to v1.2.4
1 parent 20b2749 commit d5da46e

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.
44

55
---
6-
## [1.2.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.2.2..v1.2.3) - 2025-02-15
6+
## [1.2.4](https://github.com/GZTimeWalker/GZCTF/compare/v1.2.3..v1.2.4) - 2025-03-08
7+
8+
### 🐛 Bug Fixes
9+
10+
- **(game)** flush scoreboard after transaction commit - ([20b274](https://github.com/GZTimeWalker/GZCTF/commit/20b274)) by **GZTime**
11+
12+
---
13+
## [1.2.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.2.2..v1.2.3) - 2025-02-17
714

815
### ⛰️ Features
916

src/GZCTF.Test/GZCTF.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<CollectCoverage>true</CollectCoverage>
77
<Configurations>Debug;Release</Configurations>
8-
<ReleaseVersion>1.2.3</ReleaseVersion>
8+
<ReleaseVersion>1.2.4</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</PropertyGroup>

src/GZCTF.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Global
4040
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
4141
EndGlobalSection
4242
GlobalSection(MonoDevelopProperties) = preSolution
43-
version = 1.2.3
43+
version = 1.2.4
4444
EndGlobalSection
4545
EndGlobal

src/GZCTF/ClientApp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/GZCTF/GZCTF.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<AssemblyVersion>1.2.3.0</AssemblyVersion>
5+
<AssemblyVersion>1.2.4.0</AssemblyVersion>
66
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
@@ -18,7 +18,7 @@
1818
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
1919
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
2020
<Configurations>Debug;Release</Configurations>
21-
<ReleaseVersion>1.2.3</ReleaseVersion>
21+
<ReleaseVersion>1.2.4</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<EFOptimizeContext>true</EFOptimizeContext>

0 commit comments

Comments
 (0)