Skip to content

Commit

Permalink
Updated dotnet Released Package Version (#1704)
Browse files Browse the repository at this point in the history
Co-authored-by: geel9 <[email protected]>
  • Loading branch information
github-actions[bot] and geel9 committed Jul 3, 2024
1 parent aebb3fc commit 0a7eb06
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion connect/config-csharp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
additionalProperties:
# https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/csharp.md
packageVersion: 0.0.5
packageVersion: 0.0.6
packageName: Trinsic.Connect
packageTitle: Trinsic Connect SDK
packageCompany: trinsic.id
Expand Down
2 changes: 1 addition & 1 deletion connect/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- SDK version: 0.0.5
- SDK version: 0.0.6
- Generator version: 7.8.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

Expand Down
1 change: 0 additions & 1 deletion connect/dotnet/src/Trinsic.Connect/Api/SessionsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Trinsic.Connect.Api;


/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions connect/dotnet/src/Trinsic.Connect/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "0.0.5";
public const string Version = "0.0.6";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -115,7 +115,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.0.5/csharp");
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.0.6/csharp");
BasePath = "https://connect.trinsic.id";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -515,7 +515,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.0.5\n";
report += " SDK Package Version: 0.0.6\n";

return report;
}
Expand Down
1 change: 0 additions & 1 deletion connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Trinsic.Connect.Client;


/// <summary>
/// Represents a File passed to the API as a Parameter, allows using different backends for files
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion connect/dotnet/src/Trinsic.Connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- SDK version: 0.0.5
- SDK version: 0.0.6
- Generator version: 7.8.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion connect/dotnet/src/Trinsic.Connect/Trinsic.Connect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Trinsic Connect SDK</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>Trinsic.Connect</RootNamespace>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Trinsic.Connect.xml</DocumentationFile>
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 0a7eb06

Please sign in to comment.