File tree Expand file tree Collapse file tree
BepInEx6.PluginTemplate.Il2Cpp
BepInEx6.PluginTemplate.NET
BepInEx6.PluginTemplate.UnityMono Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata minClientVersion =" 2.5" >
44 <id >BepInEx.PluginInfoProps</id >
5- <version >1.0 .0</version >
5+ <version >1.1 .0</version >
66 <authors >BepInEx</authors >
77 <projectUrl >https://github.com/BepInEx</projectUrl >
88 <license type =" expression" >MIT</license >
Original file line number Diff line number Diff line change 55 <BepInExPluginName Condition =" '$(BepInExPluginName)' == ''" >$(Product)</BepInExPluginName >
66 <BepInExPluginVersion Condition =" '$(BepInExPluginVersion)' == ''" >$(Version)</BepInExPluginVersion >
77 <GeneratedText ><![CDATA[
8- using System%3B
9- internal static class PluginInfo
8+ namespace $(RootNamespace)
109{
11- public const string PLUGIN_GUID = "$(BepInExPluginGuid)"%3B
12- public const string PLUGIN_NAME = "$(BepInExPluginName)"%3B
13- public const string PLUGIN_VERSION = "$(BepInExPluginVersion)"%3B
10+ public static class PluginInfo
11+ {
12+ public const string PLUGIN_GUID = "$(BepInExPluginGuid)"%3B
13+ public const string PLUGIN_NAME = "$(BepInExPluginName)"%3B
14+ public const string PLUGIN_VERSION = "$(BepInExPluginVersion)"%3B
15+ }
1416}
1517 ]]> </GeneratedText >
16- <GeneratedFilePath >$(IntermediateOutputPath)GeneratedFile .cs</GeneratedFilePath >
18+ <GeneratedFilePath >$(IntermediateOutputPath)PluginInfo .cs</GeneratedFilePath >
1719 </PropertyGroup >
1820 <ItemGroup >
1921 <Compile Include =" $(GeneratedFilePath)" />
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageType >Template</PackageType >
5- <PackageVersion >1.0 .0</PackageVersion >
5+ <PackageVersion >1.1 .0</PackageVersion >
66 <PackageId >BepInEx.Templates</PackageId >
77 <Title >BepInEx Plugin Templates</Title >
88 <Authors >BepInEx</Authors >
Original file line number Diff line number Diff line change 1111
1212 <ItemGroup >
1313 <PackageReference Include =" BepInEx.Analyzers" Version =" 1.0.4" PrivateAssets =" all" />
14- <PackageReference Include =" BepInEx.Core" Version =" 5.4.15 " />
15- <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.0.0 " />
14+ <PackageReference Include =" BepInEx.Core" Version =" 5.* " />
15+ <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.* " />
1616 <PackageReference Include =" UnityEngine" Version =" 5.6.1" IncludeAssets =" compile" />
1717 </ItemGroup >
1818
Original file line number Diff line number Diff line change 1111
1212 <ItemGroup >
1313 <PackageReference Include =" BepInEx.IL2CPP" Version =" 6.0.0-*" IncludeAssets =" compile" />
14- <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.0.0" />
15- <PackageReference Include =" UnityEngine" Version =" 5.6.1" IncludeAssets =" compile" />
14+ <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.*" />
1615 </ItemGroup >
1716</Project >
Original file line number Diff line number Diff line change 1111
1212 <ItemGroup >
1313 <PackageReference Include =" BepInEx.NetLauncher" Version =" 6.0.0-*" IncludeAssets =" compile" />
14- <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.0.0 " />
14+ <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.* " />
1515 </ItemGroup >
1616
1717 <ItemGroup Condition =" '$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" >
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" BepInEx.Analyzers" Version =" 1.0.4" PrivateAssets =" all" />
1414 <PackageReference Include =" BepInEx.Unity" Version =" 6.0.0-*" IncludeAssets =" compile" />
15- <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.0.0 " />
15+ <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 1.* " />
1616 </ItemGroup >
1717
1818 <ItemGroup Condition =" '$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" >
You can’t perform that action at this time.
0 commit comments