This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
forked from junkbyte/UnityConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJBConsole.nuspec
55 lines (43 loc) · 2.5 KB
/
JBConsole.nuspec
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package>
<metadata>
<!-- The identifier that must be unique within the hosting gallery -->
<id>SpaceApe.JBConsole</id>
<!-- The package version number that is used when resolving dependencies -->
<version>1.0.14</version>
<!-- Authors contain text that appears directly on the gallery -->
<authors>SpaceApeGames</authors>
<!-- Owners are typically nuget.org identities that allow gallery
users to earily find other packages by the same owners. -->
<owners>luaye</owners>
<!-- License and project URLs provide links for the gallery -->
<projectUrl>https://github.com/spaceapegames/unity-JBConsole</projectUrl>
<!-- If true, this value prompts the user to accept the license when
installing the package. -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Any details about this particular release -->
<releaseNotes>After build commands aren't working with xbuild so use the built dlls</releaseNotes>
<!-- The description can be used in package manager UI. Note that the
nuget.org gallery uses information you add in the portal. -->
<description>Unity Junk Byte debug console</description>
<!-- Copyright information -->
<copyright>Copyright ©2017 Space Ape Games</copyright>
<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>unity dll c# common utils utilities console debug</tags>
<dependencies>
<dependency id="SpaceApe.Common" version="1.0.5" />
<dependency id="SpaceApe.Logger" version="1.0.2" />
</dependencies>
</metadata>
<files>
<file src="RobotoMono-Regular.ttf" target="font" />
<file src="unity-build-unity-project/Assets/UI/JBConsoleUI.prefab" target="ui" />
<file src="unity-build-unity-project/Assets/UI/JBConsoleUI.prefab.meta" target="ui" />
<file src="unity-JBConsole/bin/Release/net35/SpaceApe.JBConsole.dll" target="lib/net35" />
<file src="unity-build-unity-project/Assets/Plugins/SpaceApe.JBConsole.dll.meta" target="lib/net35" />
<file src="unity-JBConsole-editor/bin/Release/net35/Editor/SpaceApe.JBConsole.Editor.dll" target="lib/net35" />
<file src="unity-build-unity-project/Assets/Plugins/**/Editor/SpaceApe.JBConsole.Editor.dll.meta" target="lib/net35" />
<file src="unity-JBConsole/bin/Release/net35/SpaceApe.JBConsole.dll.*db" target="lib/net35" />
<file src="unity-JBConsole-editor/bin/Release/net35/**/SpaceApe.JBConsole.Editor.dll.*db" target="lib/net35" />
</files>
</package>