Skip to content

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinodo committed Apr 11, 2024
1 parent 87dbd4d commit dce7269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OBSClient/OBSClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>obs</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Our intent is to create a <ins>complete</ins> and <ins>easy to use</ins> client

## Installation
Install from the [NuGet Gallery](https://www.nuget.org/packages/OBSClient)
Or through the NuGet CLI: `NuGet\Install-Package OBSClient -Version 2.0.3`
From the command line: `dotnet add package OBSClient --version 2.0.3`
Or through the NuGet CLI: `NuGet\Install-Package OBSClient -Version 2.1.0`
From the command line: `dotnet add package OBSClient --version 2.1.0`

## Sample usage

Expand Down

0 comments on commit dce7269

Please sign in to comment.