From 2efe70e0bf14ca896d391cf1693f2b6be2682b63 Mon Sep 17 00:00:00 2001 From: Clark Alesna Date: Fri, 23 Aug 2024 02:31:09 +0800 Subject: [PATCH] chore: version bump `1.0.0-alpha` (#9) --- README.md | 2 +- src/Utxorpc.Sdk/Utxorpc.Sdk.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc675c4..ae6e1a0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The `Utxorpc.Sdk` provides a .NET interface for interacting with UTxO-based bloc To install the SDK, use the following command in the NuGet Package Manager: ```bash -dotnet add package Utxorpc.Sdk --version 0.7.0-alpha +dotnet add package Utxorpc.Sdk --version 1.0.0-alpha ``` Alternatively, you can install it via the NuGet Package Manager in Visual Studio. diff --git a/src/Utxorpc.Sdk/Utxorpc.Sdk.csproj b/src/Utxorpc.Sdk/Utxorpc.Sdk.csproj index bc5f9b9..aad3529 100644 --- a/src/Utxorpc.Sdk/Utxorpc.Sdk.csproj +++ b/src/Utxorpc.Sdk/Utxorpc.Sdk.csproj @@ -5,7 +5,7 @@ enable enable Utxorpc.Sdk - 0.7.0-alpha + 1.0.0-alpha clark@txpipe.io TxPipe LLC A gRPC interface for UTxO Blockchains