Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update other README.md docs with correct NuGet download link. #267

Merged
merged 1 commit into from
May 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Table of Contents
Clone the Git repo, open cs/FASTER.sln in VS 2019, and build.

### NuGet
You can install FASTER binaries using Nuget, from Nuget.org. Right-click on your project, manage NuGet packages, browse for FASTER. Here is a [direct link](https://www.nuget.org/packages/FASTER).
You can install FASTER binaries using Nuget, from Nuget.org. Right-click on your project, manage NuGet packages, browse for FASTER. Here is a [direct link](https://www.nuget.org/packages/Microsoft.FASTER).

## Basic Concepts

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ C# and C++ versions of FASTER are very similar.

* Visit our [research page](http://aka.ms/FASTER) for technical details and papers.
* Start reading about FASTER C# [here](cs).
* FASTER C# binaries are available via [NuGet](https://www.nuget.org/packages/FASTER/).
* FASTER C# binaries are available via [NuGet](https://www.nuget.org/packages/Microsoft.FASTER).
* Start reading about FASTER C++ [here](cc).


Expand Down