Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to 8.0.300 #252

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-11
dotnet_version: 8.0.204
dotnet_version: 8.0.300

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-11
dotnet_version: 8.0.204
dotnet_version: 8.0.300

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview net9
Expand All @@ -162,14 +162,14 @@ jobs:
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-11
dotnet_version: 8.0.204
dotnet_version: 8.0.300

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-11
dotnet_version: 8.0.204
dotnet_version: 8.0.300

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

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

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview net9
Expand All @@ -202,14 +202,14 @@ jobs:
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-12
dotnet_version: 8.0.204
dotnet_version: 8.0.300

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-12
dotnet_version: 8.0.204
dotnet_version: 8.0.300

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview Upgrade net8
Expand All @@ -222,7 +222,7 @@ jobs:
# - manifest: 'manifests/uno.ui.manifest.json'
# manifest_name: Stable
# os: macos-13
# dotnet_version: 8.0.204
# dotnet_version: 8.0.300

runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
{
public partial class Manifest
{
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/d060794f96301a48732e0e011146a4b908ed2368/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/d060794f96301a48732e0e011146a4b908ed2368/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/d060794f96301a48732e0e011146a4b908ed2368/manifests/uno.ui-preview-major.manifest.json";
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/9aa14fe42d5b44b8a20b0ff33c344bc1dd1408c4/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/9aa14fe42d5b44b8a20b0ff33c344bc1dd1408c4/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/9aa14fe42d5b44b8a20b0ff33c344bc1dd1408c4/manifests/uno.ui-preview-major.manifest.json";

public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down
6 changes: 3 additions & 3 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"toolVersion": "1.14.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "8.0.204",
"DOTNET_SDK_VERSION": "8.0.300",
"MACCATALYST_SDK_VERSION": "17.2.8053/8.0.100",
"IOS_SDK_VERSION": "17.2.8053/8.0.100",
"MACOS_SDK_VERSION": "14.2.8022/8.0.100",
"MACOS_SDK_VERSION": "14.2.8053/8.0.100",
"ANDROID_SDK_VERSION": "34.0.95/8.0.100",
"MAUI_VERSION": "8.0.7/8.0.100"
"MAUI_VERSION": "8.0.21/8.0.100"
},
"variableMappers": [
],
Expand Down
Loading