Skip to content

Commit e75601a

Browse files
committed
Fixed nuget-descriptions
1 parent b44703b commit e75601a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 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>

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>

0 commit comments

Comments
 (0)