-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Nu documentation. Former-commit-id: 2611c2b
- Loading branch information
Showing
4 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
56a7a879a2a799fde376f241271dcd968b4c072f | ||
a9979d2442bbdd51dec385a665d01bc3ebd2de99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
52f17d9d941fcea9dcb50af339e06cf333e654bd | ||
a15cc7122684b6d28226cee5612b5fa35c90eca1 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>1.7.4.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>Includes important change for recent event semantic model fix.</releaseNotes> | ||
<copyright>Copyright (c) 2016 Bryan Edds</copyright> | ||
<language>en-US</language> | ||
<tags>F# Functional Programming</tags> | ||
<dependencies> | ||
<dependency id="xunit" version="1.9.2" /> | ||
<dependency id="FParsec" version="1.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\Prime\Prime\bin\Release\Prime.exe" target="lib\net40\Prime.exe" /> | ||
<file src="..\Prime\Prime\bin\Release\Prime.exe.config" target="lib\net40\Prime.exe.config" /> | ||
<file src="..\Prime\Prime\bin\Release\Prime.pdb" target="lib\net40\Prime.pdb" /> | ||
<file src="..\Prime\Prime\bin\Release\Prime.XML" target="lib\net40\Prime.XML" /> | ||
</files> | ||
</package> |