Skip to content

Commit

Permalink
Update to version 4.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrenDe committed May 24, 2019
1 parent cea7c55 commit c2c78bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions streamdeck-client-csharp/streamdeck-client-csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>streamdeck_client_csharp</RootNamespace>
<Version>4.1.0.0</Version>
<Version>4.1.1.0</Version>
<Authors>Shane DeSeranno</Authors>
<Product />
<Description>This is a C# wrapper library used to write Elgato Stream Deck plugins.</Description>
Expand All @@ -13,9 +13,9 @@
<RepositoryUrl>https://github.com/TyrenDe/streamdeck-client-csharp</RepositoryUrl>
<PackageTags>Streaming Stream Deck Elgato</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<FileVersion>4.1.1.0</FileVersion>
<PackageReleaseNotes>Add empty payload and fix a smalll bug.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c2c78bc

Please sign in to comment.