forked from Grabacr07/VirtualDesktop
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
51 lines (38 loc) · 837 Bytes
/
Directory.Build.props
File metadata and controls
51 lines (38 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<Project>
<PropertyGroup>
<PublishVersion>6.9.2</PublishVersion>
<PublishAuthors>Grabacr07, maciej-makowski, mzomparelli, Slion</PublishAuthors>
<PublishReleaseNotes>
v6.9.2
Documentation update
v6.9.1
Description update
v6.9.0
Minor documentation fix
v6.8.0
Documentation updates
v6.7.0
Support OS Build 26100.0000
Support single file app
v6.6.0
Support OS Build 22631.3155
Support OS Build 22621.3155
v6.5.0
Support for .NET 8.0
v6.4.0
Fix crash when changing desktop
v6.3.0
Desktop move support
v6.2.1
Add mzomparelli to list of authors
v6.2.0
Better OS version resolution
v6.1.0
Support OS Build 20348.1906
v6.0.0
Support OS Build 22621.2215
v5.2.0
Support for .NET 7.0
</PublishReleaseNotes>
</PropertyGroup>
</Project>