From dcb3d5d7b6bdae39378707682af84bba57dd9c8f Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Tue, 26 Mar 2024 05:40:42 +0300 Subject: [PATCH] ver --- Directory.Build.props | 2 +- Thirdweb/Thirdweb.Utils/Constants.cs | 2 +- Thirdweb/Thirdweb.csproj | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f1bba1f..5968e5f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.0.0 + 0.0.1 netstandard2.0;netstandard2.1;net6.0;net7.0; diff --git a/Thirdweb/Thirdweb.Utils/Constants.cs b/Thirdweb/Thirdweb.Utils/Constants.cs index 7a703e8..278920e 100644 --- a/Thirdweb/Thirdweb.Utils/Constants.cs +++ b/Thirdweb/Thirdweb.Utils/Constants.cs @@ -2,7 +2,7 @@ { public static class Constants { - internal const string Version = "0.0.0"; + internal const string Version = "0.0.1"; internal const int DefaultFetchTimeout = 60000; } } diff --git a/Thirdweb/Thirdweb.csproj b/Thirdweb/Thirdweb.csproj index 0ed2b0a..61acf63 100644 --- a/Thirdweb/Thirdweb.csproj +++ b/Thirdweb/Thirdweb.csproj @@ -20,6 +20,7 @@ + README.md true $(NoWarn);1591