We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb74c6b commit cab7e2bCopy full SHA for cab7e2b
.azure/pipelines/azure-pipelines-external-release.yml
@@ -3,7 +3,7 @@
3
# 1) update the name: string below (line 6) -- this is the version for the nuget package (e.g. 1.0.0)
4
# 2) update \libs\host\GarnetServer.cs readonly string version (~line 45) -- NOTE - these two values need to be the same
5
######################################
6
-name: 1.0.16
+name: 1.0.17
7
trigger:
8
branches:
9
include:
libs/host/GarnetServer.cs
@@ -43,7 +43,7 @@ public class GarnetServer : IDisposable
43
protected StoreWrapper storeWrapper;
44
45
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
46
- readonly string version = "1.0.16";
+ readonly string version = "1.0.17";
47
48
/// <summary>
49
/// Resp protocol version
0 commit comments