Skip to content

Commit 2b91fe8

Browse files
committed
Add missing paket entires. Include package icon in nuget package in preparation for proper nuget icons (see fsprojects/Paket#4280)
1 parent ff5109a commit 2b91fe8

File tree

10 files changed

+82
-18
lines changed

10 files changed

+82
-18
lines changed

props/nuget-common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<Authors>The OpenTK team.</Authors>
44
<PackageIconUrl>https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png</PackageIconUrl>
5+
<PackageIcon>images/opentk-blue-hexagon.png</PackageIcon>
56
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
67
<PackageReleaseNotes>Initial 4.0 release.</PackageReleaseNotes>
78
<PackageTags>opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick</PackageTags>

src/OpenAL/OpenTK.Audio.OpenAL/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ files
1111
bin\Release\netcoreapp3.1\OpenTK.Audio.OpenAL.xml ==> lib\netcoreapp3.1
1212
bin\Release\netcoreapp3.1\OpenTK.Audio.OpenAL.pdb ==> lib\netcoreapp3.1
1313
README.md ==> docs
14+
..\..\..\.github\opentk-blue-hexagon.png ==> images
1415

15-
readme
16-
docs\README.md
16+
readme docs\README.md
17+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
18+
projectUrl https://github.com/opentk/opentk
19+
licenseUrl https://opensource.org/licenses/MIT
20+
licenseExpression MIT
21+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
22+
repositoryType git
23+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Compute/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ files
99
bin\Release\netcoreapp3.1\OpenTK.Compute.xml ==> lib\netcoreapp3.1
1010
bin\Release\netcoreapp3.1\OpenTK.Compute.pdb ==> lib\netcoreapp3.1
1111
README.md ==> docs
12+
..\..\.github\opentk-blue-hexagon.png ==> images
1213

13-
readme
14-
docs\README.md
14+
readme docs\README.md
15+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
16+
projectUrl https://github.com/opentk/opentk
17+
licenseUrl https://opensource.org/licenses/MIT
18+
licenseExpression MIT
19+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
20+
repositoryType git
21+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Core/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ files
77
bin\Release\netstandard2.1\OpenTK.Core.xml ==> lib\netstandard2.1
88
bin\Release\netstandard2.1\OpenTK.Core.pdb ==> lib\netstandard2.1
99
README.md ==> docs
10+
..\..\.github\opentk-blue-hexagon.png ==> images
1011

11-
readme
12-
docs\README.md
12+
readme docs\README.md
13+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
14+
projectUrl https://github.com/opentk/opentk
15+
licenseUrl https://opensource.org/licenses/MIT
16+
licenseExpression MIT
17+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
18+
repositoryType git
19+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Graphics/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ files
1717
bin\Release\netcoreapp3.1\OpenTK.Graphics.xml ==> lib\netcoreapp3.1
1818
bin\Release\netcoreapp3.1\OpenTK.Graphics.pdb ==> lib\netcoreapp3.1
1919
README.md ==> docs
20+
..\..\.github\opentk-blue-hexagon.png ==> images
2021

21-
readme
22-
docs\README.md
22+
readme docs\README.md
23+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
24+
projectUrl https://github.com/opentk/opentk
25+
licenseUrl https://opensource.org/licenses/MIT
26+
licenseExpression MIT
27+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
28+
repositoryType git
29+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Input/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ files
77
bin\Release\netstandard2.0\OpenTK.Input.xml ==> lib\netstandard2.0
88
bin\Release\netstandard2.0\OpenTK.Input.pdb ==> lib\netstandard2.0
99
README.md ==> docs
10+
..\..\.github\opentk-blue-hexagon.png ==> images
1011

11-
readme
12-
docs\README.md
12+
readme docs\README.md
13+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
14+
projectUrl https://github.com/opentk/opentk
15+
licenseUrl https://opensource.org/licenses/MIT
16+
licenseExpression MIT
17+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
18+
repositoryType git
19+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Mathematics/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ files
1616
bin\Release\netcoreapp3.1\OpenTK.Mathematics.xml ==> lib\netcoreapp3.1
1717
bin\Release\netcoreapp3.1\OpenTK.Mathematics.pdb ==> lib\netcoreapp3.1
1818
README.md ==> docs
19+
..\..\.github\opentk-blue-hexagon.png ==> images
1920

20-
readme
21-
docs\README.md
21+
readme docs\README.md
22+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
23+
projectUrl https://github.com/opentk/opentk
24+
licenseUrl https://opensource.org/licenses/MIT
25+
licenseExpression MIT
26+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
27+
repositoryType git
28+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Windowing.Common/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ files
1717
bin\Release\netcoreapp3.1\OpenTK.Windowing.Common.xml ==> lib\netcoreapp3.1
1818
bin\Release\netcoreapp3.1\OpenTK.Windowing.Common.pdb ==> lib\netcoreapp3.1
1919
README.md ==> docs
20+
..\..\.github\opentk-blue-hexagon.png ==> images
2021

21-
readme
22-
docs\README.md
22+
readme docs\README.md
23+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
24+
projectUrl https://github.com/opentk/opentk
25+
licenseUrl https://opensource.org/licenses/MIT
26+
licenseExpression MIT
27+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
28+
repositoryType git
29+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Windowing.Desktop/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ files
1313
bin\Release\netcoreapp3.1\OpenTK.Windowing.Desktop.xml ==> lib\netcoreapp3.1
1414
bin\Release\netcoreapp3.1\OpenTK.Windowing.Desktop.pdb ==> lib\netcoreapp3.1
1515
README.md ==> docs
16+
..\..\.github\opentk-blue-hexagon.png ==> images
1617

17-
readme
18-
docs\README.md
18+
readme docs\README.md
19+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
20+
projectUrl https://github.com/opentk/opentk
21+
licenseUrl https://opensource.org/licenses/MIT
22+
licenseExpression MIT
23+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
24+
repositoryType git
25+
repositoryUrl https://github.com/opentk/opentk.git

src/OpenTK.Windowing.GraphicsLibraryFramework/paket

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ files
1111
bin\Release\netcoreapp3.1\OpenTK.Windowing.GraphicsLibraryFramework.xml ==> lib\netcoreapp3.1
1212
bin\Release\netcoreapp3.1\OpenTK.Windowing.GraphicsLibraryFramework.pdb ==> lib\netcoreapp3.1
1313
README.md ==> docs
14+
..\..\.github\opentk-blue-hexagon.png ==> images
1415

15-
readme
16-
docs\README.md
16+
readme docs\README.md
17+
iconUrl https://raw.githubusercontent.com/opentk/opentk/refs/heads/master/.github/opentk-blue-hexagon.png
18+
projectUrl https://github.com/opentk/opentk
19+
licenseUrl https://opensource.org/licenses/MIT
20+
licenseExpression MIT
21+
tags opentk;opengl;cross-platform;openal;csharp;fsharp;vb;dotnet;mono;graphics;game;scientific;science;3d;2d;math;input;gamepad;joystick
22+
repositoryType git
23+
repositoryUrl https://github.com/opentk/opentk.git

0 commit comments

Comments
 (0)