Skip to content

Commit

Permalink
release: v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 3, 2022
1 parent dc519c0 commit 745ca06
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 81 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ _Pvt_Extensions
**/*.key
**/*.db*
**/.DS_Store

.idea/**
2 changes: 1 addition & 1 deletion GZCTF/CTFServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>0.12.7</AssemblyVersion>
<AssemblyVersion>0.12.8</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 Down
20 changes: 10 additions & 10 deletions GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.12.7",
"version": "0.12.8",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,14 +12,14 @@
"dependencies": {
"@babel/core": "^7.19.3",
"@emotion/react": "^11.10.4",
"@mantine/carousel": "^5.5.0",
"@mantine/core": "^5.5.0",
"@mantine/dates": "^5.5.0",
"@mantine/dropzone": "^5.5.0",
"@mantine/form": "^5.5.0",
"@mantine/hooks": "^5.5.0",
"@mantine/modals": "^5.5.0",
"@mantine/notifications": "^5.5.0",
"@mantine/carousel": "^5.5.1",
"@mantine/core": "^5.5.1",
"@mantine/dates": "^5.5.1",
"@mantine/dropzone": "^5.5.1",
"@mantine/form": "^5.5.1",
"@mantine/hooks": "^5.5.1",
"@mantine/modals": "^5.5.1",
"@mantine/notifications": "^5.5.1",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^6.0.9",
Expand All @@ -45,7 +45,7 @@
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/katex": "^0.14.0",
"@types/marked": "^4.0.7",
"@types/node": "18.7.23",
"@types/node": "18.8.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down
138 changes: 69 additions & 69 deletions GZCTF/ClientApp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion GZCTF/Utils/DigitalSignature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum SignAlgorithm
SHA512withECDSA,
}

public class DigitalSignature
public static class DigitalSignature
{
public static string GenerateSignature(string data, AsymmetricKeyParameter privateKey, SignAlgorithm signAlgorithm)
{
Expand Down

0 comments on commit 745ca06

Please sign in to comment.