Skip to content

Commit

Permalink
fix docker build on windows, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Nov 12, 2024
1 parent 0368d21 commit 0ab8af6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 2) update \libs\host\GarnetServer.cs readonly string version (~line 32) -- NOTE - these two values need to be the same
# 3) update the version in GarnetServer.csproj (~line 8)
######################################
name: 1.0.37
name: 1.0.38
trigger:
branches:
include:
Expand Down
2 changes: 1 addition & 1 deletion libs/host/GarnetServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Garnet
public class GarnetServer : IDisposable
{
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~7 and GarnetServer.csproj line ~8.
readonly string version = "1.0.37";
readonly string version = "1.0.38";

internal GarnetProvider Provider;

Expand Down
3 changes: 1 addition & 2 deletions main/GarnetServer/GarnetServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<ServerGarbageCollection>true</ServerGarbageCollection>

<!-- IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~7 and GarnetServer.cs line ~32. -->
<Version>1.0.37</Version>
<Version>1.0.38</Version>
<PackageId>garnet-server</PackageId>
<PackAsTool>true</PackAsTool>
<ToolCommandName>garnet-server</ToolCommandName>
<Title>The Microsoft.Garnet RESP server, packaged as a .NET tool</Title>
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">True</GeneratePackageOnBuild>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 0ab8af6

Please sign in to comment.