Skip to content

Commit 9ee11c8

Browse files
author
devexperience
committed
Generated version 0.4.2
This pull request was automatically generated by a GitHub Action to generate version 0.4.2 of this library.
1 parent c524050 commit 9ee11c8

26 files changed

Lines changed: 62 additions & 62 deletions

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 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{972F8169-49DC-4497-A971-02DD310DD921}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{B68EDA81-145E-4C74-A8F9-168FF9356F49}"
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-
{972F8169-49DC-4497-A971-02DD310DD921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{972F8169-49DC-4497-A971-02DD310DD921}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{972F8169-49DC-4497-A971-02DD310DD921}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{972F8169-49DC-4497-A971-02DD310DD921}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{B68EDA81-145E-4C74-A8F9-168FF9356F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{B68EDA81-145E-4C74-A8F9-168FF9356F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{B68EDA81-145E-4C74-A8F9-168FF9356F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{B68EDA81-145E-4C74-A8F9-168FF9356F49}.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.4.1
3+
packageVersion: 0.4.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Configuration : IReadableConfiguration
3131
/// Version of the package.
3232
/// </summary>
3333
/// <value>Version of the package.</value>
34-
public const string Version = "0.4.1";
34+
public const string Version = "0.4.2";
3535

3636
/// <summary>
3737
/// Identifier for ISO 8601 DateTime Format
@@ -101,7 +101,7 @@ public class Configuration : IReadableConfiguration
101101
public Configuration()
102102
{
103103
Proxy = null;
104-
UserAgent = "OpenAPI-Generator/0.4.1/csharp";
104+
UserAgent = "OpenAPI-Generator/0.4.2/csharp";
105105
BasePath = "https://api.mx.com";
106106
DefaultHeaders = new ConcurrentDictionary<string, string>();
107107
ApiKey = new ConcurrentDictionary<string, string>();
@@ -452,7 +452,7 @@ public static string ToDebugReport()
452452
report += " OS: " + System.Environment.OSVersion + "\n";
453453
report += " .NET Framework Version: " + System.Environment.Version + "\n";
454454
report += " Version of the API: 0.1.0\n";
455-
report += " SDK Package Version: 0.4.1\n";
455+
report += " SDK Package Version: 0.4.2\n";
456456

457457
return report;
458458
}

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.4.1</Version>
15+
<Version>0.4.2</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/AccountNumberResponse.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public partial class AccountNumberResponse : IEquatable<AccountNumberResponse>,
5757
/// <summary>
5858
/// Gets or Sets AccountGuid
5959
/// </summary>
60-
[DataMember(Name = "account_guid", EmitDefaultValue = false)]
60+
[DataMember(Name = "account_guid", EmitDefaultValue = true)]
6161
public string AccountGuid { get; set; }
6262

6363
/// <summary>
@@ -69,7 +69,7 @@ public partial class AccountNumberResponse : IEquatable<AccountNumberResponse>,
6969
/// <summary>
7070
/// Gets or Sets Guid
7171
/// </summary>
72-
[DataMember(Name = "guid", EmitDefaultValue = false)]
72+
[DataMember(Name = "guid", EmitDefaultValue = true)]
7373
public string Guid { get; set; }
7474

7575
/// <summary>
@@ -81,7 +81,7 @@ public partial class AccountNumberResponse : IEquatable<AccountNumberResponse>,
8181
/// <summary>
8282
/// Gets or Sets MemberGuid
8383
/// </summary>
84-
[DataMember(Name = "member_guid", EmitDefaultValue = false)]
84+
[DataMember(Name = "member_guid", EmitDefaultValue = true)]
8585
public string MemberGuid { get; set; }
8686

8787
/// <summary>
@@ -99,7 +99,7 @@ public partial class AccountNumberResponse : IEquatable<AccountNumberResponse>,
9999
/// <summary>
100100
/// Gets or Sets UserGuid
101101
/// </summary>
102-
[DataMember(Name = "user_guid", EmitDefaultValue = false)]
102+
[DataMember(Name = "user_guid", EmitDefaultValue = true)]
103103
public string UserGuid { get; set; }
104104

105105
/// <summary>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public partial class AccountOwnerResponse : IEquatable<AccountOwnerResponse>, IV
6565
/// <summary>
6666
/// Gets or Sets AccountGuid
6767
/// </summary>
68-
[DataMember(Name = "account_guid", EmitDefaultValue = false)]
68+
[DataMember(Name = "account_guid", EmitDefaultValue = true)]
6969
public string AccountGuid { get; set; }
7070

7171
/// <summary>
@@ -95,13 +95,13 @@ public partial class AccountOwnerResponse : IEquatable<AccountOwnerResponse>, IV
9595
/// <summary>
9696
/// Gets or Sets Guid
9797
/// </summary>
98-
[DataMember(Name = "guid", EmitDefaultValue = false)]
98+
[DataMember(Name = "guid", EmitDefaultValue = true)]
9999
public string Guid { get; set; }
100100

101101
/// <summary>
102102
/// Gets or Sets MemberGuid
103103
/// </summary>
104-
[DataMember(Name = "member_guid", EmitDefaultValue = false)]
104+
[DataMember(Name = "member_guid", EmitDefaultValue = true)]
105105
public string MemberGuid { get; set; }
106106

107107
/// <summary>
@@ -131,7 +131,7 @@ public partial class AccountOwnerResponse : IEquatable<AccountOwnerResponse>, IV
131131
/// <summary>
132132
/// Gets or Sets UserGuid
133133
/// </summary>
134-
[DataMember(Name = "user_guid", EmitDefaultValue = false)]
134+
[DataMember(Name = "user_guid", EmitDefaultValue = true)]
135135
public string UserGuid { get; set; }
136136

137137
/// <summary>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public partial class AccountResponse : IEquatable<AccountResponse>, IValidatable
213213
/// <summary>
214214
/// Gets or Sets Guid
215215
/// </summary>
216-
[DataMember(Name = "guid", EmitDefaultValue = false)]
216+
[DataMember(Name = "guid", EmitDefaultValue = true)]
217217
public string Guid { get; set; }
218218

219219
/// <summary>
@@ -291,7 +291,7 @@ public partial class AccountResponse : IEquatable<AccountResponse>, IValidatable
291291
/// <summary>
292292
/// Gets or Sets MemberGuid
293293
/// </summary>
294-
[DataMember(Name = "member_guid", EmitDefaultValue = false)]
294+
[DataMember(Name = "member_guid", EmitDefaultValue = true)]
295295
public string MemberGuid { get; set; }
296296

297297
/// <summary>
@@ -405,7 +405,7 @@ public partial class AccountResponse : IEquatable<AccountResponse>, IValidatable
405405
/// <summary>
406406
/// Gets or Sets UserGuid
407407
/// </summary>
408-
[DataMember(Name = "user_guid", EmitDefaultValue = false)]
408+
[DataMember(Name = "user_guid", EmitDefaultValue = true)]
409409
public string UserGuid { get; set; }
410410

411411
/// <summary>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public partial class CategoryResponse : IEquatable<CategoryResponse>, IValidatab
6363
/// <summary>
6464
/// Gets or Sets Guid
6565
/// </summary>
66-
[DataMember(Name = "guid", EmitDefaultValue = false)]
66+
[DataMember(Name = "guid", EmitDefaultValue = true)]
6767
public string Guid { get; set; }
6868

6969
/// <summary>
@@ -93,7 +93,7 @@ public partial class CategoryResponse : IEquatable<CategoryResponse>, IValidatab
9393
/// <summary>
9494
/// Gets or Sets ParentGuid
9595
/// </summary>
96-
[DataMember(Name = "parent_guid", EmitDefaultValue = false)]
96+
[DataMember(Name = "parent_guid", EmitDefaultValue = true)]
9797
public string ParentGuid { get; set; }
9898

9999
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public partial class ChallengeResponse : IEquatable<ChallengeResponse>, IValidat
6161
/// <summary>
6262
/// Gets or Sets Guid
6363
/// </summary>
64-
[DataMember(Name = "guid", EmitDefaultValue = false)]
64+
[DataMember(Name = "guid", EmitDefaultValue = true)]
6565
public string Guid { get; set; }
6666

6767
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public partial class ConnectWidgetResponse : IEquatable<ConnectWidgetResponse>,
5151
/// <summary>
5252
/// Gets or Sets Guid
5353
/// </summary>
54-
[DataMember(Name = "guid", EmitDefaultValue = false)]
54+
[DataMember(Name = "guid", EmitDefaultValue = true)]
5555
public string Guid { get; set; }
5656

5757
/// <summary>

0 commit comments

Comments
 (0)