From e6fc9c2d15b7b4fa4217ee0a7d7f2fd39e6d3c8b Mon Sep 17 00:00:00 2001 From: nirinchev Date: Mon, 9 Sep 2024 15:42:16 +0000 Subject: [PATCH] Prepare for 20.0.0 --- CHANGELOG.md | 8 +------- Realm/AssemblyInfo.props | 2 +- Realm/Realm.Unity/package.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9434836ca4..a1f7689054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,8 @@ -## vNext (TBD) +## 20.0.0 (2024-09-09) ### Breaking Changes * Removed all functionality related to App Services/Atlas Device Sync. -### Enhancements -* None - -### Fixed -* None - ### Compatibility * Realm Studio: 15.0.0 or later. diff --git a/Realm/AssemblyInfo.props b/Realm/AssemblyInfo.props index 3c071b694c..ad98d4aa88 100644 --- a/Realm/AssemblyInfo.props +++ b/Realm/AssemblyInfo.props @@ -1,7 +1,7 @@ Realm .NET - 12.4.0 + 20.0.0 Realm is a mobile database: a replacement for SQLite Realm Inc. Copyright © $([System.DateTime]::Now.ToString(yyyy)) Realm Inc. diff --git a/Realm/Realm.Unity/package.json b/Realm/Realm.Unity/package.json index ec12cfb780..361973208e 100644 --- a/Realm/Realm.Unity/package.json +++ b/Realm/Realm.Unity/package.json @@ -1,6 +1,6 @@ { "name": "io.realm.unity", - "version": "12.4.0", + "version": "20.0.0", "displayName": "Realm", "description": "Realm is an embedded, object-oriented database that lets you build real-time, always-on applications. With Realm, data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues. Additionally, objects and collections in Realm are always live, meaning that they always reflect the latest data stored in the database. You can subscribe to changes, letting you keep your UI consistently up to date.\nThe .NET Realm SDK also provide access to Atlas App Services, a secure backend that can sync data between devices, authenticate and manage users, and run serverless JavaScript functions.", "unity": "2021.1",