We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7997382 commit e9910d2Copy full SHA for e9910d2
EccSDK/EccSDK.csproj
@@ -1,11 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
-
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
- <Nullable>enable</Nullable>
7
- <RootNamespace>EccGrpcSDK</RootNamespace>
8
- <Version>1.1.1</Version>
+ <PackageId>EccSDK</PackageId>
+ <Version>1.0.0</Version>
+ <Authors>James Hsueh</Authors>
+ <Description>Tool for Chamemelon Hash and Elliptic Curve Cryptography</Description>
9
+ <PackageTags>Elliptic;Chameleon;Sigature</PackageTags>
10
+ <RepositoryUrl>https://github.com/CodeMachine0121/EccSDK</RepositoryUrl>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments