Skip to content

Commit

Permalink
Tweak csproj and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Carnagion committed May 12, 2022
1 parent b3803b7 commit 0adf0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GDSerializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Authors>Carnagion</Authors>
<Description>An XML (de)serialization framework for Godot's C# API.</Description>
<RepositoryUrl>https://github.com/Carnagion/GDSerializer</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>.\.mono\temp\bin\Debug\GDSerializer.xml</DocumentationFile>
Expand All @@ -29,6 +30,7 @@
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="LICENSE" />
<Content Include="README.Md" />
<Content Include="README.md" />
<None Include="LICENSE" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit 0adf0a0

Please sign in to comment.