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 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 >
Original file line number Diff line number Diff line change 22
33public 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" ;
You can’t perform that action at this time.
0 commit comments