File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33public static class Constants
44{
5- public const string VERSION = "2.25.1 " ;
5+ public const string VERSION = "2.25.2 " ;
66
77 internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com" ;
88 internal const string INSIGHT_API_URL = "https://insight.thirdweb.com" ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks >
4- <PackageVersion >2.25.1 </PackageVersion >
5- <AssemblyVersion >2.25.1 </AssemblyVersion >
6- <FileVersion >2.25.1 </FileVersion >
4+ <PackageVersion >2.25.2 </PackageVersion >
5+ <AssemblyVersion >2.25.2 </AssemblyVersion >
6+ <FileVersion >2.25.2 </FileVersion >
77 <LangVersion >latest</LangVersion >
88 <TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
99 <ImplicitUsings >enable</ImplicitUsings >
You can’t perform that action at this time.
0 commit comments