Skip to content

Commit

Permalink
Updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Jul 23, 2019
1 parent 0519715 commit 84c60b4
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -9,17 +9,19 @@
<projectUrl>https://github.com/Microsoft/FASTER</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Microsoft/FASTER/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>IDevice FASTER is a fast concurrent key-value store that also supports indexing of larger-than-memory data. This is a FASTER IDevice implementation for Azure Storage.</description>
<description>This is a FASTER device implementation for Azure Storage (page blobs). FASTER is a fast concurrent key-value store that also supports indexing of larger-than-memory data.</description>
<releaseNotes>See the project website at https://github.com/Microsoft/FASTER for more details</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language>en-US</language>
<tags>key-value store dictionary hashtable concurrent log persistent azure storage FASTER</tags>
<dependencies>
<group targetFramework="net46">
<dependency id="Microsoft.Azure.Storage.Blob" version="10.0.3" />
<dependency id="FASTER" version="$version$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Azure.Storage.Blob" version="10.0.3" />
<dependency id="FASTER" version="$version$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 84c60b4

Please sign in to comment.