Skip to content

Commit

Permalink
Added Prime.2.0.0.0.nupkg.
Browse files Browse the repository at this point in the history
Former-commit-id: 70673cd
  • Loading branch information
bryanedds committed Dec 31, 2016
1 parent 62e7001 commit a70e899
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added Prime/Prime.NuSpec/Prime.2.0.0.0.nupkg
Binary file not shown.
29 changes: 29 additions & 0 deletions Prime/Prime.NuSpec/Prime.2.0.0.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Prime</id>
<version>2.0.0.0</version>
<title>Prime - An F# primitives library.</title>
<authors>Bryan Edds</authors>
<owners>Bryan Edds</owners>
<licenseUrl>https://github.com/bryanedds/Nu/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/bryanedds/Nu</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An F# code library for hardcore pure functional programming, and much more!</description>
<summary />
<releaseNotes>Changed naming convention of transactional data structures (Tlist -> TList).</releaseNotes>
<copyright>Copyright (c) 2016 Bryan Edds</copyright>
<language>en-US</language>
<tags>F# Functional Programming</tags>
<dependencies>
<dependency id="xunit" version="2.1.0" />
<dependency id="FParsec" version="1.0.1" />
</dependencies>
</metadata>
<files>
<file src="..\Prime\bin\Release\Prime.exe" target="lib\net45\Prime.exe" />
<file src="..\Prime\bin\Release\Prime.exe.config" target="lib\net45\Prime.exe.config" />
<file src="..\Prime\bin\Release\Prime.pdb" target="lib\net45\Prime.pdb" />
<file src="..\Prime\bin\Release\Prime.XML" target="lib\net45\Prime.XML" />
</files>
</package>

0 comments on commit a70e899

Please sign in to comment.