Initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.dll
|
||||||
|
*.nupkg
|
||||||
17
v1.0.3.1/Package.nuspec
Normal file
17
v1.0.3.1/Package.nuspec
Normal 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
17
v1.1.0/Package.nuspec
Normal 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>
|
||||||
Reference in New Issue
Block a user