Skip to content

Commit 597f83f

Browse files
committed
Add package metadata
1 parent 34a2898 commit 597f83f

File tree

5 files changed

+27
-14
lines changed

5 files changed

+27
-14
lines changed

FNA.Core.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,21 @@
1717
<Authors>flibitijibibo</Authors>
1818
<PackageProjectUrl>https://fna-xna.github.io/</PackageProjectUrl>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
21+
<PackageIcon>FNA.png</PackageIcon>
22+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2023
</PropertyGroup>
2124
<PropertyGroup>
2225
<IncludeSymbols>true</IncludeSymbols>
2326
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2427
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2528
</PropertyGroup>
2629
<ItemGroup>
27-
<None Include="FNA.Core.props" Pack="true" PackagePath="buildTransitive\FNA.props" />
2830
<None Include="App.config" Pack="true" PackagePath="contentFiles\FNA.dll.config" />
31+
<None Include="README.md" Pack="true" PackagePath="\"/>
32+
<None Include="nuget\FNA.props" Pack="true" PackagePath="buildTransitive\FNA.props" />
33+
<None Include="nuget\FNA.png" Pack="true" PackagePath="\"/>
34+
<None Include="nuget\NuGetLicense.txt" Pack="true" PackagePath="\LICENSE.txt"/>
2935
</ItemGroup>
3036
<PropertyGroup>
3137
<FNASettingsPropsFilePath>$(SolutionDir)FNA.Settings.props</FNASettingsPropsFilePath>

README renamed to README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
22
accurate XNA4 runtime for the desktop.
33

4-
Project Website: https://fna-xna.github.io/
5-
6-
License
7-
-------
8-
FNA is released under the Microsoft Public License. See LICENSE for details.
9-
10-
FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
11-
See lzxdecoder.LICENSE for details.
12-
13-
FNA uses code from the Mono.Xna project, released under the MIT license.
14-
See monoxna.LICENSE for details.
4+
Project Website: <https://fna-xna.github.io/>
155

166
Documentation
177
-------------
188
Documentation for FNA can be found on the FNA wiki:
199

20-
https://github.com/FNA-XNA/FNA/wiki
10+
<https://github.com/FNA-XNA/FNA/wiki>
2111

2212
Found an issue?
2313
---------------
2414
Issues and patches can be reported via GitHub:
2515

26-
https://github.com/FNA-XNA/FNA/issues
16+
<https://github.com/FNA-XNA/FNA/issues>
17+
18+
License
19+
-------
20+
FNA is released under the Microsoft Public License. See LICENSE for details.
21+
22+
FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
23+
See lzxdecoder.LICENSE for details.
24+
25+
FNA uses code from the Mono.Xna project, released under the MIT license.
26+
See monoxna.LICENSE for details.

nuget/FNA.png

12 KB
Loading
File renamed without changes.

nuget/NuGetLicense.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FNA is released under the Microsoft Public License.
2+
3+
FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
4+
5+
FNA uses code from the Mono.Xna project, released under the MIT license.
6+
7+
Full license information can be found at https://fna-xna.github.io/license/.

0 commit comments

Comments
 (0)