Skip to content

Commit f588143

Browse files
committed
Bumped version to 2.0.4
1 parent aa643f1 commit f588143

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed

ScreenCapture.NET.DX11/ScreenCapture.NET.DX11.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<RootNamespace>ScreenCapture.NET</RootNamespace>
1818
<Description>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Description>
1919
<Summary>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Summary>
20-
<Copyright>Copyright © Darth Affe 2023</Copyright>
21-
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
20+
<Copyright>Copyright © Darth Affe 2024</Copyright>
21+
<PackageCopyright>Copyright © Darth Affe 2024</PackageCopyright>
2222
<PackageIcon>icon.png</PackageIcon>
2323
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2424
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -27,12 +27,12 @@
2727
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2828

2929
<PackageReleaseNotes>
30-
- Added .net8 build-target
30+
- Fixed a memory-leak when disposing the ScreenCapture
3131
</PackageReleaseNotes>
3232

33-
<Version>2.0.3</Version>
34-
<AssemblyVersion>2.0.3</AssemblyVersion>
35-
<FileVersion>2.0.3</FileVersion>
33+
<Version>2.0.4</Version>
34+
<AssemblyVersion>2.0.4</AssemblyVersion>
35+
<FileVersion>2.0.4</FileVersion>
3636

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

ScreenCapture.NET.DX9/ScreenCapture.NET.DX9.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<RootNamespace>ScreenCapture.NET</RootNamespace>
1818
<Description>DirectX 9 based Screen-Capturing</Description>
1919
<Summary>DirectX 9 based Screen-Capturing. Use DX11 if possible!</Summary>
20-
<Copyright>Copyright © Darth Affe 2023</Copyright>
21-
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
20+
<Copyright>Copyright © Darth Affe 2024</Copyright>
21+
<PackageCopyright>Copyright © Darth Affe 2024</PackageCopyright>
2222
<PackageIcon>icon.png</PackageIcon>
2323
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2424
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -27,12 +27,11 @@
2727
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2828

2929
<PackageReleaseNotes>
30-
- Added .net8 build-target
3130
</PackageReleaseNotes>
3231

33-
<Version>2.0.3</Version>
34-
<AssemblyVersion>2.0.3</AssemblyVersion>
35-
<FileVersion>2.0.3</FileVersion>
32+
<Version>2.0.4</Version>
33+
<AssemblyVersion>2.0.4</AssemblyVersion>
34+
<FileVersion>2.0.4</FileVersion>
3635

3736
<OutputPath>..\bin\</OutputPath>
3837
<GenerateDocumentationFile>true</GenerateDocumentationFile>

ScreenCapture.NET.X11/ScreenCapture.NET.X11.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<RootNamespace>ScreenCapture.NET</RootNamespace>
1818
<Description>libX11 based Screen-Capturing</Description>
1919
<Summary>libX11 based Screen-Capturing</Summary>
20-
<Copyright>Copyright © Darth Affe 2023</Copyright>
21-
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
20+
<Copyright>Copyright © Darth Affe 2024</Copyright>
21+
<PackageCopyright>Copyright © Darth Affe 2024</PackageCopyright>
2222
<PackageIcon>icon.png</PackageIcon>
2323
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2424
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -27,12 +27,11 @@
2727
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2828

2929
<PackageReleaseNotes>
30-
- Added .net8 build-target
3130
</PackageReleaseNotes>
3231

33-
<Version>2.0.3</Version>
34-
<AssemblyVersion>2.0.3</AssemblyVersion>
35-
<FileVersion>2.0.3</FileVersion>
32+
<Version>2.0.4</Version>
33+
<AssemblyVersion>2.0.4</AssemblyVersion>
34+
<FileVersion>2.0.4</FileVersion>
3635

3736
<OutputPath>..\bin\</OutputPath>
3837
<GenerateDocumentationFile>true</GenerateDocumentationFile>

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<RootNamespace>ScreenCapture.NET</RootNamespace>
1717
<Description>Core functionality for Screen-Capturing</Description>
1818
<Summary>Base package for ScreenCapture.NET projects</Summary>
19-
<Copyright>Copyright © Darth Affe 2023</Copyright>
20-
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
19+
<Copyright>Copyright © Darth Affe 2024</Copyright>
20+
<PackageCopyright>Copyright © Darth Affe 2024</PackageCopyright>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
2323
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
@@ -26,13 +26,11 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
29-
- Added .net8 build-target
30-
- Fixed an issue in ImageRow.ToArray (and indirect Image.ToArray) that caused the resulting data to be weirdly interlaced
3129
</PackageReleaseNotes>
3230

33-
<Version>2.0.3</Version>
34-
<AssemblyVersion>2.0.3</AssemblyVersion>
35-
<FileVersion>2.0.3</FileVersion>
31+
<Version>2.0.4</Version>
32+
<AssemblyVersion>2.0.4</AssemblyVersion>
33+
<FileVersion>2.0.4</FileVersion>
3634

3735
<OutputPath>..\bin\</OutputPath>
3836
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)