From 41be4e4c3f9e0dceb06556fd936c8a144c853355 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Thu, 12 Jan 2017 10:24:45 -0800 Subject: [PATCH] Update NuSpec files for 1.1 release --- .../Prism.Plugin.Popups.Autofac.csproj | 1 + .../Prism.Plugin.Popups.Autofac.nuspec | 15 ++++++++++++++- .../Prism.Plugin.Popups.DryIoc.csproj | 1 + .../Prism.Plugin.Popups.DryIoc.nuspec | 15 ++++++++++++++- .../Prism.Plugin.Popups.Ninject.csproj | 1 + .../Prism.Plugin.Popups.Ninject.nuspec | 15 ++++++++++++++- .../Prism.Plugin.Popups.Unity.csproj | 1 + .../Prism.Plugin.Popups.Unity.nuspec | 15 ++++++++++++++- 8 files changed, 60 insertions(+), 4 deletions(-) diff --git a/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.csproj b/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.csproj index 10b93fb..09852ee 100644 --- a/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.csproj +++ b/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.csproj @@ -73,6 +73,7 @@ + diff --git a/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.nuspec b/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.nuspec index 68f0628..cacb36f 100644 --- a/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.nuspec +++ b/src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.nuspec @@ -7,7 +7,20 @@ Dan Siegel Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages $description$ - Initial Prerelease Package + +v1.1.0-pre1 +-Updates to Prism Forms 6.3.0-pre1 +-Adds support for IDestructible +-Deprecates ClearPopupStack in favor of Async Naming convention +-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync +-Fixes OnNavigatedFrom never called when Pushing new Popup Page +-Adds support for OnNavigatingTo +v1.0.1: +- Fixes issue where the appropriate ViewModel was not being loaded +- Adds overload to PushPopupAsync to directly add a single navigation parameter +v1.0.0: +- Initial Prerelease Package + https://github.com/dansiegel/Prism.Plugin.Popups https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE prism,popups,xamarin forms diff --git a/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.csproj b/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.csproj index c57098d..c723865 100644 --- a/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.csproj +++ b/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.csproj @@ -73,6 +73,7 @@ + diff --git a/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec b/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec index 68f0628..cacb36f 100644 --- a/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec +++ b/src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec @@ -7,7 +7,20 @@ Dan Siegel Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages $description$ - Initial Prerelease Package + +v1.1.0-pre1 +-Updates to Prism Forms 6.3.0-pre1 +-Adds support for IDestructible +-Deprecates ClearPopupStack in favor of Async Naming convention +-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync +-Fixes OnNavigatedFrom never called when Pushing new Popup Page +-Adds support for OnNavigatingTo +v1.0.1: +- Fixes issue where the appropriate ViewModel was not being loaded +- Adds overload to PushPopupAsync to directly add a single navigation parameter +v1.0.0: +- Initial Prerelease Package + https://github.com/dansiegel/Prism.Plugin.Popups https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE prism,popups,xamarin forms diff --git a/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.csproj b/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.csproj index fedb2a1..1785ed0 100644 --- a/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.csproj +++ b/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.csproj @@ -73,6 +73,7 @@ + diff --git a/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.nuspec b/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.nuspec index 68f0628..cacb36f 100644 --- a/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.nuspec +++ b/src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.nuspec @@ -7,7 +7,20 @@ Dan Siegel Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages $description$ - Initial Prerelease Package + +v1.1.0-pre1 +-Updates to Prism Forms 6.3.0-pre1 +-Adds support for IDestructible +-Deprecates ClearPopupStack in favor of Async Naming convention +-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync +-Fixes OnNavigatedFrom never called when Pushing new Popup Page +-Adds support for OnNavigatingTo +v1.0.1: +- Fixes issue where the appropriate ViewModel was not being loaded +- Adds overload to PushPopupAsync to directly add a single navigation parameter +v1.0.0: +- Initial Prerelease Package + https://github.com/dansiegel/Prism.Plugin.Popups https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE prism,popups,xamarin forms diff --git a/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.csproj b/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.csproj index eab2180..a7eb381 100644 --- a/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.csproj +++ b/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.csproj @@ -77,6 +77,7 @@ + diff --git a/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec b/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec index 68f0628..cacb36f 100644 --- a/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec +++ b/src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec @@ -7,7 +7,20 @@ Dan Siegel Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages $description$ - Initial Prerelease Package + +v1.1.0-pre1 +-Updates to Prism Forms 6.3.0-pre1 +-Adds support for IDestructible +-Deprecates ClearPopupStack in favor of Async Naming convention +-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync +-Fixes OnNavigatedFrom never called when Pushing new Popup Page +-Adds support for OnNavigatingTo +v1.0.1: +- Fixes issue where the appropriate ViewModel was not being loaded +- Adds overload to PushPopupAsync to directly add a single navigation parameter +v1.0.0: +- Initial Prerelease Package + https://github.com/dansiegel/Prism.Plugin.Popups https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE prism,popups,xamarin forms