Initial commit

This commit is contained in:
2025-05-10 20:30:36 +02:00
commit 4a9459fd68
3 changed files with 36 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.dll
*.nupkg

17
v1.0.3.1/Package.nuspec Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LittleWitchNobeta.GameLibs</id>
<version>1.0.3.1</version>
<authors>Eveldee</authors>
<description>Game libraries for Little Witch Nobeta</description>
<dependencies>
<group targetFramework=".net6.0" />
</dependencies>
</metadata>
<files>
<file src="interop\*.dll" target="lib\net6.0" />
</files>
</package>

17
v1.1.0/Package.nuspec Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LittleWitchNobeta.GameLibs</id>
<version>1.1.0</version>
<authors>Eveldee</authors>
<description>Game libraries for Little Witch Nobeta</description>
<dependencies>
<group targetFramework=".net6.0" />
</dependencies>
</metadata>
<files>
<file src="interop\*.dll" target="lib\net6.0" />
</files>
</package>