XamarinUniversity.Infrastructure
1.0.160903
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package XamarinUniversity.Infrastructure --version 1.0.160903
NuGet\Install-Package XamarinUniversity.Infrastructure -Version 1.0.160903
<PackageReference Include="XamarinUniversity.Infrastructure" Version="1.0.160903" />
paket add XamarinUniversity.Infrastructure --version 1.0.160903
#r "nuget: XamarinUniversity.Infrastructure, 1.0.160903"
// Install XamarinUniversity.Infrastructure as a Cake Addin #addin nuget:?package=XamarinUniversity.Infrastructure&version=1.0.160903 // Install XamarinUniversity.Infrastructure as a Cake Tool #tool nuget:?package=XamarinUniversity.Infrastructure&version=1.0.160903
Set of Xamarin.Forms classes for enterprise and MVVM development; includes markup extensions, behaviors, custom controls and abstractions for MVVM.
Learn more about Target Frameworks and .NET Standard.
-
- Xamarin.Forms (>= 2.3.1.114)
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 |
---|---|---|
2.2.0 | 39,347 | 10/1/2018 |
2.1.0 | 2,425 | 8/4/2018 |
2.0.1 | 3,264 | 5/14/2018 |
2.0.0 | 1,755 | 4/27/2018 |
1.1.7 | 1,435 | 4/12/2018 |
1.1.6.1 | 1,441 | 4/12/2018 |
1.1.6 | 1,465 | 4/11/2018 |
1.1.5.2 | 1,415 | 4/10/2018 |
1.1.5.1 | 1,417 | 4/10/2018 |
1.1.5 | 1,428 | 4/10/2018 |
1.1.3 | 3,918 | 11/7/2017 |
1.1.0 | 1,612 | 11/4/2017 |
1.0.170620 | 10,970 | 6/22/2017 |
1.0.170503 | 3,351 | 5/4/2017 |
1.0.161201 | 8,034 | 12/1/2016 |
1.0.161128 | 1,452 | 11/28/2016 |
1.0.161104 | 1,527 | 11/4/2016 |
1.0.161006 | 1,478 | 10/6/2016 |
1.0.160931 | 1,429 | 9/30/2016 |
1.0.160930 | 1,414 | 9/30/2016 |
1.0.160916 | 1,751 | 9/16/2016 |
1.0.160903 | 1,491 | 9/1/2016 |
1.0.160902 | 1,947 | 9/1/2016 |
1.0.160901 | 1,669 | 9/1/2016 |
1.0.160831 | 1,525 | 8/31/2016 |
1.0.160830 | 1,509 | 8/31/2016 |
1.0.160829 | 1,538 | 8/29/2016 |
1.0.1 | 1,467 | 11/4/2017 |
[1.0.160903]
Minor fix to allow EventToCommandBehavior to be used on any VisualElement vs. View
Change IAsyncDelegateCommand<T> to implement IAsyncDelegateCommand vs. IDelegateCommand.
[1.0.160902]
Added ImageResourceConverter for bindings to embedded resource images.
[1.0.160901]
Added NumericValidationBehavior.
Ensure DebugConverter outputs in RELEASE build.
Rename NavigationService to FormsNavigationPageService.
Add HideMasterPageOnNavigation and KeyComparer properties to FormsNavigationPageService
Change INavigationService/FormsNavigationPageService to use object for pageKey type.
[1.0.160831]
Fix a typo in AsyncDelegateCommand where it wasn't implementing IAsyncDelegateCommand.
[1.0.160830]
Remove registration APIs from INavigationService to avoid Page dependency. This is unfortunately a breaking change, but you can just cast the INavigationService back to the real implementation to get to the RegisterPage method as shown in the docs.