Skip to content

Commit

Permalink
Updated documented and added new nuget package for Prime.
Browse files Browse the repository at this point in the history
Former-commit-id: 487a26e
  • Loading branch information
bryanedds committed Aug 12, 2016
1 parent abba0fe commit 85188c9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Nu/Documentation/Nu Game Engine.docx.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b2355ae8a8bcb221e874cbcc9d8f0e7b7e3cf42
6dcabb039315689bb72b17f9d54eb8e3064463cd
2 changes: 1 addition & 1 deletion Nu/Documentation/Nu Game Engine.pdf.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3206cf2636c7e12eeb95a4022c618c48418690e3
3b8f11a177e24d23941a8386abf249ead13d98b4
2 changes: 1 addition & 1 deletion Nu/Nu/Nu.Template.Export/NuGame.zip.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
903e03ee9001496a3f701dea513e7f30ca9c49bb
ad879c5e6e6125dcffc6b9d389e465c046e955c6
Binary file added Prime/NuSpec/Prime.1.7.5.0.nupkg
Binary file not shown.
29 changes: 29 additions & 0 deletions Prime/NuSpec/Prime.1.7.5.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>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>

0 comments on commit 85188c9

Please sign in to comment.