Skip to content

Commit

Permalink
Add nuspec for the IL2CPP version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 9, 2024
1 parent 69802e7 commit 415c04d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ConfigurationManager.IL2CPP/ConfigurationManager.IL2CPP.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>BepInEx.ConfigurationManager.IL2CPP</id>
<version>$version$</version>
<authors>ManlyMarco</authors>
<projectUrl>https://github.com/BepInEx/BepInEx.ConfigurationManager</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Plugin configuration manager for BepInEx 6 (IL2CPP, bleeding edge)</description>
<dependencies>
<group targetFramework="net6.0" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion ConfigurationManager/ConfigurationManager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>ManlyMarco</authors>
<projectUrl>https://github.com/BepInEx/BepInEx.ConfigurationManager</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Plugin configuration manager for BepInEx</description>
<description>Plugin configuration manager for BepInEx 5</description>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
Expand Down

0 comments on commit 415c04d

Please sign in to comment.