Skip to content

Commit 59d5504

Browse files
committed
v2.24.1
1 parent cf8eb85 commit 59d5504

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<DefaultVersion>2.24.0</DefaultVersion>
4+
<DefaultVersion>2.24.1</DefaultVersion>
55
<DefaultTargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks>
66
</PropertyGroup>
7-
87
<PropertyGroup Label="C#">
98
<LangVersion>latest</LangVersion>
109
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
1110
<ImplicitUsings>enable</ImplicitUsings>
1211
</PropertyGroup>
13-
1412
<PropertyGroup>
1513
<DefaultAssemblyVersion>$(DefaultVersion)</DefaultAssemblyVersion>
1614
<DefaultPackageVersion>$(DefaultVersion)</DefaultPackageVersion>
1715
<DefaultFileVersion>$(DefaultVersion)</DefaultFileVersion>
1816
</PropertyGroup>
19-
</Project>
17+
</Project>

Thirdweb/Thirdweb.Utils/Constants.cs

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

33
public static class Constants
44
{
5-
public const string VERSION = "2.24.0";
5+
public const string VERSION = "2.24.1";
66

77
internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com";
88
internal const string INSIGHT_API_URL = "https://insight.thirdweb.com";

0 commit comments

Comments
 (0)