Skip to content

Commit

Permalink
Update NuGet Package Information
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Nov 13, 2024
1 parent 26dd054 commit 6a49ddb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ADNES/ADNES.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,33 @@
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<Authors>Eric Nusbaum</Authors>
<Company>Nusbaum Consulting, LLC</Company>
<Copyright>Copyright ©2024 Nusbaum Consulting, LLC All rights reserved.</Copyright>

<Description>Another dotnet NES (ADNES) Emulator. A Nintendo Emulator within a NuGet Package, allowing you to easily integrate an NES emulator within your own project.</Description>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet settings -->
<PackageId>ADNES</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageTags>NES Nintendo Emulation Emulator</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/enusbaum/ADNES</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>nuget.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/enusbaum/ADNES</RepositoryUrl>

</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="ADNES.Tests" />
</ItemGroup>

<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
<None Include="nuget.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
Binary file added ADNES/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ADNES/nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## License Information
This package is open-source software, released under the permissive MIT License. You are free to use, modify, and distribute this package in both commercial and non-commercial projects. For full license details, please refer to the `LICENSE` file included in this package or visit [MIT License](https://opensource.org/licenses/MIT). Contributions are welcome and appreciated to improve and maintain this package.

0 comments on commit 6a49ddb

Please sign in to comment.