Skip to content

Commit

Permalink
Updating auto-generated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrirserver committed Feb 14, 2024
1 parent f00c948 commit 0db39fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Fenrir.Api/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "0.1.0";
public const string Version = "0.1.4";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -116,7 +116,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.1.0/csharp");
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.1.4/csharp");
BasePath = "https://api.fenrircloud.com/1.0/api";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -539,7 +539,7 @@ public static string ToDebugReport()
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: v1\n";
report += " SDK Package Version: 0.1.0\n";
report += " SDK Package Version: 0.1.4\n";

return report;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Fenrir.Api/Fenrir.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Fenrir Cloud Api for .NET</Description>
<Copyright>Fenrir Server, 2024</Copyright>
<RootNamespace>Fenrir.Api</RootNamespace>
<Version>0.1.3</Version>
<Version>0.1.4</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Fenrir.Api.xml</DocumentationFile>
<RepositoryUrl>https://github.com/FenrirServer/Fenrir.Api.DotNet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 0db39fe

Please sign in to comment.