We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d52fd commit 043e56dCopy full SHA for 043e56d
.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.26
+name: 1.0.27
7
trigger:
8
branches:
9
include:
libs/host/GarnetServer.cs
@@ -50,7 +50,7 @@ public class GarnetServer : IDisposable
50
protected StoreWrapper storeWrapper;
51
52
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
53
- readonly string version = "1.0.26";
+ readonly string version = "1.0.27";
54
55
/// <summary>
56
/// Resp protocol version
0 commit comments