File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11
11
name : build on windows
12
12
runs-on : windows-latest
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v1
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Build with dotnet
31
31
runs-on : ubuntu-latest
32
32
33
33
steps :
34
- - uses : actions/checkout@v1
34
+ - uses : actions/checkout@v3
35
35
- name : Setup .NET Core
36
- uses : actions/setup-dotnet@v1
36
+ uses : actions/setup-dotnet@v3
37
37
with :
38
38
dotnet-version : 6.0.x
39
39
- name : Setup up JDK 1.8
Original file line number Diff line number Diff line change 11
11
name : build on windows
12
12
runs-on : windows-latest
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v1
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Build with dotnet
31
31
runs-on : ubuntu-latest
32
32
33
33
steps :
34
- - uses : actions/checkout@v1
34
+ - uses : actions/checkout@v3
35
35
- name : Setup .NET Core
36
- uses : actions/setup-dotnet@v1
36
+ uses : actions/setup-dotnet@v3
37
37
with :
38
38
dotnet-version : 6.0.x
39
39
- name : Setup up JDK 1.8
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v3
17
17
- name : Setup .NET Core
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v3
19
19
with :
20
20
dotnet-version : 6.0.x
21
21
- name : Setup up JDK 1.8
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v1
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Build with dotnet
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v1
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Build with dotnet
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <NugetVersion >1.3.4 </NugetVersion >
3
+ <NugetVersion >1.3.5 </NugetVersion >
4
4
</PropertyGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 2
2
{
3
3
public class Constants
4
4
{
5
- public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.4 " ;
5
+ public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.5 " ;
6
6
7
7
public const string ClientName = "NacosClient" ;
8
8
You can’t perform that action at this time.
0 commit comments