Xamarin.Realm.Service 0.1.6

dotnet add package Xamarin.Realm.Service --version 0.1.6
NuGet\Install-Package Xamarin.Realm.Service -Version 0.1.6
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="Xamarin.Realm.Service" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Realm.Service --version 0.1.6
#r "nuget: Xamarin.Realm.Service, 0.1.6"
#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 Xamarin.Realm.Service as a Cake Addin
#addin nuget:?package=Xamarin.Realm.Service&version=0.1.6

// Install Xamarin.Realm.Service as a Cake Tool
#tool nuget:?package=Xamarin.Realm.Service&version=0.1.6

XRS is a service layer for Xamarin.Realm that provides threadsafe auto-increment support for primary keys, data-changing events, and an extensible API for working with RealmObjects.

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
0.1.6 1,339 2/9/2017
0.1.5 927 2/6/2017
0.1.4 962 1/23/2017
0.1.3 1,069 1/11/2017
0.1.2 940 1/11/2017
0.1.1 937 1/11/2017
0.1.0 1,083 1/11/2017

0.1.6 (2017-02-09)
-------------------
- Removed IDisposable implementations (no need for them).
- Improved EventAggregator implementation by removing internal static event in favor of weak references to target objects.
- Write speeds have been doubly improved as a result of these changes.