Skip to content

Commit

Permalink
wip: update version to privew
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Feb 3, 2024
1 parent 89597c0 commit 74abab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
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.7",
"version": "0.18.0-preview.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 2 additions & 5 deletions src/GZCTF/Controllers/ExerciseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ namespace GZCTF.Controllers;
[Route("api/[controller]")]
[ProducesResponseType(typeof(RequestResponse), StatusCodes.Status401Unauthorized)]
[ProducesResponseType(typeof(RequestResponse), StatusCodes.Status403Forbidden)]
public class ExerciseController(
ILogger<ExerciseController> _logger,
IExerciseInstanceRepository _exerciseInstanceRepository,
IStringLocalizer<Program> _localizer) : ControllerBase
public class ExerciseController() : ControllerBase
{
// TODO: exercise mode support
}
}
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>net8.0</TargetFramework>
<AssemblyVersion>0.17.7</AssemblyVersion>
<AssemblyVersion>0.18.0-preview.0</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>npm run dev -- --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>0.17.7</ReleaseVersion>
<ReleaseVersion>0.18.0-preview.0</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<LangVersion>preview</LangVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
Expand Down

0 comments on commit 74abab0

Please sign in to comment.