Skip to content

Commit 30f9779

Browse files
author
devexperience
committed
Generated version 0.22.0
This commit was automatically created by a GitHub Action to generate version 0.22.0 of this library.
1 parent 4b9c556 commit 30f9779

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

MX.Platform.CSharp.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 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{1A36FF16-E615-4EEB-9654-B9F08FDF9B24}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp.Test", "src\MX.Platform.CSharp.Test\MX.Platform.CSharp.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-
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{1A36FF16-E615-4EEB-9654-B9F08FDF9B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{1A36FF16-E615-4EEB-9654-B9F08FDF9B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{1A36FF16-E615-4EEB-9654-B9F08FDF9B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{1A36FF16-E615-4EEB-9654-B9F08FDF9B24}.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

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
packageName: MX.Platform.CSharp
3-
packageVersion: 0.21.0
3+
packageVersion: 0.22.0

src/MX.Platform.CSharp/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Configuration : IReadableConfiguration
3333
/// Version of the package.
3434
/// </summary>
3535
/// <value>Version of the package.</value>
36-
public const string Version = "0.21.0";
36+
public const string Version = "0.22.0";
3737

3838
/// <summary>
3939
/// Identifier for ISO 8601 DateTime Format
@@ -117,7 +117,7 @@ public class Configuration : IReadableConfiguration
117117
public Configuration()
118118
{
119119
Proxy = null;
120-
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.21.0/csharp");
120+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.22.0/csharp");
121121
BasePath = "https://api.mx.com";
122122
DefaultHeaders = new ConcurrentDictionary<string, string>();
123123
ApiKey = new ConcurrentDictionary<string, string>();
@@ -546,7 +546,7 @@ public static string ToDebugReport()
546546
report += " OS: " + System.Environment.OSVersion + "\n";
547547
report += " .NET Framework Version: " + System.Environment.Version + "\n";
548548
report += " Version of the API: 0.1.0\n";
549-
report += " SDK Package Version: 0.21.0\n";
549+
report += " SDK Package Version: 0.22.0\n";
550550

551551
return report;
552552
}

src/MX.Platform.CSharp/MX.Platform.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Description>A library generated from a OpenAPI doc</Description>
1313
<Copyright>No Copyright</Copyright>
1414
<RootNamespace>MX.Platform.CSharp</RootNamespace>
15-
<Version>0.21.0</Version>
15+
<Version>0.22.0</Version>
1616
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\MX.Platform.CSharp.xml</DocumentationFile>
1717
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)