Renamed the BlankApp template nuspec

This commit is contained in:
Dean Ellis 2017-11-23 11:21:37 +00:00
parent b491287fd5
commit d0ec6abd64
3 changed files with 34 additions and 2 deletions

View file

@ -5,4 +5,7 @@
<ItemGroup>
<PackageReference Include="MonoDevelop.Addins" Version="0.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TemplateWizard\TemplateWizard.csproj" />
</ItemGroup>
</Project>

View file

@ -2,4 +2,33 @@
<ExtensionModel>
<Runtime>
</Runtime>
<Extension path="/MonoDevelop/Ide/ProjectTemplateCategories">
<Category id="monogame" _name="MonoGame" icon="md-monogame-project" insertbefore="other">
<Category id="app" _name="App">
<Category id="general" _name="General" />
</Category>
<Category id="library" _name="Library">
<Category id="general" _name="General" />
</Category>
</Category>
</Extension>
<Extension path="/MonoDevelop/Ide/Templates">
<!--
Use the same Template/@id for both the 1.x and 2.0 templates to prevent duplicate items
in the recent templates list in the New Project dialog.
-->
<Condition id="DotNetCoreSdkInstalled" sdkVersion="1.*">
<Template
id="Microsoft.Common.Console.CSharp"
_overrideName="MonoGame Solution/Project"
_overrideDescription="Creates a new MonoGame project or solution."
path="Templates/MonoGame.Templates.0.0.1.nupkg"
icon="md-monogame-project"
imageId="md-monogame-project"
supportedParameters="CreateAndroidProject;CreateiOSProject;CreateUWPProject;CreateWindowsProject;CreateDesktopProject;CreateSharedProject;CreateNetStandardProject;NoCodeSharing"
wizard="MonoDevelop.DotNetCore.ProjectTemplateWizard"
condition="UseNetCore1x=true"
category="monogame/app/general"/>
</Condition>
</Extension>
</ExtensionModel>

View file

@ -2,10 +2,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MonoGame.Templates</id>
<title>MonoGame Template Pack</title>
<title>MonoGame BlankApp Template Pack</title>
<version>0.0.1</version>
<authors>MonoGameTeam</authors>
<description>Templates for building iOS, Android, and Universal Windows Platform (UWP) Game with MonoGame.</description>
<description>Templates for building Cross Platform, iOS, Android, Windows and Universal Windows Platform (UWP) Game with MonoGame.</description>
<projectUrl>https://www.monogame.net/</projectUrl>
<licenseUrl>https://github.com/mono/MonoGame/blob/develop/LICENSE.txt</licenseUrl>
<iconUrl>https://pbs.twimg.com/profile_images/487954549441691649/O3KsHAsb_400x400.png</iconUrl>