-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLabloader.nuspec
More file actions
28 lines (25 loc) · 1.17 KB
/
Labloader.nuspec
File metadata and controls
28 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Labloader</id>
<title>Labloader</title>
<version>1.0.1</version>
<authors>PintTheDragon</authors>
<owners>PintTheDragon</owners>
<copyright>Copyright © PintTheDragon 2022</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="Git" url="https://github.com/PintTheDragon/Labloader" />
<licenseUrl>https://github.com/PintTheDragon/Labloader/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/PintTheDragon/Labloader</projectUrl>
<description>Labloader is an experimental plugin loader and framework for SCP: Labrat.</description>
<dependencies>
<group targetFramework="net48" />
</dependencies>
</metadata>
<files>
<file src="Labloader\bin\Release\Labloader.dll" target="lib\net48" />
<file src="Labloader\bin\Release\Labloader.xml" target="lib\net48" />
<file src="Labloader.Core\bin\Release\Labloader.Core.dll" target="lib\net48" />
<file src="Labloader.Core\bin\Release\Labloader.Core.xml" target="lib\net48" />
</files>
</package>