File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.0.0.11 " ) ]
35- [ assembly: AssemblyFileVersion ( "1.0.0.11 " ) ]
34+ [ assembly: AssemblyVersion ( "1.0.0.12 " ) ]
35+ [ assembly: AssemblyFileVersion ( "1.0.0.12 " ) ]
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >TestRail</id >
5- <version >1.0.0.11 </version >
5+ <version >1.0.0.12 </version >
66 <title >TestRail Client</title >
77 <authors >TestRail Client Committers</authors >
88 <owners >TestRail Client Committers</owners >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >C# implementation of the TestRail API</description >
1313 <releaseNotes >
14+ ##1.0.0.12
15+ - Bug Fix
16+ - Run's JSON Parse method threw possible ArgumentNullException on created_on field
1417 ##1.0.0.11
1518 - Update for VS 2015 and C# 6
1619 - Update Nuget packages
You can’t perform that action at this time.
0 commit comments