Skip to content

Commit

Permalink
chore: Bump to uno 7.0.401
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 22, 2023
1 parent 6453d54 commit f20a617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.102
dotnet_version: 7.0.401

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
Expand All @@ -188,7 +188,7 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-12
dotnet_version: 7.0.102
dotnet_version: 7.0.401

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
Expand All @@ -209,7 +209,7 @@ jobs:
previous_tool_version: 1.4.2
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.102
dotnet_version: 7.0.401

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
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.16",
"DOTNET_SDK_VERSION": "7.0.400",
"DOTNET_SDK_VERSION": "7.0.401",
"MACCATALYST_SDK_VERSION": "16.4.7054/7.0.100",
"IOS_SDK_VERSION": "16.4.7054/7.0.100",
"MACOS_SDK_VERSION": "13.3.7054/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.16",
"DOTNET_SDK_VERSION": "7.0.400",
"DOTNET_SDK_VERSION": "7.0.401",
"MACCATALYST_SDK_VERSION": "16.4.7054/7.0.100",
"IOS_SDK_VERSION": "16.4.7054/7.0.100",
"MACOS_SDK_VERSION": "13.3.7054/7.0.100",
Expand Down

0 comments on commit f20a617

Please sign in to comment.