Skip to content

Commit d30da18

Browse files
author
devexperience
committed
Generated version 1.8.0
This commit was automatically created by a GitHub Action to generate version 1.8.0 of this library.
1 parent 338088b commit d30da18

6 files changed

Lines changed: 12 additions & 12 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", "{DA7D2A8C-FA45-4BBF-9B11-F260FF968AC4}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{A95664DA-8FD2-4861-80E1-31BBAB338EAD}"
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-
{DA7D2A8C-FA45-4BBF-9B11-F260FF968AC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{DA7D2A8C-FA45-4BBF-9B11-F260FF968AC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{DA7D2A8C-FA45-4BBF-9B11-F260FF968AC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{DA7D2A8C-FA45-4BBF-9B11-F260FF968AC4}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{A95664DA-8FD2-4861-80E1-31BBAB338EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{A95664DA-8FD2-4861-80E1-31BBAB338EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{A95664DA-8FD2-4861-80E1-31BBAB338EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{A95664DA-8FD2-4861-80E1-31BBAB338EAD}.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

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10657,7 +10657,7 @@ components:
1065710657
nullable: true
1065810658
type: string
1065910659
description:
10660-
example: Whole foods
10660+
example: Whole Foods
1066110661
nullable: true
1066210662
type: string
1066310663
extended_transaction_type:

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: 1.7.0
3+
packageVersion: 1.8.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 = "1.7.0";
36+
public const string Version = "1.8.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/1.7.0/csharp");
120+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.8.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: 1.7.0\n";
549+
report += " SDK Package Version: 1.8.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>1.7.0</Version>
15+
<Version>1.8.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>

src/MX.Platform.CSharp/Model/TransactionResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public partial class TransactionResponse : IEquatable<TransactionResponse>, IVal
190190
/// <summary>
191191
/// Gets or Sets Description
192192
/// </summary>
193-
/// <example>Whole foods</example>
193+
/// <example>Whole Foods</example>
194194
[DataMember(Name = "description", EmitDefaultValue = true)]
195195
public string Description { get; set; }
196196

0 commit comments

Comments
 (0)