diff --git a/MX.Platform.CSharp.sln b/MX.Platform.CSharp.sln
index f74a84f..89286df 100644
--- a/MX.Platform.CSharp.sln
+++ b/MX.Platform.CSharp.sln
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{08A89A1A-895D-4AFD-9AEE-68AF0B411E74}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{91AB0538-A00D-4C23-B4A6-63AA9F30AF1D}"
EndProject
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}"
EndProject
@@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {08A89A1A-895D-4AFD-9AEE-68AF0B411E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {08A89A1A-895D-4AFD-9AEE-68AF0B411E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {08A89A1A-895D-4AFD-9AEE-68AF0B411E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {08A89A1A-895D-4AFD-9AEE-68AF0B411E74}.Release|Any CPU.Build.0 = Release|Any CPU
+ {91AB0538-A00D-4C23-B4A6-63AA9F30AF1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {91AB0538-A00D-4C23-B4A6-63AA9F30AF1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {91AB0538-A00D-4C23-B4A6-63AA9F30AF1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {91AB0538-A00D-4C23-B4A6-63AA9F30AF1D}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/openapi/config.yml b/openapi/config.yml
index a7e1466..7ed32df 100644
--- a/openapi/config.yml
+++ b/openapi/config.yml
@@ -1,3 +1,3 @@
---
packageName: MX.Platform.CSharp
-packageVersion: 0.28.0
+packageVersion: 0.29.0
diff --git a/src/MX.Platform.CSharp/Client/Configuration.cs b/src/MX.Platform.CSharp/Client/Configuration.cs
index fa46f1e..d3cd657 100644
--- a/src/MX.Platform.CSharp/Client/Configuration.cs
+++ b/src/MX.Platform.CSharp/Client/Configuration.cs
@@ -33,7 +33,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "0.28.0";
+ public const string Version = "0.29.0";
///
/// Identifier for ISO 8601 DateTime Format
@@ -117,7 +117,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.28.0/csharp");
+ UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.29.0/csharp");
BasePath = "https://api.mx.com";
DefaultHeaders = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -546,7 +546,7 @@ public static string ToDebugReport()
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: 0.1.0\n";
- report += " SDK Package Version: 0.28.0\n";
+ report += " SDK Package Version: 0.29.0\n";
return report;
}
diff --git a/src/MX.Platform.CSharp/MX.Platform.CSharp.csproj b/src/MX.Platform.CSharp/MX.Platform.CSharp.csproj
index e38d8a2..264745c 100644
--- a/src/MX.Platform.CSharp/MX.Platform.CSharp.csproj
+++ b/src/MX.Platform.CSharp/MX.Platform.CSharp.csproj
@@ -12,7 +12,7 @@
A library generated from a OpenAPI doc
No Copyright
MX.Platform.CSharp
- 0.28.0
+ 0.29.0
bin\$(Configuration)\$(TargetFramework)\MX.Platform.CSharp.xml
https://github.com/GIT_USER_ID/GIT_REPO_ID.git
git