Skip to content

Commit

Permalink
Add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
reflectronic committed Jul 2, 2023
1 parent 4417896 commit 5f61cee
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
8 changes: 7 additions & 1 deletion FNA.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@
<Authors>flibitijibibo</Authors>
<PackageProjectUrl>https://fna-xna.github.io/</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>FNA.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<None Include="FNA.Core.props" Pack="true" PackagePath="buildTransitive\FNA.props" />
<None Include="App.config" Pack="true" PackagePath="contentFiles\FNA.dll.config" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="nuget\FNA.props" Pack="true" PackagePath="buildTransitive\FNA.props" />
<None Include="nuget\FNA.png" Pack="true" PackagePath="\"/>
<None Include="nuget\NuGetLicense.txt" Pack="true" PackagePath="\LICENSE.txt"/>
</ItemGroup>
<PropertyGroup>
<FNASettingsPropsFilePath>$(SolutionDir)FNA.Settings.props</FNASettingsPropsFilePath>
Expand Down
26 changes: 13 additions & 13 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
accurate XNA4 runtime for the desktop.

Project Website: https://fna-xna.github.io/

License
-------
FNA is released under the Microsoft Public License. See LICENSE for details.

FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
See lzxdecoder.LICENSE for details.

FNA uses code from the Mono.Xna project, released under the MIT license.
See monoxna.LICENSE for details.
Project Website: <https://fna-xna.github.io/>

Documentation
-------------
Documentation for FNA can be found on the FNA wiki:

https://github.com/FNA-XNA/FNA/wiki
<https://github.com/FNA-XNA/FNA/wiki>

Found an issue?
---------------
Issues and patches can be reported via GitHub:

https://github.com/FNA-XNA/FNA/issues
<https://github.com/FNA-XNA/FNA/issues>

License
-------
FNA is released under the Microsoft Public License. See LICENSE for details.

FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
See lzxdecoder.LICENSE for details.

FNA uses code from the Mono.Xna project, released under the MIT license.
See monoxna.LICENSE for details.
Binary file added nuget/FNA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
7 changes: 7 additions & 0 deletions nuget/NuGetLicense.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FNA is released under the Microsoft Public License.

FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.

FNA uses code from the Mono.Xna project, released under the MIT license.

Full license information can be found at https://fna-xna.github.io/license/.

0 comments on commit 5f61cee

Please sign in to comment.