Skip to content

Commit c2aed2b

Browse files
authored
Merge pull request #17 from DarthAffe/DataHandlingRework
Data handling rework
2 parents 0675b65 + 5e6acc6 commit c2aed2b

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<AssemblyTitle>ScreenCapture.NET.DX11</AssemblyTitle>
1515
<PackageId>ScreenCapture.NET.DX11</PackageId>
1616
<RootNamespace>ScreenCapture.NET</RootNamespace>
17-
<Description>Vortice based Screen-Capturing</Description>
18-
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
17+
<Description>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Description>
18+
<Summary>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Summary>
1919
<Copyright>Copyright © Darth Affe 2023</Copyright>
2020
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
2121
<PackageIcon>icon.png</PackageIcon>
@@ -26,13 +26,11 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
29-
The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
30-
This is change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.
3129
</PackageReleaseNotes>
3230

33-
<Version>1.3.2</Version>
34-
<AssemblyVersion>1.3.2</AssemblyVersion>
35-
<FileVersion>1.3.2</FileVersion>
31+
<Version>2.0.0</Version>
32+
<AssemblyVersion>2.0.0</AssemblyVersion>
33+
<FileVersion>2.0.0</FileVersion>
3634

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<AssemblyTitle>ScreenCapture.NET.DX9</AssemblyTitle>
1515
<PackageId>ScreenCapture.NET.DX9</PackageId>
1616
<RootNamespace>ScreenCapture.NET</RootNamespace>
17-
<Description>Vortice based Screen-Capturing</Description>
18-
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
17+
<Description>DirectX 9 based Screen-Capturing</Description>
18+
<Summary>DirectX 9 based Screen-Capturing. Use DX11 if possible!</Summary>
1919
<Copyright>Copyright © Darth Affe 2023</Copyright>
2020
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
2121
<PackageIcon>icon.png</PackageIcon>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<AssemblyTitle>ScreenCapture.NET.X11</AssemblyTitle>
1616
<PackageId>ScreenCapture.NET.X11</PackageId>
1717
<RootNamespace>ScreenCapture.NET</RootNamespace>
18-
<Description>Vortice based Screen-Capturing</Description>
19-
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
18+
<Description>libX11 based Screen-Capturing</Description>
19+
<Summary>libX11 based Screen-Capturing</Summary>
2020
<Copyright>Copyright © Darth Affe 2023</Copyright>
2121
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
2222
<PackageIcon>icon.png</PackageIcon>

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
29-
The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
30-
This is change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.
29+
Reworked most of the data handling and splitted capture-logic into separate packages.
3130
</PackageReleaseNotes>
3231

33-
<Version>1.3.2</Version>
34-
<AssemblyVersion>1.3.2</AssemblyVersion>
35-
<FileVersion>1.3.2</FileVersion>
32+
<Version>2.0.0</Version>
33+
<AssemblyVersion>2.0.0</AssemblyVersion>
34+
<FileVersion>2.0.0</FileVersion>
3635

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

0 commit comments

Comments
 (0)