Excalibur.Cross
0.2.0-beta
See the version list below for details.
dotnet add package Excalibur.Cross --version 0.2.0-beta
NuGet\Install-Package Excalibur.Cross -Version 0.2.0-beta
<PackageReference Include="Excalibur.Cross" Version="0.2.0-beta" />
paket add Excalibur.Cross --version 0.2.0-beta
#r "nuget: Excalibur.Cross, 0.2.0-beta"
// Install Excalibur.Cross as a Cake Addin #addin nuget:?package=Excalibur.Cross&version=0.2.0-beta&prerelease // Install Excalibur.Cross as a Cake Tool #tool nuget:?package=Excalibur.Cross&version=0.2.0-beta&prerelease
Excalibur
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- AutoMapper (>= 6.1.1)
- MvvmCross (>= 5.6.3)
- MvvmCross.Binding (>= 5.6.3)
- MvvmCross.Core (>= 5.6.3)
- MvvmCross.Platform (>= 5.6.3)
- MvvmCross.Plugin.File (>= 5.6.3)
- MvvmCross.Plugin.Json (>= 5.6.3)
- MvvmCross.Plugin.JsonLocalization (>= 5.6.3)
- MvvmCross.Plugin.ResourceLoader (>= 5.6.3)
- MvvmCross.Plugin.Visibility (>= 5.6.3)
- Newtonsoft.Json (>= 10.0.3)
- PubSub (>= 2.0.0)
- XLabs.IoC (>= 2.3.0-pre05)
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 |
---|---|---|
0.6.9-beta | 1,073 | 3/13/2019 |
0.6.8-beta | 423 | 2/24/2019 |
0.6.7-beta | 511 | 12/12/2018 |
0.6.3-beta | 525 | 12/10/2018 |
0.6.2-beta | 484 | 12/9/2018 |
0.6.1-beta | 497 | 12/5/2018 |
0.6.0-beta | 519 | 11/21/2018 |
0.5.1-beta | 513 | 10/29/2018 |
0.5.0-beta | 581 | 10/14/2018 |
0.4.1-beta | 550 | 10/2/2018 |
0.4.0-beta | 556 | 10/2/2018 |
0.3.3-beta | 692 | 5/31/2018 |
0.3.2-beta | 728 | 5/29/2018 |
0.3.1-beta | 825 | 5/17/2018 |
0.3.0-beta | 727 | 5/16/2018 |
0.2.0-beta | 822 | 1/16/2018 |
0.1.1-beta | 1,005 | 6/13/2017 |
0.2.0-beta
--
This package contains Excalibur.Cross, Excalibur.Shared and the Excalibur.Providers.File. I will introduce a different nugpk for them at a later stage.
--
Changing BasePresentation to BaseListPresentation.
Changing IPresentation to IListPresentation.
ToUnixTimeInSeconds fix to return actual seconds instead of miliseconds.
Adding base implementation for various Excalibur items (Int).
Introducing PCL for shared project (instead of shared project)
Typed implementation to custom files and folder
Moving Providers to Storage (-.Provider)
MessageBase moved to Excalibur.Shared.Utils
Renamed BPresentation to BasePresentation
Bumping package versions (To latest version, 5th Jan*)
MvvmCross 5.6.3
Adding comments
Incluing Inhericdoc
0.1.1-beta
Adding code comments
Changing few method signatures to include Async
Renaming few methods to better represent what they are doing
0.1.0-beta
First beta release