Skip to content

Commit b57215e

Browse files
committed
Fix il2cpp nuspec
1 parent 4dc653b commit b57215e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.nuspec renamed to RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>RuntimeUnityEditor.Core</id>
4+
<id>RuntimeUnityEditor.Core.IL2CPP</id>
55
<version>$version$</version>
66
<authors>ManlyMarco</authors>
77
<projectUrl>https://github.com/ManlyMarco/RuntimeUnityEditor</projectUrl>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9-
<description>In-game inspector and debugging tools for applications made with Unity3D game engine</description>
10-
<developmentDependency>true</developmentDependency>
9+
<description>In-game inspector and debugging tools for applications made with Unity3D game engine (BepInEx6 IL2CPP version)</description>
1110
<tags></tags>
11+
<dependencies>
12+
<group targetFramework="net6.0">
13+
</group>
14+
</dependencies>
1215
</metadata>
13-
<files>
14-
<file src="..\install.ps1" target="tools"/>
15-
</files>
1616
</package>

0 commit comments

Comments
 (0)