Skip to content

Commit 67fb24b

Browse files
committed
Bumped version to 1.2.1
1 parent 48951f0 commit 67fb24b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 8 additions & 8 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 2022</Copyright>
20-
<PackageCopyright>Copyright © Darth Affe 2022</PackageCopyright>
19+
<Copyright>Copyright © Darth Affe 2023</Copyright>
20+
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2323
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -26,14 +26,14 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
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.)
31-
- Fixed ambiguous equals in Display
29+
- Updated Vortice
30+
- Added .NET 7 Target
31+
- Removed unsupported .NET 5 Target
3232
</PackageReleaseNotes>
3333

34-
<Version>1.2.0</Version>
35-
<AssemblyVersion>1.2.0</AssemblyVersion>
36-
<FileVersion>1.2.0</FileVersion>
34+
<Version>1.2.1</Version>
35+
<AssemblyVersion>1.2.1</AssemblyVersion>
36+
<FileVersion>1.2.1</FileVersion>
3737

3838
<OutputPath>..\bin\</OutputPath>
3939
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)