Skip to content

Commit 6cabc2a

Browse files
committed
feat: add Merkle tree v3.0 with enhanced security and blockchain attestation
1 parent 83d0f81 commit 6cabc2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ When preparing a new release, follow these steps to ensure quality and consisten
230230

231231
5. **Build & Test**
232232
- Run full build in Release mode
233-
- Verify all 231+ tests pass
233+
- Verify all tests pass
234234
- Check NuGet package builds successfully
235235
- Address any build warnings
236236

src/Evoq.Blockchain/Evoq.Blockchain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>1.4.0</Version>
7+
<Version>1.5.0</Version>
88
<Authors>Luke Puplett</Authors>
99
<Company>Evoq</Company>
1010
<Description>Blockchain utilities for .NET applications</Description>

0 commit comments

Comments
 (0)