Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Added nuspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Jan 5, 2017
1 parent c61a120 commit 7dfa87c
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 0 deletions.
27 changes: 27 additions & 0 deletions WinUX.Common/WinUX.Common.nuspec
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>WinUX.Common</id>
<version>2.0.0</version>
<title>WinUX.Common</title>
<authors>James Croft</authors>
<owners>James Croft</owners>
<licenseUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit</projectUrl>
<iconUrl>http://jamescroft.co.uk/wp-content/uploads/2014/12/icon1.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library contains a collection of common .NET components and extensions that can be used in a variety of .NET solutions built by the community.</description>
<releaseNotes>Release for code restructure.</releaseNotes>
<copyright>Copyright (c) James Croft. All rights reserved.</copyright>
<tags>WinUX .NET Extensions Components Web UWP Xamarin</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WinUX.Common.XML" target="lib\portable-net451+win81+MonoAndroid10+xamarinios10+MonoTouch10" />
<file src="bin\Release\WinUX.Common.dll" target="lib\portable-net451+win81+MonoAndroid10+xamarinios10+MonoTouch10" />
<file src="bin\Release\WinUX.Common.XML" target="lib\portable46-net451+win81" />
<file src="bin\Release\WinUX.Common.dll" target="lib\portable46-net451+win81" />
</files>
</package>
26 changes: 26 additions & 0 deletions WinUX.UWP.MvvmLight/WinUX.UWP.MvvmLight.nuspec
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>WinUX.UWP.MvvmLight</id>
<version>2.0.0</version>
<title>WinUX.UWP.MvvmLight</title>
<authors>James Croft</authors>
<owners>James Croft</owners>
<licenseUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit</projectUrl>
<iconUrl>http://jamescroft.co.uk/wp-content/uploads/2014/12/icon1.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library contains a collection of extended MvvmLight components that can be used in a variety of UWP applications built by the community.</description>
<releaseNotes>Initial release. Contains PageBase, PageBaseViewModel and CoreViewModelBase.</releaseNotes>
<copyright>Copyright (c) James Croft. All rights reserved.</copyright>
<tags>WinUX UWP Extensions XAML Components ViewModel Mvvm MvvmLight MultiWindow</tags>
<dependencies>
<dependency id="MvvmLightLibs" version="5.3.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WinUX.UWP.MvvmLight.dll" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.MvvmLight.pri" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.MvvmLight.xml" target="lib\netcore50" />
</files>
</package>
37 changes: 37 additions & 0 deletions WinUX.UWP.Xaml.Controls/WinUX.UWP.Xaml.Controls.nuspec
@@ -0,0 +1,37 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>WinUX.UWP.Xaml.Controls</id>
<version>2.0.0</version>
<title>WinUX.UWP.Xaml.Controls</title>
<authors>James Croft</authors>
<owners>James Croft</owners>
<licenseUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit</projectUrl>
<iconUrl>http://jamescroft.co.uk/wp-content/uploads/2014/12/icon1.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library contains a collection of custom UWP XAML controls that can be used in a variety of UWP applications built by the community.</description>
<releaseNotes>Added Stepper control and updated Expander to use animations.</releaseNotes>
<copyright>Copyright (c) James Croft. All rights reserved.</copyright>
<tags>WinUX UWP Controls Behaviors AppMenu DraggableContentControl DrawingCanvas Expander HeaderedTextBlock RangeSlider Stepper UniformWidthPanel ValidatingComboBox ValidatingTextBox WrapPanel</tags>
<dependencies>
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WinUX.UWP.Xaml.Controls.dll" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.Controls.pri" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.Controls.xml" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.Controls.xr.xml" target="lib\netcore50\WinUX.UWP.Xaml.Controls" />
<file src="bin\Release\AppMenu\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\AppMenu" />
<file src="bin\Release\DraggableContentControl\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\DraggableContentControl" />
<file src="bin\Release\DrawingCanvas\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\DrawingCanvas" />
<file src="bin\Release\Expander\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\Expander" />
<file src="bin\Release\HeaderedTextBlock\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\HeaderedTextBlock" />
<file src="bin\Release\RangeSlider\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\RangeSlider" />
<file src="bin\Release\Stepper\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\Stepper" />
<file src="bin\Release\Themes\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\Themes" />
<file src="bin\Release\ValidatingComboBox\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\ValidatingComboBox" />
<file src="bin\Release\ValidatingTextBox\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml.Controls\ValidatingTextBox" />
</files>
</package>
28 changes: 28 additions & 0 deletions WinUX.UWP.Xaml/WinUX.UWP.Xaml.nuspec
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>WinUX.UWP.Xaml</id>
<version>2.0.0</version>
<title>WinUX.UWP.Xaml</title>
<authors>James Croft</authors>
<owners>James Croft</owners>
<licenseUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit</projectUrl>
<iconUrl>http://jamescroft.co.uk/wp-content/uploads/2014/12/icon1.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library contains a collection of UWP XAML components such as Visual State triggers, Behaviors and value converters that can be used in a variety of UWP applications built by the community.</description>
<releaseNotes>Added Material Design color XAML resources.</releaseNotes>
<copyright>Copyright (c) James Croft. All rights reserved.</copyright>
<tags>WinUX UWP Inking MapControl Extensions Components VisualStateTrigger Behaviors Material Design</tags>
<dependencies>
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WinUX.UWP.Xaml.dll" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.pri" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.xml" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.Xaml.xr.xml" target="lib\netcore50\WinUX.UWP.Xaml" />
<file src="bin\Release\Themes\**\*.*" target="lib\netcore50\WinUX.UWP.Xaml\Themes" />
</files>
</package>
27 changes: 27 additions & 0 deletions WinUX.UWP/WinUX.UWP.nuspec
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>WinUX.UWP</id>
<version>2.0.0</version>
<title>WinUX.UWP</title>
<authors>James Croft</authors>
<owners>James Croft</owners>
<licenseUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmcroft/WinUX-UWP-Toolkit</projectUrl>
<iconUrl>http://jamescroft.co.uk/wp-content/uploads/2014/12/icon1.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library contains a collection of common UWP specific components and extensions that can be used in a variety of UWP applications built by the community.</description>
<releaseNotes>Release for code restructure.</releaseNotes>
<copyright>Copyright (c) James Croft. All rights reserved.</copyright>
<tags>WinUX UWP Extensions Components</tags>
<dependencies>
<dependency id="Win2D.uwp" version="1.19.0" />
<dependency id="WriteableBitmapEx" version="1.5.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WinUX.UWP.dll" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.pri" target="lib\netcore50" />
<file src="bin\Release\WinUX.UWP.XML" target="lib\netcore50" />
</files>
</package>

0 comments on commit 7dfa87c

Please sign in to comment.