-
-
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 documented and added new nuget package for Prime.
Former-commit-id: 487a26e
- Loading branch information
Showing
7 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
Binary file modified
BIN
+84 Bytes
(100%)
Nu/Documentation/Iterative Functional Reactive Programming with the Nu Game Engine.docx
Binary file not shown.
Binary file modified
BIN
+2.58 KB
(100%)
Nu/Documentation/Iterative Functional Reactive Programming with the Nu Game Engine.pdf
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 |
---|---|---|
@@ -1 +1 @@ | ||
2b2355ae8a8bcb221e874cbcc9d8f0e7b7e3cf42 | ||
6dcabb039315689bb72b17f9d54eb8e3064463cd |
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 @@ | ||
3206cf2636c7e12eeb95a4022c618c48418690e3 | ||
3b8f11a177e24d23941a8386abf249ead13d98b4 |
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 @@ | ||
903e03ee9001496a3f701dea513e7f30ca9c49bb | ||
ad879c5e6e6125dcffc6b9d389e465c046e955c6 |
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.5.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>Renamed Observations to Streams and made them monoidally composable.</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> |