Atlas.Forms 0.3.0-beta

This is a prerelease version of Atlas.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Atlas.Forms --version 0.3.0-beta
NuGet\Install-Package Atlas.Forms -Version 0.3.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Atlas.Forms" Version="0.3.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atlas.Forms --version 0.3.0-beta
#r "nuget: Atlas.Forms, 0.3.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Atlas.Forms as a Cake Addin
#addin nuget:?package=Atlas.Forms&version=0.3.0-beta&prerelease

// Install Atlas.Forms as a Cake Tool
#tool nuget:?package=Atlas.Forms&version=0.3.0-beta&prerelease

Atlas is a small library that provides viewmodel-first navigation, event-based automatic page-caching, navigation-stack saving, and a few other useful services.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,299 2/19/2017
0.3.0-beta 1,082 2/13/2017
0.2.0-beta 856 2/1/2017
0.1.0-beta 853 1/25/2017

Beta version 0.3.0 brings a few more API changes (sorry!), with greater reliability when it comes to page-caching, significantly easier navigation-stack saving, and a small but useful messaging-service implementation.