mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-12 13:28:35 +00:00
Bumped version to 1.2.1
This commit is contained in:
parent
48951f08ea
commit
67fb24bf47
@ -16,8 +16,8 @@
|
|||||||
<RootNamespace>ScreenCapture.NET</RootNamespace>
|
<RootNamespace>ScreenCapture.NET</RootNamespace>
|
||||||
<Description>Vortice based Screen-Capturing</Description>
|
<Description>Vortice based Screen-Capturing</Description>
|
||||||
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
|
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
|
||||||
<Copyright>Copyright © Darth Affe 2022</Copyright>
|
<Copyright>Copyright © Darth Affe 2023</Copyright>
|
||||||
<PackageCopyright>Copyright © Darth Affe 2022</PackageCopyright>
|
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
|
||||||
<PackageIcon>icon.png</PackageIcon>
|
<PackageIcon>icon.png</PackageIcon>
|
||||||
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
|
||||||
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
|
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
|
||||||
@ -26,14 +26,14 @@
|
|||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
|
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
- Added IScreenCapture.UpdateCaptureZone to modify existing CaptureZones without having to remove and add them again.
|
- Updated Vortice
|
||||||
(This has performance benefits when only X and/or Y is changed, changes to width, height and downscale are internally still reinitializing the zone.)
|
- Added .NET 7 Target
|
||||||
- Fixed ambiguous equals in Display
|
- Removed unsupported .NET 5 Target
|
||||||
</PackageReleaseNotes>
|
</PackageReleaseNotes>
|
||||||
|
|
||||||
<Version>1.2.0</Version>
|
<Version>1.2.1</Version>
|
||||||
<AssemblyVersion>1.2.0</AssemblyVersion>
|
<AssemblyVersion>1.2.1</AssemblyVersion>
|
||||||
<FileVersion>1.2.0</FileVersion>
|
<FileVersion>1.2.1</FileVersion>
|
||||||
|
|
||||||
<OutputPath>..\bin\</OutputPath>
|
<OutputPath>..\bin\</OutputPath>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user