Skip to content

Commit 2614596

Browse files
committed
Bumped version to 1.2.0
1 parent 19080e6 commit 2614596

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<RootNamespace>ScreenCapture.NET</RootNamespace>
1717
<Description>Vortice based Screen-Capturing</Description>
1818
<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>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2323
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -26,15 +26,13 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<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.)
3331
</PackageReleaseNotes>
3432

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>
3836

3937
<OutputPath>..\bin\</OutputPath>
4038
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)