Skip to content

Commit

Permalink
Prepare for 10.5.1 (#2641)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Disable win81 tests for now

Co-authored-by: nirinchev <[email protected]>
Co-authored-by: Nikola Irinchev <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2021
1 parent aefdcc5 commit 40d6e20
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/templates/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest, win81 ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
targetFramework: [ netcoreapp3.1, net5.0, net6.0 ]
steps:
- name: Cleanup Workspace
Expand Down
1 change: 1 addition & 0 deletions .github/templates/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: Download all artifacts
uses: #@ actionDownloadAllArtifacts
with:
workflow_conclusion: completed
workflow: main.yml
commit: ${{ github.sha }}
path: ${{ github.workspace }}/Realm/packages/
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ jobs:
- macos-latest
- windows-latest
- ubuntu-latest
- win81
targetFramework:
- netcoreapp3.1
- net5.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Download all artifacts
uses: dawidd6/action-download-artifact@d0f291cf39bd21965ea9c4c6e210fc355c3844ed
with:
workflow_conclusion: completed
workflow: main.yml
commit: ${{ github.sha }}
path: ${{ github.workspace }}/Realm/packages/
Expand Down
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## vNext (TBD)

### Enhancements
* None
## 10.5.1 (2021-09-22)

### Fixed
* Fixed a bug that would cause a `NullReferenceException` to be reported during compilation of a class containing a getter-only `RealmObject` property. (Issue [#2576](https://github.com/realm/realm-dotnet/issues/2576))
Expand Down
2 changes: 1 addition & 1 deletion Realm/AssemblyInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Realm .NET</Product>
<VersionPrefix>10.5.0</VersionPrefix>
<VersionPrefix>10.5.1</VersionPrefix>
<Description Condition="'$(Description)' == ''">Realm is a mobile database: a replacement for SQLite</Description>
<Company>Realm Inc.</Company>
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) Realm Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Realm/Realm.Unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.realm.unity",
"version": "10.5.0",
"version": "10.5.1",
"displayName": "Realm",
"description": "Realm is an embedded mobile database for Unity",
"unity": "2021.1",
Expand Down

0 comments on commit 40d6e20

Please sign in to comment.