Skip to content

Commit f4acece

Browse files
realm-cipapafe
andauthored
Prepare for 10.18.0 (#3076)
* Prepare for 10.18.0 * Removed upload of sg package (the first time needs to be done manually) Co-authored-by: papafe <papafe@users.noreply.github.com> Co-authored-by: Ferdinando Papale <4850119+papafe@users.noreply.github.com>
1 parent 7bb5ffd commit f4acece

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
{
3939
aws s3 sync --acl public-read "${{ github.workspace }}\Realm\packages\_site" s3://realm-sdks/docs/realm-sdks/dotnet/$ver/
4040
}
41-
- name: NuGet Publish Realm.SourceGenerator.${{ steps.get-version.outputs.version }}
42-
run: dotnet nuget push ${{ github.workspace }}/Realm/packages/Realm.SourceGenerator.${{ steps.get-version.outputs.version }}/Realm.SourceGenerator.${{ steps.get-version.outputs.version }}.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
4341
- name: NuGet Publish Realm.Fody.${{ steps.get-version.outputs.version }}
4442
run: dotnet nuget push ${{ github.workspace }}/Realm/packages/Realm.Fody.${{ steps.get-version.outputs.version }}/Realm.Fody.${{ steps.get-version.outputs.version }}.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
4543
- name: NuGet Publish Realm.${{ steps.get-version.outputs.version }}

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.18.0 (2022-11-02)
22

33
### Enhancements
44
* Introduced `Realm.SourceGenerator`, a [Source Generator](https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview) that can generate Realm model classes. This is part of our ongoing effort to modernize the Realm library, and will allow to introduce certain language level features easier in the future.

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.17.0</VersionPrefix>
4+
<VersionPrefix>10.18.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.17.0",
3+
"version": "10.18.0",
44
"displayName": "Realm",
55
"description": "Realm is an embedded mobile database for Unity",
66
"unity": "2021.1",

0 commit comments

Comments
 (0)