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

Commit

Permalink
Merge pull request #32 from dansiegel/update-nuspecs
Browse files Browse the repository at this point in the history
update nuspecs for release
  • Loading branch information
dansiegel authored Mar 25, 2017
2 parents c1fcef1 + b91fff0 commit 461da22
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 69 deletions.
23 changes: 6 additions & 17 deletions src/Prism.Plugin.Popups.Autofac/Prism.Plugin.Popups.Autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,12 @@
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy was being called on non-PopupPages
-Updates INavigationAware to INavigatingAware &amp; INavigatedAware
v1.1.0-pre4
-Fixes infinite loop
v1.1.0-pre3
-Fixes issue where the Filter Page function ends up in an infinite loop resulting in a hang during navigation. Navigation should now get the Current Page of any NavigationPage, MasterDetailPage, or TabbedPage.
v1.1.0-pre2
-Fixes issue where OnNavigatingTo could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage&lt;&gt;. Will continue evaluating the current page until a page type is recieved that does not possess Child Pages.
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.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with `INavigatingAware` and `INavigatedAware`
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any `NavigationPage`, `MasterDetailPage`, or `TabbedPage`
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
Expand Down
23 changes: 6 additions & 17 deletions src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,12 @@
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy was being called on non-PopupPages
-Updates INavigationAware to INavigatingAware &amp; INavigatedAware
v1.1.0-pre4
-Fixes infinite loop
v1.1.0-pre3
-Fixes issue where the Filter Page function ends up in an infinite loop resulting in a hang during navigation. Navigation should now get the Current Page of any NavigationPage, MasterDetailPage, or TabbedPage.
v1.1.0-pre2
-Fixes issue where OnNavigatingTo could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage&lt;&gt;. Will continue evaluating the current page until a page type is recieved that does not possess Child Pages.
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.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with `INavigatingAware` and `INavigatedAware`
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any `NavigationPage`, `MasterDetailPage`, or `TabbedPage`
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
Expand Down
23 changes: 6 additions & 17 deletions src/Prism.Plugin.Popups.Ninject/Prism.Plugin.Popups.Ninject.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,12 @@
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy was being called on non-PopupPages
-Updates INavigationAware to INavigatingAware &amp; INavigatedAware
v1.1.0-pre4
-Fixes infinite loop
v1.1.0-pre3
-Fixes issue where the Filter Page function ends up in an infinite loop resulting in a hang during navigation. Navigation should now get the Current Page of any NavigationPage, MasterDetailPage, or TabbedPage.
v1.1.0-pre2
-Fixes issue where OnNavigatingTo could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage&lt;&gt;. Will continue evaluating the current page until a page type is recieved that does not possess Child Pages.
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.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with `INavigatingAware` and `INavigatedAware`
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any `NavigationPage`, `MasterDetailPage`, or `TabbedPage`
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
Expand Down
2 changes: 1 addition & 1 deletion src/Prism.Plugin.Popups.Shared/AssemblyInfo-Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

[assembly: AssemblyVersion( "1.1.0.0" )]
[assembly: AssemblyFileVersion( "1.1.0.0" )]
[assembly: AssemblyInformationalVersion( "1.1.0-pre5" )]
[assembly: AssemblyInformationalVersion( "1.1.0" )]
23 changes: 6 additions & 17 deletions src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,12 @@
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy was being called on non-PopupPages
-Updates INavigationAware to INavigatingAware &amp; INavigatedAware
v1.1.0-pre4
-Fixes infinite loop
v1.1.0-pre3
-Fixes issue where the Filter Page function ends up in an infinite loop resulting in a hang during navigation. Navigation should now get the Current Page of any NavigationPage, MasterDetailPage, or TabbedPage.
v1.1.0-pre2
-Fixes issue where OnNavigatingTo could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage&lt;&gt;. Will continue evaluating the current page until a page type is recieved that does not possess Child Pages.
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.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with `INavigatingAware` and `INavigatedAware`
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any `NavigationPage`, `MasterDetailPage`, or `TabbedPage`
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
Expand Down

0 comments on commit 461da22

Please sign in to comment.