We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be827a commit 3492813Copy full SHA for 3492813
.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 53) -- NOTE - these two values need to be the same
5
######################################
6
-name: 1.0.20
+name: 1.0.21
7
trigger:
8
branches:
9
include:
libs/host/GarnetServer.cs
@@ -49,7 +49,7 @@ public class GarnetServer : IDisposable
49
protected StoreWrapper storeWrapper;
50
51
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
52
- readonly string version = "1.0.20";
+ readonly string version = "1.0.21";
53
54
/// <summary>
55
/// Resp protocol version
0 commit comments