mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-12 13:28:35 +00:00
Merge pull request #17 from DarthAffe/DataHandlingRework
Data handling rework
This commit is contained in:
commit
c2aed2b186
@ -14,8 +14,8 @@
|
||||
<AssemblyTitle>ScreenCapture.NET.DX11</AssemblyTitle>
|
||||
<PackageId>ScreenCapture.NET.DX11</PackageId>
|
||||
<RootNamespace>ScreenCapture.NET</RootNamespace>
|
||||
<Description>Vortice based Screen-Capturing</Description>
|
||||
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
|
||||
<Description>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Description>
|
||||
<Summary>DirectX 11 based Screen-Capturing using the Desktop Duplication API</Summary>
|
||||
<Copyright>Copyright © Darth Affe 2023</Copyright>
|
||||
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
@ -26,13 +26,11 @@
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
|
||||
<PackageReleaseNotes>
|
||||
The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
|
||||
This is change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.
|
||||
</PackageReleaseNotes>
|
||||
|
||||
<Version>1.3.2</Version>
|
||||
<AssemblyVersion>1.3.2</AssemblyVersion>
|
||||
<FileVersion>1.3.2</FileVersion>
|
||||
<Version>2.0.0</Version>
|
||||
<AssemblyVersion>2.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0</FileVersion>
|
||||
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
<AssemblyTitle>ScreenCapture.NET.DX9</AssemblyTitle>
|
||||
<PackageId>ScreenCapture.NET.DX9</PackageId>
|
||||
<RootNamespace>ScreenCapture.NET</RootNamespace>
|
||||
<Description>Vortice based Screen-Capturing</Description>
|
||||
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
|
||||
<Description>DirectX 9 based Screen-Capturing</Description>
|
||||
<Summary>DirectX 9 based Screen-Capturing. Use DX11 if possible!</Summary>
|
||||
<Copyright>Copyright © Darth Affe 2023</Copyright>
|
||||
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
<AssemblyTitle>ScreenCapture.NET.X11</AssemblyTitle>
|
||||
<PackageId>ScreenCapture.NET.X11</PackageId>
|
||||
<RootNamespace>ScreenCapture.NET</RootNamespace>
|
||||
<Description>Vortice based Screen-Capturing</Description>
|
||||
<Summary>Vortice based Screen-Capturing using Desktop Duplication</Summary>
|
||||
<Description>libX11 based Screen-Capturing</Description>
|
||||
<Summary>libX11 based Screen-Capturing</Summary>
|
||||
<Copyright>Copyright © Darth Affe 2023</Copyright>
|
||||
<PackageCopyright>Copyright © Darth Affe 2023</PackageCopyright>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
|
||||
@ -26,13 +26,12 @@
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
|
||||
<PackageReleaseNotes>
|
||||
The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
|
||||
This is change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.
|
||||
Reworked most of the data handling and splitted capture-logic into separate packages.
|
||||
</PackageReleaseNotes>
|
||||
|
||||
<Version>1.3.2</Version>
|
||||
<AssemblyVersion>1.3.2</AssemblyVersion>
|
||||
<FileVersion>1.3.2</FileVersion>
|
||||
<Version>2.0.0</Version>
|
||||
<AssemblyVersion>2.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0</FileVersion>
|
||||
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user