Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 26, 2024
1 parent be289a6 commit dcb3d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DefaultVersion>0.0.0</DefaultVersion>
<DefaultVersion>0.0.1</DefaultVersion>
<DefaultTargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;</DefaultTargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="C#">
Expand Down
2 changes: 1 addition & 1 deletion Thirdweb/Thirdweb.Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
1 change: 1 addition & 0 deletions Thirdweb/Thirdweb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit dcb3d5d

Please sign in to comment.