Skip to content

Commit

Permalink
Bump to version 2.6.0. (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgd authored Dec 27, 2024
1 parent 6f6b713 commit ecda268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/WorkOS.net/Client/WorkOSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public WorkOSClient(WorkOSOptions options)
/// <summary>
/// Describes the .NET SDK version.
/// </summary>
public static string SdkVersion => "2.5.0";
public static string SdkVersion => "2.6.0";

/// <summary>
/// Default timeout for HTTP requests.
Expand Down
4 changes: 2 additions & 2 deletions src/WorkOS.net/WorkOS.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<SignAssembly>True</SignAssembly>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>2.5.0</VersionPrefix>
<Version>2.5.0</Version>
<VersionPrefix>2.6.0</VersionPrefix>
<Version>2.6.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ecda268

Please sign in to comment.