File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
src/main/csharp/DocRaptor Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1+ ### 1.1.1 [ June 7, 2017]
2+ * Update RestSharp Dependency to 105.2.3
3+
14### 1.1.0 [ November 3, 2016]
25* Added support for the pipeline API parameter
36
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >DocRaptor</id >
55 <title >DocRaptor</title >
6- <version >1.1.0 </version >
7- <authors >Elijah Miller </authors >
8- <owners >Elijah Miller </owners >
6+ <version >1.1.1 </version >
7+ <authors >Expected Behavior </authors >
8+ <owners >Expected Behavior </owners >
99 <licenseUrl >http://www.apache.org/licenses/LICENSE-2.0</licenseUrl >
1010 <projectUrl >https://github.com/docraptor/docraptor-csharp</projectUrl >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public Configuration(ApiClient apiClient)
6868 /// Version of the package.
6969 /// </summary>
7070 /// <value>Version of the package.</value>
71- public const string Version = "1.1.0 " ;
71+ public const string Version = "1.1.1 " ;
7272
7373 /// <summary>
7474 /// Gets or sets the default Configuration.
@@ -267,7 +267,7 @@ public static String ToDebugReport()
267267 . GetReferencedAssemblies ( )
268268 . Where ( x => x . Name == "System.Core" ) . First ( ) . Version . ToString ( ) + "\n " ;
269269 report += " Version of the API: 1.2.0\n " ;
270- report += " SDK Package Version: 1.1.0 \n " ;
270+ report += " SDK Package Version: 1.1.1 \n " ;
271271
272272 return report ;
273273 }
Original file line number Diff line number Diff line change 2828// You can specify all the values or you can default the Build and Revision Numbers
2929// by using the '*' as shown below:
3030// [assembly: AssemblyVersion("1.0.*")]
31- [ assembly: AssemblyVersion ( "1.1.0 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.1.0 " ) ]
31+ [ assembly: AssemblyVersion ( "1.1.1 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.1.1 " ) ]
Original file line number Diff line number Diff line change 11{
22 "packageName" : " DocRaptor" ,
3- "packageVersion" : " 1.1.0 "
3+ "packageVersion" : " 1.1.1 "
44}
You can’t perform that action at this time.
0 commit comments