Skip to content

Commit

Permalink
Merge pull request #27 from RusticiSoftware/nuget-start
Browse files Browse the repository at this point in the history
Nuget update
  • Loading branch information
tedwards authored May 11, 2017
2 parents 5d802e4 + cf57aa5 commit defa213
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*.tmp
*.vspscc
.builds
.nupkg

# ReSharper
_ReSharper*
Expand Down
15 changes: 15 additions & 0 deletions RusticiSoftware.HostedEngine.Client.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>RusticiSoftware.HostedEngine.Client</id>
<version>$version$</version>
<title>$title$</title>
<authors>rustici-software-systems</authors>
<owners>rustici-software-systems</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial publish to nuget.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>SCORM rustici elearning AICC xAPI</tags>
</metadata>
</package>

0 comments on commit defa213

Please sign in to comment.