Skip to content

Commit

Permalink
Release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Jun 20, 2022
1 parent c48204c commit aefe945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.2

* Fix issue where `4.2.1` was only compatible with `netcoreapp3.1-windows` and nothing else.

## 4.2.1

* Fix broken nuget package in `4.2.0`.
Expand Down
2 changes: 1 addition & 1 deletion src/GLWpfControl/GLWpfControl.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1-windows</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<RootNamespace>OpenTK.Wpf</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
8 changes: 4 additions & 4 deletions src/GLWpfControl/paket
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ owners
authors
Team OpenTK
summary
A native WPF control for OpenTK 4.2.0+
A native WPF control for OpenTK 4.3.0+
projectUrl
https://www.opentk.net
iconUrl
Expand All @@ -18,13 +18,13 @@ licenseUrl
requireLicenseAcceptance
false
copyright
Copyright (c) 2020 Team OpenTK.
Copyright (c) 2022 Team OpenTK.

include-pdbs true

dependencies
OpenTK ~> 4.0 >= 4.3.0

files
bin\Release\netcoreapp3.1-windows\netcoreapp3.1-windows\GLWpfControl.dll ==> lib\netcoreapp3.1-windows
bin\Release\netcoreapp3.1-windows\netcoreapp3.1-windows\GLWpfControl.pdb ==> lib\netcoreapp3.1-windows
bin\Release\netcoreapp3.1\netcoreapp3.1\GLWpfControl.dll ==> lib\netcoreapp3.1
bin\Release\netcoreapp3.1\netcoreapp3.1\GLWpfControl.pdb ==> lib\netcoreapp3.1

0 comments on commit aefe945

Please sign in to comment.