Skip to content

Commit e0fd9a0

Browse files
committed
release: bump version to v0.20.5
1 parent cef0681 commit e0fd9a0

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
---
6+
## [0.20.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.4..v0.20.5) - 2024-05-22
7+
8+
### ⛰️ Features
9+
10+
- **(experimental)** use nonce for csp - ([c42255](https://github.com/GZTimeWalker/GZCTF/commit/c42255)) by **GZTime**
11+
- **(security)** Initial content security policy - ([02d9e2](https://github.com/GZTimeWalker/GZCTF/commit/02d9e2)) by **GZTime**
12+
- remove size limit of form and multipart-form - ([e1294e](https://github.com/GZTimeWalker/GZCTF/commit/e1294e)) by **Steven He**
13+
514
---
615
## [0.20.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.3..v0.20.4) - 2024-05-17
716

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-docs",
3-
"version": "0.20.4",
3+
"version": "0.20.5",
44
"private": true,
55
"scripts": {
66
"dev": "next",

src/GZCTF.Test/GZCTF.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsPackable>false</IsPackable>
77
<CollectCoverage>true</CollectCoverage>
88
<Configurations>Debug;Release;GenAPI</Configurations>
9-
<ReleaseVersion>0.20.4</ReleaseVersion>
9+
<ReleaseVersion>0.20.5</ReleaseVersion>
1010
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1111
<WarningLevel>4</WarningLevel>
1212
</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 = 0.20.4
43+
version = 0.20.5
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": "0.20.4",
3+
"version": "0.20.5",
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>net8.0</TargetFramework>
5-
<AssemblyVersion>0.20.4.0</AssemblyVersion>
5+
<AssemblyVersion>0.20.5.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>0.20.4</ReleaseVersion>
21+
<ReleaseVersion>0.20.5</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>

0 commit comments

Comments
 (0)