@@ -29,7 +29,7 @@ public class Configuration : IReadableConfiguration
2929 /// Version of the package.
3030 /// </summary>
3131 /// <value>Version of the package.</value>
32- public const string Version = "2 .0.0" ;
32+ public const string Version = "3 .0.0" ;
3333
3434 /// <summary>
3535 /// Identifier for ISO 8601 DateTime Format
@@ -114,7 +114,7 @@ static Configuration()
114114 /// </summary>
115115 public Configuration ( )
116116 {
117- UserAgent = "OpenAPI-Generator/2 .0.0/csharp" ;
117+ UserAgent = "OpenAPI-Generator/3 .0.0/csharp" ;
118118 BasePath = "https://api.docraptor.com" ;
119119 DefaultHeader = new ConcurrentDictionary < string , string > ( ) ;
120120 ApiKey = new ConcurrentDictionary < string , string > ( ) ;
@@ -187,7 +187,7 @@ public Configuration(
187187 string tempFolderPath = null ,
188188 string dateTimeFormat = null ,
189189 int timeout = 100000 ,
190- string userAgent = "OpenAPI-Generator/2 .0.0/csharp"
190+ string userAgent = "OpenAPI-Generator/3 .0.0/csharp"
191191 // ReSharper restore UnusedParameter.Local
192192 )
193193 {
@@ -421,7 +421,7 @@ public static String ToDebugReport()
421421 report += " OS: " + System . Environment . OSVersion + "\n " ;
422422 report += " .NET Framework Version: " + System . Environment . Version + "\n " ;
423423 report += " Version of the API: 2.0.0\n " ;
424- report += " SDK Package Version: 2 .0.0\n " ;
424+ report += " SDK Package Version: 3 .0.0\n " ;
425425
426426 return report ;
427427 }
0 commit comments