Merge pull request #42669 from akien-mga/mono-godot-sdk-nuspec-typo

Mono: Fix typo in Godot.NET.Sdk.nuspec
This commit is contained in:
Rémi Verschelde 2020-10-09 14:19:15 +02:00 committed by GitHub
commit 914faa357a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,6 @@
<repository url="$projecturl$" />
</metadata>
<files>
<file src="Sdk\**" target="Sdk" />\
<file src="Sdk\**" target="Sdk" />
</files>
</package>