Excalibur.Cross
0.4.0-beta
See the version list below for details.
dotnet add package Excalibur.Cross --version 0.4.0-beta
NuGet\Install-Package Excalibur.Cross -Version 0.4.0-beta
<PackageReference Include="Excalibur.Cross" Version="0.4.0-beta" />
paket add Excalibur.Cross --version 0.4.0-beta
#r "nuget: Excalibur.Cross, 0.4.0-beta"
// Install Excalibur.Cross as a Cake Addin #addin nuget:?package=Excalibur.Cross&version=0.4.0-beta&prerelease // Install Excalibur.Cross as a Cake Tool #tool nuget:?package=Excalibur.Cross&version=0.4.0-beta&prerelease
Excalibur
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- AutoMapper (>= 7.0.1)
- MvvmCross (>= 6.2.0)
- MvvmCross.Plugin.JsonLocalization (>= 6.2.0)
- MvvmCross.Plugin.Visibility (>= 6.2.0)
- Newtonsoft.Json (>= 11.0.2)
- PubSub (>= 2.1.0)
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,061 | 3/13/2019 |
0.6.8-beta | 416 | 2/24/2019 |
0.6.7-beta | 501 | 12/12/2018 |
0.6.3-beta | 517 | 12/10/2018 |
0.6.2-beta | 475 | 12/9/2018 |
0.6.1-beta | 488 | 12/5/2018 |
0.6.0-beta | 507 | 11/21/2018 |
0.5.1-beta | 502 | 10/29/2018 |
0.5.0-beta | 569 | 10/14/2018 |
0.4.1-beta | 538 | 10/2/2018 |
0.4.0-beta | 544 | 10/2/2018 |
0.3.3-beta | 683 | 5/31/2018 |
0.3.2-beta | 718 | 5/29/2018 |
0.3.1-beta | 817 | 5/17/2018 |
0.3.0-beta | 718 | 5/16/2018 |
0.2.0-beta | 808 | 1/16/2018 |
0.1.1-beta | 996 | 6/13/2017 |
0.4.0-beta
0.3.3-beta
Adding xml documentation
The SharedClient will now be instantiated with an AutomaticDecompressionHandler
BaseMapper private _config has been changed to protected Config {get;}
0.3.2-beta
Adding more dependencies
Adding File serializer options
0.3.1-beta
Removing Excalibur.Shared from the dependency list
0.3.0-beta
Moving to netstandard2.0
Adding Common to this packages for now...
Changes to make things work again with MvvmCross 6
Adding some new BaseModel Classes
0.2.0-beta
--
This package contains Excalibur.Cross, Excalibur.Shared and the Excalibur.Providers.File. I will introduce a different nupkg 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