File tree Expand file tree Collapse file tree 6 files changed +42
-42
lines changed Expand file tree Collapse file tree 6 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 58
58
<PackageVersion Include =" Microsoft.Extensions.Options" Version =" 9.0.5" />
59
59
<PackageVersion Include =" Serilog.Sinks.Grafana.Loki" Version =" 8.3.0" />
60
60
<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 " />
62
62
<PackageVersion Include =" PacketDotNet" Version =" 1.4.8" />
63
63
<PackageVersion Include =" SharpPcap" Version =" 6.3.0" />
64
64
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.5" />
Original file line number Diff line number Diff line change 5
5
<IsPackable >false</IsPackable >
6
6
<CollectCoverage >true</CollectCoverage >
7
7
<Configurations >Debug;Release</Configurations >
8
- <ReleaseVersion >1.3.2 </ReleaseVersion >
8
+ <ReleaseVersion >1.3.3 </ReleaseVersion >
9
9
<EnablePreviewFeatures >True</EnablePreviewFeatures >
10
10
<WarningLevel >4</WarningLevel >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 40
40
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
41
41
EndGlobalSection
42
42
GlobalSection (MonoDevelopProperties ) = preSolution
43
- version = 1.3.2
43
+ version = 1.3.3
44
44
EndGlobalSection
45
45
EndGlobal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gzctf-client" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
38
38
"embla-carousel-autoplay" : " ^8.6.0" ,
39
39
"embla-carousel-react" : " ^8.6.0" ,
40
40
"fast-average-color" : " ^9.5.0" ,
41
- "i18next" : " ^25.1.2 " ,
41
+ "i18next" : " ^25.1.3 " ,
42
42
"i18next-browser-languagedetector" : " ^8.1.0" ,
43
43
"i18next-resources-to-backend" : " ^1.2.1" ,
44
44
"katex" : " ^0.16.22" ,
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
5
- <AssemblyVersion >1.3.2 .0</AssemblyVersion >
5
+ <AssemblyVersion >1.3.3 .0</AssemblyVersion >
6
6
<Description >GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description >
7
7
<Nullable >enable</Nullable >
8
8
<ImplicitUsings >enable</ImplicitUsings >
18
18
<SpaProxyServerUrl >http://localhost:63000</SpaProxyServerUrl >
19
19
<SpaProxyLaunchCommand >npm run dev -- --host</SpaProxyLaunchCommand >
20
20
<Configurations >Debug;Release</Configurations >
21
- <ReleaseVersion >1.3.2 </ReleaseVersion >
21
+ <ReleaseVersion >1.3.3 </ReleaseVersion >
22
22
<WarningLevel >4</WarningLevel >
23
23
<ServerGarbageCollection >true</ServerGarbageCollection >
24
24
<EFOptimizeContext >true</EFOptimizeContext >
You can’t perform that action at this time.
0 commit comments