File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
main/csharp/DocRaptor/Client Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ### 0.2.0 [ January 29, 2016]
2+ * ** BREAKING CHANGE** : Rename ClientApi to DocApi
3+
14### 0.1.0 [ January 27, 2016]
25* ** BREAKING CHANGE** : CreateDoc and GetAsyncDoc responses are now byte[ ] instead of temp files
36
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >DocRaptor</id >
55 <title >DocRaptor</title >
6- <version >0.1 .0</version >
6+ <version >0.2 .0</version >
77 <authors >Elijah Miller</authors >
88 <owners >Elijah Miller</owners >
99 <licenseUrl >http://www.apache.org/licenses/LICENSE-2.0</licenseUrl >
Original file line number Diff line number Diff line change 2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
3131// [assembly: AssemblyVersion("1.0.*")]
32- [ assembly: AssemblyVersion ( "0.0.1 " ) ]
33- [ assembly: AssemblyFileVersion ( "0.0.1 " ) ]
32+ [ assembly: AssemblyVersion ( "0.2.0 " ) ]
33+ [ assembly: AssemblyFileVersion ( "0.2.0 " ) ]
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 = "0.0.1 " ;
71+ public const string Version = "0.2.0 " ;
7272
7373 /// <summary>
7474 /// Gets or sets the default Configuration.
@@ -268,7 +268,7 @@ public static String ToDebugReport()
268268 . GetReferencedAssemblies ( )
269269 . Where ( x => x . Name == "System.Core" ) . First ( ) . Version . ToString ( ) + "\n " ;
270270 report += " Version of the API: 0.0.1\n " ;
271- report += " SDK Package Version: 0.0.1 \n " ;
271+ report += " SDK Package Version: 0.2.0 \n " ;
272272
273273 return report ;
274274 }
Original file line number Diff line number Diff line change 11{
22 "packageName" : " DocRaptor" ,
3- "packageVersion" : " 0.1 .0"
3+ "packageVersion" : " 0.2 .0"
44}
You can’t perform that action at this time.
0 commit comments