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 #13 from dansiegel/update-nuspecs
Browse files Browse the repository at this point in the history
Update NuSpec files for 1.1 pre1
  • Loading branch information
dansiegel authored Jan 16, 2017
2 parents aea45d6 + 41be4e4 commit dc933b3
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Prism.Plugin.Popups.Autofac.nuspec" />
</ItemGroup>
<Import Project="..\Prism.Plugin.Popups.Shared\Prism.Plugin.Popups.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
<owners>Dan Siegel</owners>
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>Initial Prerelease Package</releaseNotes>
<releaseNotes>
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
</releaseNotes>
<projectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</projectUrl>
<licenseUrl>https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE</licenseUrl>
<tags>prism,popups,xamarin forms</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Prism.Plugin.Popups.DryIoc.nuspec" />
</ItemGroup>
<Import Project="..\Prism.Plugin.Popups.Shared\Prism.Plugin.Popups.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
Expand Down
15 changes: 14 additions & 1 deletion src/Prism.Plugin.Popups.DryIoc/Prism.Plugin.Popups.DryIoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
<owners>Dan Siegel</owners>
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>Initial Prerelease Package</releaseNotes>
<releaseNotes>
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
</releaseNotes>
<projectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</projectUrl>
<licenseUrl>https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE</licenseUrl>
<tags>prism,popups,xamarin forms</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Prism.Plugin.Popups.Ninject.nuspec" />
</ItemGroup>
<Import Project="..\Prism.Plugin.Popups.Shared\Prism.Plugin.Popups.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
<owners>Dan Siegel</owners>
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>Initial Prerelease Package</releaseNotes>
<releaseNotes>
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
</releaseNotes>
<projectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</projectUrl>
<licenseUrl>https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE</licenseUrl>
<tags>prism,popups,xamarin forms</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Prism.Plugin.Popups.Unity.nuspec" />
</ItemGroup>
<Import Project="..\Prism.Plugin.Popups.Shared\Prism.Plugin.Popups.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
Expand Down
15 changes: 14 additions & 1 deletion src/Prism.Plugin.Popups.Unity/Prism.Plugin.Popups.Unity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
<owners>Dan Siegel</owners>
<summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
<description>$description$</description>
<releaseNotes>Initial Prerelease Package</releaseNotes>
<releaseNotes>
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
</releaseNotes>
<projectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</projectUrl>
<licenseUrl>https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE</licenseUrl>
<tags>prism,popups,xamarin forms</tags>
Expand Down

0 comments on commit dc933b3

Please sign in to comment.