Skip to content

Commit

Permalink
feat(NuGet): support latest Nuspec requirements (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plac3hold3r committed Oct 8, 2019
1 parent ab362d6 commit c46bd3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuspec/MvxScaffolding.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<license type="expression">MIT</license>
<projectUrl>https://github.com/Plac3hold3r/MvxScaffolding</projectUrl>
<repository type="git" url="https://github.com/Plac3hold3r/MvxScaffolding" />
<iconUrl>https://raw.githubusercontent.com/Plac3hold3r/MvxScaffolding/master/nuspec/nuget_icon.png</iconUrl>
<icon>images\nuget_icon.png</icon>
<description>A customizable template used to scaffold a cross-platform MvvmCross application. Includes a .NET Standard class library. Supports Xamarin Android, Xamarin iOS and UWP project types for Xamarin Native and Xamarin Forms.</description>
<summary>A customizable template used to scaffold a cross-platform MvvmCross application.</summary>
<copyright>Copyright ©2019</copyright>
Expand All @@ -24,6 +24,7 @@ See Changelog https://github.com/Plac3hold3r/MvxScaffolding/blob/master/CHANGELO
<tags>Xamarin, Xamarin.Forms, MvvmCross, C#, Android, iOS, UWP, Template</tags>
</metadata>
<files>
<file src="nuget_icon.png" target="images\" />
<file src="..\src\Templates\MvxNative\**" target="content\MvxNative" exclude="..\**\packages\**;..\**\bin\**;..\**\obj\**;**\.vs\**;**\*.user;" />
<file src="..\src\Templates\MvxForms\**" target="content\MvxForms" exclude="..\**\packages\**;..\**\bin\**;..\**\obj\**;**\.vs\**;**\*.user;" />
</files>
Expand Down

0 comments on commit c46bd3b

Please sign in to comment.