Skip to content

Commit

Permalink
Update CHANGELOG.md for Proof of Balance feature and set package vers…
Browse files Browse the repository at this point in the history
…ion in project file
  • Loading branch information
asagynbaev committed Jan 2, 2025
1 parent c7f4b82 commit bb5feed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
## [1.1.0] - 2025-01-01

### Added
- Proof of Balance feature (`ProveBalance` and `VerifyBalance`).
- Salt generation improvements for stronger proofs.

### Changed
Expand Down
6 changes: 6 additions & 0 deletions ZkpSharp/ZkpSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageVersion>1.1.0</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit bb5feed

Please sign in to comment.