File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
src/main/csharp/DocRaptor Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ### 1.1.0 [ November 3, 2016]
2+ * Added support for the pipeline API parameter
3+
14### 1.0.0 [ October 18, 2016]
25* No significant code changes
36
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >DocRaptor</id >
55 <title >DocRaptor</title >
6- <version >1.0 .0</version >
6+ <version >1.1 .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 @@ -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.0 .0" ;
71+ public const string Version = "1.1 .0" ;
7272
7373 /// <summary>
7474 /// Gets or sets the default Configuration.
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.0 .0" ) ]
32- [ assembly: AssemblyFileVersion ( "1.0 .0" ) ]
31+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
32+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
Original file line number Diff line number Diff line change 11{
22 "packageName" : " DocRaptor" ,
3- "packageVersion" : " 1.0 .0"
3+ "packageVersion" : " 1.1 .0"
44}
You can’t perform that action at this time.
0 commit comments