Skip to content

Commit 79605bb

Browse files
committed
bump version to 0.1.1 for BitcoinKernel and BitcoinKernel.Core packages
1 parent bbb83c3 commit 79605bb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ BitcoinKernel.NET brings Bitcoin Core's robust consensus engine to .NET applicat
1313

1414
| Package | Version | Description |
1515
|---------|---------|-------------|
16-
| **BitcoinKernel** | 0.1.0 | High-level API with fluent builder pattern |
17-
| **BitcoinKernel.Core** | 0.1.0 | Managed wrappers and native bindings |
16+
| **BitcoinKernel** | 0.1.1 | High-level API with fluent builder pattern |
17+
| **BitcoinKernel.Core** | 0.1.1 | Managed wrappers and native bindings |
1818

1919

2020
## Quick Start

src/BitcoinKernel.Core/BitcoinKernel.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Metadata -->
1010
<PackageId>BitcoinKernel.Core</PackageId>
11-
<Version>0.1.0</Version>
11+
<Version>0.1.1</Version>
1212
<Authors>JanB84</Authors>
1313
<Description>.NET bindings and managed wrappers for libbitcoinkernel. Provides direct access to Bitcoin Core consensus and validation logic with automatic memory management.</Description>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/BitcoinKernel/BitcoinKernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Metadata -->
1010
<PackageId>BitcoinKernel</PackageId>
11-
<Version>0.1.0</Version>
11+
<Version>0.1.1</Version>
1212
<Authors>JanB84</Authors>
1313
<Description>.NET library for Bitcoin Core functionality. Provides a simple, fluent API for Bitcoin consensus validation, script verification, and blockchain operations powered by libbitcoinkernel.</Description>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)