|
16 | 16 | <RootNamespace>ScreenCapture.NET</RootNamespace> |
17 | 17 | <Description>Vortice based Screen-Capturing</Description> |
18 | 18 | <Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary> |
19 | | - <Copyright>Copyright © Darth Affe 2021</Copyright> |
20 | | - <PackageCopyright>Copyright © Darth Affe 2021</PackageCopyright> |
| 19 | + <Copyright>Copyright © Darth Affe 2022</Copyright> |
| 20 | + <PackageCopyright>Copyright © Darth Affe 2022</PackageCopyright> |
21 | 21 | <PackageIcon>icon.png</PackageIcon> |
22 | 22 | <PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl> |
23 | 23 | <PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression> |
|
26 | 26 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
27 | 27 |
|
28 | 28 | <PackageReleaseNotes> |
29 | | - - Fixed problems with capturing inside WPF-threads. |
30 | | - - Removed the need to call 'DPIAwareness.Initalize()' in default configuration |
31 | | - - Added .NET 6 support |
32 | | - - Updated Vortice to 1.9.143 |
| 29 | + - Added IScreenCapture.UpdateCaptureZone to modify existing CaptureZones without having to remove and add them again. |
| 30 | + (This has performance benefits when only X and/or Y is changed, changes to width, height and downscale are internally still reinitializing the zone.) |
33 | 31 | </PackageReleaseNotes> |
34 | 32 |
|
35 | | - <Version>1.1.0</Version> |
36 | | - <AssemblyVersion>1.1.0</AssemblyVersion> |
37 | | - <FileVersion>1.1.0</FileVersion> |
| 33 | + <Version>1.2.0</Version> |
| 34 | + <AssemblyVersion>1.2.0</AssemblyVersion> |
| 35 | + <FileVersion>1.2.0</FileVersion> |
38 | 36 |
|
39 | 37 | <OutputPath>..\bin\</OutputPath> |
40 | 38 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
0 commit comments