Skip to content

Commit 1896cdc

Browse files
realm-cielle-j
andauthored
Prepare for 10.17.0 (#3047)
Co-authored-by: elle-j <elle-j@users.noreply.github.com>
1 parent 9552ed3 commit 1896cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## vNext (TBD)
1+
## 10.17.0 (2022-10-06)
22

33
### Enhancements
44
* Prioritize integration of local changes over remote changes - shorten the time users may have to wait when committing local changes. Stop storing downloaded changesets in history. (Core upgrade)

Realm/AssemblyInfo.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<Product>Realm .NET</Product>
4-
<VersionPrefix>10.16.0</VersionPrefix>
4+
<VersionPrefix>10.17.0</VersionPrefix>
55
<Description Condition="'$(Description)' == ''">Realm is a mobile database: a replacement for SQLite</Description>
66
<Company>Realm Inc.</Company>
77
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) Realm Inc.</Copyright>

Realm/Realm.Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.realm.unity",
3-
"version": "10.16.0",
3+
"version": "10.17.0",
44
"displayName": "Realm",
55
"description": "Realm is an embedded mobile database for Unity",
66
"unity": "2021.1",

0 commit comments

Comments
 (0)