Skip to content

Commit

Permalink
Merge pull request #191 from unoplatform/mergify/bp/release/stable/1.…
Browse files Browse the repository at this point in the history
…16/pr-190

chore: Bump to 7.0.403 (backport #190)
  • Loading branch information
jeromelaban authored Nov 6, 2023
2 parents f99bcc5 + 6945ef8 commit 63bf0b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
previous_tool_version: ''
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview net8
Expand All @@ -169,14 +169,14 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_params: '--pre'
os: macos-11
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview Upgrade net8
Expand All @@ -188,14 +188,14 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-12
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview net8
Expand All @@ -209,14 +209,14 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.4.2
previous_tool_params: '--pre'
os: macos-12
dotnet_version: 7.0.402
dotnet_version: 7.0.403

- manifest: 'manifests/uno.ui-preview-major.manifest.json'
manifest_name: Preview Upgrade net8
Expand Down
2 changes: 1 addition & 1 deletion manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"toolVersion": "1.5.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.402",
"DOTNET_SDK_VERSION": "7.0.403",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
Expand Down
2 changes: 1 addition & 1 deletion manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"toolVersion": "1.5.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.402",
"DOTNET_SDK_VERSION": "7.0.403",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
Expand Down

0 comments on commit 63bf0b5

Please sign in to comment.