Skip to content

Commit

Permalink
Adding nuspec for debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Sep 28, 2018
1 parent f68a442 commit 60221f9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions cs/src/core/FASTER.core.debug.nuspec
@@ -0,0 +1,38 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>FASTER.Debug</id>
<version>$version$</version>
<title>FASTER (Debug)</title>
<authors>FASTER</authors>
<owners>Microsoft</owners>
<projectUrl>https://github.com/Microsoft/FASTER</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Microsoft/FASTER/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Debug version of FASTER, a fast key-value store that supports larger-than-memory data. Do not use in production.</description>
<releaseNotes>See project website</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>key value store</tags>
<dependencies>
<group targetFramework="net46">
<dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="2.9.0" />
<dependency id="System.Reflection.Emit.ILGeneration" version="4.3.0" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.1" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="2.9.0" />
<dependency id="System.Reflection.Emit.ILGeneration" version="4.3.0" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.1" />
<dependency id="System.Runtime.Loader" version="4.3.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\x64\Debug\net46\FASTER.core.dll" target="lib\net46" />
<file src="bin\x64\Debug\net46\FASTER.core.pdb" target="lib\net46" />
<file src="bin\x64\Debug\net46\adv-file-ops.dll" target="lib\net46" />
<file src="bin\x64\Debug\netstandard2.0\FASTER.core.dll" target="lib\netstandard2.0" />
<file src="bin\x64\Debug\netstandard2.0\FASTER.core.pdb" target="lib\netstandard2.0" />
<file src="bin\x64\Debug\netstandard2.0\adv-file-ops.dll" target="lib\netstandard2.0" />
</files>
</package>

0 comments on commit 60221f9

Please sign in to comment.