Skip to content

Commit

Permalink
Add README and hook up LICENSE to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Oct 27, 2023
1 parent bf10c8c commit b086665
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
@@ -0,0 +1,3 @@
# MonoGame.Library.SDL

This repository contains build scripts for building and deploying SDL for use with MonoGame.
5 changes: 4 additions & 1 deletion src/MonoGame.Library.SDL.csproj
Expand Up @@ -6,8 +6,11 @@
<Title>MonoGame build of SDL Library</Title>
<Description>This package contains an SDL library built for distributing MonoGame games.</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\sdl\LICENSE.txt" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<Content Include="..\artifacts-windows-x64\SDL2.dll">
<Link>SDL2.dll</Link>
Expand Down

0 comments on commit b086665

Please sign in to comment.