Skip to content

Commit e9910d2

Browse files
committed
chore: update csprojj
1 parent 7997382 commit e9910d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

EccSDK/EccSDK.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<RootNamespace>EccGrpcSDK</RootNamespace>
8-
<Version>1.1.1</Version>
5+
<PackageId>EccSDK</PackageId>
6+
<Version>1.0.0</Version>
7+
<Authors>James Hsueh</Authors>
8+
<Description>Tool for Chamemelon Hash and Elliptic Curve Cryptography</Description>
9+
<PackageTags>Elliptic;Chameleon;Sigature</PackageTags>
10+
<RepositoryUrl>https://github.com/CodeMachine0121/EccSDK</RepositoryUrl>
911
</PropertyGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)