Skip to content

Commit

Permalink
Rev versioning info for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro03 committed Jul 8, 2016
1 parent e5df8cd commit 3efd52d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TestRail/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.11")]
[assembly: AssemblyFileVersion("1.0.0.11")]
[assembly: AssemblyVersion("1.0.0.12")]
[assembly: AssemblyFileVersion("1.0.0.12")]
5 changes: 4 additions & 1 deletion 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.11</version>
<version>1.0.0.12</version>
<title>TestRail Client</title>
<authors>TestRail Client Committers</authors>
<owners>TestRail Client Committers</owners>
Expand All @@ -11,6 +11,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# implementation of the TestRail API</description>
<releaseNotes>
##1.0.0.12
- Bug Fix
- Run's JSON Parse method threw possible ArgumentNullException on created_on field
##1.0.0.11
- Update for VS 2015 and C# 6
- Update Nuget packages
Expand Down

0 comments on commit 3efd52d

Please sign in to comment.