Skip to content

Commit

Permalink
update nuspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro03 committed Mar 21, 2016
1 parent ff2f40c commit 9c2026c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions TestRail/TestRail.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>TestRail</id>
<version>1.0.0.9</version>
<version>1.0.0.10</version>
<title>TestRail Client</title>
<authors>TestRail Client Committers</authors>
<owners>TestRail Client Committers</owners>
Expand All @@ -11,6 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# implementation of the TestRail API</description>
<releaseNotes>
##1.0.0.10
- TestRail types contain the Raw JSON object received
##1.0.0.9
- Add more fields into Plan
- Update Nuget libraries
Expand All @@ -29,10 +31,10 @@
##1.0.0.5
- Update Json.net Nuget Package
</releaseNotes>
<copyright>Copyright 2013</copyright>
<copyright>Copyright 2016</copyright>

<dependencies>
<dependency id="Newtonsoft.Json" version="8.0.2"/>
<dependency id="Newtonsoft.Json" version="8.0.3"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 9c2026c

Please sign in to comment.