Skip to content

Commit

Permalink
Version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleRoe committed Feb 25, 2024
1 parent a2c1751 commit d51cbba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,12 @@ var cec = message.ToCec();
// cec = "FF:82:20:00"
```

### Update v2.0.0
Library now targets net 8.0 only.


### Update v1.4.0
Support for netstandard 2.1 remove. Library now targets net 7.0 only.
Support for netstandard 2.1 removed. Library now targets net 7.0 only.

### Update v1.2.0
CecSharp now fully supports the following HDMI-CEC features and their related commands for both `CecMessageBuilder` and `ProcessCecMessage` (where applicable):
Expand Down
6 changes: 3 additions & 3 deletions src/AleRoe.CecSharp/AleRoe.CecSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>cec;dotnet;hdmi-cec</PackageTags>
<PackageLicenseFile></PackageLicenseFile>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<IsPublishable>False</IsPublishable>
<Title>AleRoe.CecSharp</Title>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="morelinq" Version="4.0.0" />
<PackageReference Include="morelinq" Version="4.1.0" />
</ItemGroup>

</Project>

0 comments on commit d51cbba

Please sign in to comment.