Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKitchell committed Jan 17, 2023
1 parent dfd579f commit 2beb457
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Lob API is organized around REST. Our API is designed to have predictable, r
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.3.0
- SDK version: 1.0.0
- SDK version: 1.1.0
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen

For more information, please visit [our API documentation](https://docs.lob.com/)
Expand Down
6 changes: 3 additions & 3 deletions src/lob.dotnet/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 = "1.0.0";
public const string Version = "1.1.0";

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

return report;
}
Expand Down
2 changes: 1 addition & 1 deletion src/lob.dotnet/lob.dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyTitle>OpenAPI Library</AssemblyTitle>
<Description>A library generated from a OpenAPI spec for the Csharp language</Description>
<RootNamespace>lob.dotnet</RootNamespace>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\lob.dotnet.xml</DocumentationFile>
<RepositoryUrl>https://github.com/lob/lob-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 2beb457

Please sign in to comment.