Bumped version to 1.2.1

This commit is contained in:
Darth Affe 2023-02-23 00:01:19 +01:00
parent 48951f08ea
commit 67fb24bf47

View File

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