Skip to content

Commit

Permalink
Bump version to 2.0.0 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverzheng authored Dec 14, 2023
1 parent abe4f80 commit 61d0f2f
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 => "1.17.4";
public static string SdkVersion => "2.0.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>1.17.4</VersionPrefix>
<Version>1.17.4</Version>
<VersionPrefix>2.0.0</VersionPrefix>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 61d0f2f

Please sign in to comment.