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