Skip to content

Commit

Permalink
Update version to 1.1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Mar 18, 2024
1 parent 6f34542 commit 71c0781
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Net.Web3.EthereumWallet/Net.Web3.EthereumWallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<PackageId>Net.Web3.EthereumWallet</PackageId>
<Title>Net.Web3.EthereumWallet is a C# library for handling Ethereum addresses. It provides a convenient way to validate, represent, and manipulate Ethereum addresses in .NET applications.</Title>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>ArdenHide</Authors>
<Company>The-Poolz</Company>
<Product>Net.Web3.EthereumWallet</Product>
Expand All @@ -17,6 +17,9 @@
<PackageTags>Web3, Ethereum</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>https://github.com/The-Poolz/Net.Web3.EthereumWallet/releases/tag/v1.1.0</PackageReleaseNotes>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 71c0781

Please sign in to comment.