Skip to content

Releases: realm/realm-dotnet

v0.72.0 PCL now supported

12 Feb 16:29
Compare
Choose a tag to compare
Pre-release

The main purpose of this release is supporting PCL projects. You need to add the Realm NuGet to both your PCL projects and your ultimate platform .IOS and .Android projects.

If you only add the Realm NuGet to your PCL project you will get a runtime exception saying something like:

The PCL build of Realm is being linked which probably means you need to use NuGet or otherwise link a platform-specific Realm.dll to your main application.

v0.71.1 minor IOS Simulator build fix

29 Jan 12:25
Compare
Choose a tag to compare
Pre-release

Minor fix for IOS only, includes Android libs bumped in version number but not functionally changed.

IOS simulator builds may have failed with a warning:

Error MT5209: Native linking error...building for iOS simulator, 
but linking in object file built for OSX, for architecture i386 (MT5209) 

This was triggered by the inclusion of a redundant IOS Simulator build of Realm.

Realm for Xamarin Private Beta 0.71.0

25 Jan 15:52
Compare
Choose a tag to compare
Pre-release

See installation instructions on the Realm Xamarin Page

Adds Android support, LINQ improvements and configurations.

See changelog.md for ful details.

Realm for Xamarin Private Beta

10 Dec 12:20
Compare
Choose a tag to compare
Pre-release

See installation instructions on the Realm Xamarin page