Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(NuGet): support latest Nuspec requirements #657

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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