We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26496e commit c02eca0Copy full SHA for c02eca0
build/version.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <NugetVersion>1.3.9</NugetVersion>
+ <NugetVersion>1.3.10</NugetVersion>
4
</PropertyGroup>
5
</Project>
src/Nacos/V2/Common/Constants.cs
@@ -2,7 +2,7 @@
{
public class Constants
- public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.9";
+ public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.10";
6
7
public const string ClientName = "NacosClient";
8
0 commit comments