Skip to content

Commit

Permalink
update Release for 1.0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro03 committed Oct 19, 2017
1 parent dac9c41 commit cdc0ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.13")]
[assembly: AssemblyFileVersion("1.0.0.13")]
[assembly: AssemblyVersion("1.0.0.15")]
[assembly: AssemblyFileVersion("1.0.0.15")]
5 changes: 2 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.14</version>
<version>1.0.0.15</version>
<title>TestRail Client</title>
<authors>TestRail Client Committers</authors>
<owners>TestRail Client Committers</owners>
Expand All @@ -11,10 +11,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# implementation of the TestRail API</description>
<releaseNotes>
##1.0.0.14
##1.0.0.15
- Bug Fix
- Timespan field for Result class
##1.0.0.13
- Add isStarted property to Milestone class
- Update Newtonsoft.Json NuGet package
##1.0.0.12
Expand Down

0 comments on commit cdc0ce7

Please sign in to comment.