Skip to content

Commit 6ce955f

Browse files
committed
release: bump version to v1.3.3
1 parent dc4c7ce commit 6ce955f

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.5" />
5959
<PackageVersion Include="Serilog.Sinks.Grafana.Loki" Version="8.3.0" />
6060
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.8" />
61-
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.5.1" />
61+
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.0" />
6262
<PackageVersion Include="PacketDotNet" Version="1.4.8" />
6363
<PackageVersion Include="SharpPcap" Version="6.3.0" />
6464
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.5" />

src/GZCTF.Test/GZCTF.Test.csproj

Lines changed: 1 addition & 1 deletion
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.3.2</ReleaseVersion>
8+
<ReleaseVersion>1.3.3</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</PropertyGroup>

src/GZCTF.sln

Lines changed: 1 addition & 1 deletion
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.3.2
43+
version = 1.3.3
4444
EndGlobalSection
4545
EndGlobal

src/GZCTF/ClientApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"embla-carousel-autoplay": "^8.6.0",
3939
"embla-carousel-react": "^8.6.0",
4040
"fast-average-color": "^9.5.0",
41-
"i18next": "^25.1.2",
41+
"i18next": "^25.1.3",
4242
"i18next-browser-languagedetector": "^8.1.0",
4343
"i18next-resources-to-backend": "^1.2.1",
4444
"katex": "^0.16.22",

src/GZCTF/ClientApp/pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GZCTF/GZCTF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<AssemblyVersion>1.3.2.0</AssemblyVersion>
5+
<AssemblyVersion>1.3.3.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.3.2</ReleaseVersion>
21+
<ReleaseVersion>1.3.3</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<EFOptimizeContext>true</EFOptimizeContext>

0 commit comments

Comments
 (0)