Merge pull request #2 from onoira/master

Update template to 1.4
This commit is contained in:
Arvydas Vitkus 2022-12-28 21:46:33 +02:00 committed by GitHub
commit dce259ecf8
Failed to generate hash of commit
6 changed files with 15 additions and 10 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-dotnettools.csharp"
]
}

6
.vscode/mod.csproj vendored
View file

@ -7,8 +7,8 @@
<!-- Modify [RootNamespace], [AssemblyName], [OutputPath], [VersionPrefix] -->
<RootNamespace>Template</RootNamespace>
<AssemblyName>Template</AssemblyName>
<OutputPath>../1.3/Assemblies</OutputPath>
<VersionPrefix>1.0.0.0</VersionPrefix>
<OutputPath>../1.4/Assemblies</OutputPath>
<VersionPrefix>0.1.0.0</VersionPrefix>
<!-- do not generate pdb file -->
<DebugType>none</DebugType>
@ -27,7 +27,7 @@
</Reference>
<!-- Harmony -->
<!-- <Reference Include="../../Harmony/v1.1/Assemblies/0Harmony.dll">
<!-- <Reference Include="../../Harmony/Current/Assemblies/0Harmony.dll">
<Private>False</Private>
</Reference> -->
</ItemGroup>

View file

@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<packageId>arvkus.template</packageId>
<name>Arvkus Mod Template</name>
<author>Arvkus</author>
<packageId>username.modname</packageId>
<name>Mod Template</name>
<author>username</author>
<supportedVersions>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<modDependencies>
<!-- <li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<downloadUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</downloadUrl>
<steamWorkshopUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</steamWorkshopUrl>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li> -->
</modDependencies>
<incompatibleWith>
<!-- <li>arvkus.template</li> -->
<!-- <li>username.modname</li> -->
</incompatibleWith>
<description>Template</description>