|
3 | 3 | *
|
4 | 4 | * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5 | 5 | *
|
6 |
| - * The version of the OpenAPI document: 5.2.0 |
| 6 | + * The version of the OpenAPI document: 5.2.1 |
7 | 7 | * Contact: devrel@onesignal.com
|
8 | 8 | * Generated by: https://github.com/openapitools/openapi-generator.git
|
9 | 9 | */
|
@@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
|
32 | 32 | /// Version of the package.
|
33 | 33 | /// </summary>
|
34 | 34 | /// <value>Version of the package.</value>
|
35 |
| - public const string Version = "5.3.0-beta1"; |
| 35 | + public const string Version = "5.3.1-beta1"; |
36 | 36 |
|
37 | 37 | /// <summary>
|
38 | 38 | /// Identifier for ISO 8601 DateTime Format
|
@@ -109,7 +109,7 @@ public class Configuration : IReadableConfiguration
|
109 | 109 | public Configuration()
|
110 | 110 | {
|
111 | 111 | Proxy = null;
|
112 |
| - UserAgent = "OpenAPI-Generator-5.3.0-beta1-csharp"; |
| 112 | + UserAgent = "OpenAPI-Generator-5.3.1-beta1-csharp"; |
113 | 113 | BasePath = "https://api.onesignal.com";
|
114 | 114 | DefaultHeaders = new ConcurrentDictionary<string, string>();
|
115 | 115 | ApiKey = new ConcurrentDictionary<string, string>();
|
@@ -516,8 +516,8 @@ public static string ToDebugReport()
|
516 | 516 | string report = "C# SDK (OneSignalApi) Debug Report:\n";
|
517 | 517 | report += " OS: " + System.Environment.OSVersion + "\n";
|
518 | 518 | report += " .NET Framework Version: " + System.Environment.Version + "\n";
|
519 |
| - report += " Version of the API: 5.2.0\n"; |
520 |
| - report += " SDK Package Version: 5.3.0-beta1\n"; |
| 519 | + report += " Version of the API: 5.2.1\n"; |
| 520 | + report += " SDK Package Version: 5.3.1-beta1\n"; |
521 | 521 |
|
522 | 522 | return report;
|
523 | 523 | }
|
|
0 commit comments