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 #27 from dansiegel/task/pre5
Browse files Browse the repository at this point in the history
update to pre5
  • Loading branch information
dansiegel authored Feb 27, 2017
2 parents 54d4a19 + dadaae9 commit 2067a34
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<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
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-pre4" )]
[assembly: AssemblyInformationalVersion( "1.1.0-pre5" )]
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<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
Expand Down

0 comments on commit 2067a34

Please sign in to comment.