Skip to content

Commit e628191

Browse files
committed
Release v6.2.0
1 parent bee21f2 commit e628191

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VirtualDesktop is C# wrapper for [IVirtualDesktopManager](https://msdn.microsoft
3434
```xml
3535
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
3636
```
37-
* .NET 5 or 6
37+
* .NET 5, 6 or 7
3838
* Windows 10 build 19041 (20H1) or later
3939

4040

src/Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<Project>
22
<PropertyGroup>
3-
<PublishVersion>6.1.0</PublishVersion>
3+
<PublishVersion>6.2.0</PublishVersion>
44
<PublishReleaseNotes>
5+
v6.2.0
6+
Better OS version resolution
7+
58
v6.1.0
69
Support OS Build 20348.1906
710

0 commit comments

Comments
 (0)