File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <DefaultVersion >2.24.0 </DefaultVersion >
4
+ <DefaultVersion >2.24.1 </DefaultVersion >
5
5
<DefaultTargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks >
6
6
</PropertyGroup >
7
-
8
7
<PropertyGroup Label =" C#" >
9
8
<LangVersion >latest</LangVersion >
10
9
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
11
10
<ImplicitUsings >enable</ImplicitUsings >
12
11
</PropertyGroup >
13
-
14
12
<PropertyGroup >
15
13
<DefaultAssemblyVersion >$(DefaultVersion)</DefaultAssemblyVersion >
16
14
<DefaultPackageVersion >$(DefaultVersion)</DefaultPackageVersion >
17
15
<DefaultFileVersion >$(DefaultVersion)</DefaultFileVersion >
18
16
</PropertyGroup >
19
- </Project >
17
+ </Project >
Original file line number Diff line number Diff line change 2
2
3
3
public static class Constants
4
4
{
5
- public const string VERSION = "2.24.0 " ;
5
+ public const string VERSION = "2.24.1 " ;
6
6
7
7
internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com" ;
8
8
internal const string INSIGHT_API_URL = "https://insight.thirdweb.com" ;
You can’t perform that action at this time.
0 commit comments