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

Forward port 5.5 changes #1121

Merged
merged 38 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
eba5623
fix: Don't include the updated webmanifest file
jeromelaban Nov 1, 2024
013717d
Merge pull request #1082 from unoplatform/mergify/bp/release/stable/5…
jeromelaban Nov 4, 2024
c8243e6
chore: Bump settings to latest 1.1
jeromelaban Nov 4, 2024
e847a41
chore: Update Uno.Sdk
jeromelaban Nov 5, 2024
58954ab
Merge pull request #1074 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 5, 2024
1b3fac2
chore: Update Uno.Sdk
jeromelaban Nov 8, 2024
8e434ee
chore: Update to macos15
jeromelaban Nov 8, 2024
cf9ca95
chore: macos fixes
jeromelaban Nov 8, 2024
e6ee7c5
chore: Adjust for missing android 34 tools
jeromelaban Nov 8, 2024
3a4c09a
chore: Adjust parameter format
jeromelaban Nov 8, 2024
dc4a997
Merge pull request #1086 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 8, 2024
ba92861
chore: Update Uno.Sdk
jeromelaban Nov 9, 2024
c524bec
Merge pull request #1090 from unoplatform/sdk/update/release/5.5
jeromelaban Nov 9, 2024
46499d3
chore: Update Uno.Sdk
jeromelaban Nov 9, 2024
c57e56d
Merge pull request #1094 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 9, 2024
9521927
chore: Update Uno.Sdk
jeromelaban Nov 10, 2024
5b3cdfd
Merge pull request #1096 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 10, 2024
799618f
chore: Update Uno.Sdk
jeromelaban Nov 11, 2024
4567c78
Merge pull request #1097 from unoplatform/sdk/update/release/5.5
jeromelaban Nov 11, 2024
358cdf6
chore: Update Uno.Sdk
jeromelaban Nov 11, 2024
cc58c84
Merge pull request #1098 from unoplatform/sdk/update/release/5.5
jeromelaban Nov 11, 2024
c88126f
chore: Update Uno.Sdk
jeromelaban Nov 11, 2024
de312af
Merge pull request #1099 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 11, 2024
3d83556
chore: Update Uno.Sdk
jeromelaban Nov 11, 2024
6f1076b
Merge pull request #1100 from unoplatform/sdk/update/release/5.5
jeromelaban Nov 11, 2024
9765935
chore: Update Uno.Sdk
jeromelaban Nov 15, 2024
f572a41
Merge pull request #1101 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 16, 2024
5d2d775
chore: Update Uno.Sdk
jeromelaban Nov 18, 2024
3db1974
Merge pull request #1106 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 18, 2024
72ec6d8
chore: Update Uno.Sdk
jeromelaban Nov 19, 2024
b473641
Merge pull request #1107 from unoplatform/sdk/update/release/5.5
github-actions[bot] Nov 19, 2024
feaacc9
chore: Removing "Preview" flag from .net 9
nickrandolph Nov 20, 2024
851c372
chore: Fixing versions for .net9 overrides
nickrandolph Nov 20, 2024
412a343
Merge pull request #1119 from unoplatform/mergify/bp/release/stable/5…
jeromelaban Nov 21, 2024
37e08b2
chore: Update Uno.Sdk
jeromelaban Nov 21, 2024
753109a
Merge pull request #1120 from unoplatform/sdk/update/release/5.5
jeromelaban Nov 21, 2024
0bbc193
chore: Adjust for forward port
jeromelaban Nov 21, 2024
835ec68
chore: Adjust versions
jeromelaban Nov 21, 2024
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
10 changes: 6 additions & 4 deletions build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ steps:
env:
TargetDotNetVersion: $(ValidationDotNetVersion)

# Install android 34 as we're running on macos-15, early so we use the tooling from the agent
# Install android 34 as we're running on macos-15, early so that
# the JDK override does not break the installer
- bash: |
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'tools' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'platform-tools' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'build-tools;35.0.0' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'tools'| tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'platform-tools' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'platforms;android-34' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'build-tools;35.0.0' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'build-tools;34.0.0' | tr '\r' '\n' | uniq
displayName: Install Android 34
condition: eq(variables['Agent.OS'], 'Darwin')

Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24473.5"
"net9.0": "9.0.0"
}
},
{
Expand All @@ -184,7 +184,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24474.4"
"net9.0": "9.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24473.5"
"net9.0": "9.0.0"
}
},
{
Expand All @@ -143,7 +143,7 @@
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24474.4"
"net9.0": "9.0.0"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args)
MainWindow = new Window();
//-:cnd:noEmit
#if DEBUG
MainWindow.EnableHotReload();
MainWindow.UseStudio();
#endif
//+:cnd:noEmit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)

//-:cnd:noEmit
#if DEBUG
MainWindow.EnableHotReload();
MainWindow.UseStudio();
#endif
//+:cnd:noEmit
MainWindow.SetWindowIcon();
Expand Down
Loading