Skip to content

Commit a33f985

Browse files
Generate SDK with OpenAPI Generator Version (#127)
Co-authored-by: DX-Bandwidth <[email protected]>
1 parent a1f0b18 commit a33f985

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Bandwidth.Standard.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{4B6F94E7-BD68-40BD-AE9F-6E0A2DABA2E1}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{F6AB58AC-4F0B-4FE0-8C07-60575FAFE85D}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{4B6F94E7-BD68-40BD-AE9F-6E0A2DABA2E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{4B6F94E7-BD68-40BD-AE9F-6E0A2DABA2E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{4B6F94E7-BD68-40BD-AE9F-6E0A2DABA2E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{4B6F94E7-BD68-40BD-AE9F-6E0A2DABA2E1}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{F6AB58AC-4F0B-4FE0-8C07-60575FAFE85D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{F6AB58AC-4F0B-4FE0-8C07-60575FAFE85D}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{F6AB58AC-4F0B-4FE0-8C07-60575FAFE85D}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{F6AB58AC-4F0B-4FE0-8C07-60575FAFE85D}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bandwidth's Communication APIs
55
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 1.0.0
8-
- SDK version: 1.0.0
8+
- SDK version: 1.0.0-dev
99
- Generator version: 7.7.0
1010
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
1111
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)

src/Bandwidth.Standard/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class Configuration : IReadableConfiguration
3434
/// Version of the package.
3535
/// </summary>
3636
/// <value>Version of the package.</value>
37-
public const string Version = "1.0.0";
37+
public const string Version = "1.0.0-dev";
3838

3939
/// <summary>
4040
/// Identifier for ISO 8601 DateTime Format
@@ -113,7 +113,7 @@ public class Configuration : IReadableConfiguration
113113
public Configuration()
114114
{
115115
Proxy = null;
116-
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.0.0/csharp");
116+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.0.0-dev/csharp");
117117
BasePath = "http://localhost";
118118
DefaultHeaders = new ConcurrentDictionary<string, string>();
119119
ApiKey = new ConcurrentDictionary<string, string>();
@@ -1004,7 +1004,7 @@ public static string ToDebugReport()
10041004
report += " OS: " + System.Environment.OSVersion + "\n";
10051005
report += " .NET Framework Version: " + System.Environment.Version + "\n";
10061006
report += " Version of the API: 1.0.0\n";
1007-
report += " SDK Package Version: 1.0.0\n";
1007+
report += " SDK Package Version: 1.0.0-dev\n";
10081008

10091009
return report;
10101010
}

0 commit comments

Comments
 (0)