28 строки
1.3 KiB
XML
28 строки
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Clancey.Comet.Reload</id>
|
|
<version>0.0.19</version>
|
|
<title>Comet.Reload</title>
|
|
<authors>James Clancey</authors>
|
|
<owners>Clancey</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Hot Reload plugin for Comet</description>
|
|
<summary>Comet Hot Reload plugin, Just call Comet.Reload.Init() for debug builds.</summary>
|
|
<copyright>James Clancey</copyright>
|
|
<projectUrl>https://github.com/Clancey/Reloadify3000</projectUrl>
|
|
<repository type="git" url="https://github.com/Clancey/Reloadify3000"/>
|
|
<language>C#</language>
|
|
<dependencies>
|
|
<dependency id="Reloadify3000" version="1.0.8" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="src/Comet.Reload/bin/Debug/netstandard2.1/Comet.Reload.dll" target="lib/netstandard2.1/Comet.Reload.dll" />
|
|
<file src="src/Comet.Reload/bin/Debug/netstandard2.1/Comet.Reload.pdb" target="lib/netstandard2.1/Comet.Reload.pdb" />
|
|
|
|
<file src="src/Comet.Reload/bin/Debug/net6.0/Comet.Reload.dll" target="lib/net6.0/Comet.Reload.dll" />
|
|
<file src="src/Comet.Reload/bin/Debug/net6.0/Comet.Reload.pdb" target="lib/net6.0/Comet.Reload.pdb" />
|
|
</files>
|
|
</package>
|