Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Apr 6, 2024
1 parent 557d20c commit 5792be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wallet/wallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>chia-dotnet-wallet</Title>
<Description>.NET implementation of chia wallet</Description>
<Description>.NET implementation of a light chia wallet</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/dkackman/chia-dotnet-wallet</RepositoryUrl>
<PackageTags>chia; xch; wallet</PackageTags>
Expand All @@ -14,7 +14,7 @@
<Authors>dkackman</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.2.0-alpha.1</Version>
<Version>0.2.0-alpha.2</Version>
<PackageReleaseNotes>First release</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<IncludeSymbols>True</IncludeSymbols>
Expand Down

0 comments on commit 5792be2

Please sign in to comment.