Skip to content

Commit

Permalink
Added https://www.nuget.org/packages/garnet-server link under the GH …
Browse files Browse the repository at this point in the history
…Release docs (#827)

* Added https://www.nuget.org/packages/garnet-server link under the "Get Nuget Binaries" under the Github release docs. Since we release the server now, we should add it to our GH release docs.

* Added Library: and Tool: labels to the Nuget binaries text

* Added nuget badge to Readme

* Putting the "release" line back.
  • Loading branch information
darrenge authored Nov 26, 2024
1 parent 2557a18 commit eeec78c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ jobs:
releaseNotesSource: inline
releaseNotesInline: |
Get NuGet binaries at:
* https://www.nuget.org/packages/Microsoft.Garnet
* Library: https://www.nuget.org/packages/Microsoft.Garnet
* Tool: https://www.nuget.org/packages/garnet-server
More information at:
* https://microsoft.github.io/garnet
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Garnet
[![.NET CI](https://github.com/microsoft/garnet/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/microsoft/garnet/actions/workflows/ci.yml)
[![](https://img.shields.io/github/release/microsoft/garnet.svg?label=latest%20release&color=007edf)](https://github.com/microsoft/garnet/releases/latest)
[![](https://img.shields.io/nuget/dt/microsoft.garnet.svg?label=downloads&color=007edf&logo=nuget)](https://www.nuget.org/packages/microsoft.garnet)
[![](https://img.shields.io/nuget/dt/microsoft.garnet.svg?label=nuget%20library&color=007edf&logo=nuget)](https://www.nuget.org/packages/microsoft.garnet)
[![](https://img.shields.io/nuget/dt/garnet-server.svg?label=dotnet%20tool&color=007edf&logo=nuget)](https://www.nuget.org/packages/garnet-server)
[![Discord Shield](https://discordapp.com/api/guilds/1213937452272582676/widget.png?style=shield)](https://aka.ms/garnet-discord)

Garnet is a new remote cache-store from Microsoft Research, that offers several unique benefits:
Expand Down

0 comments on commit eeec78c

Please sign in to comment.