Skip to content

Commit a7b1a25

Browse files
vs-mobiletools-engineering-service2emafrolfbjarne
authored
[release/6.0.3xx] Bumps Xamarin.HotRestart.Application to 1.1.5 (#14926)
* Bumps Xamarin.HotRestart.Application to 1.1.5 This new version contains a fix for incremental deployments when using Xamarin iOS Hot Restart. * Bump version. Co-authored-by: Emanuel Fernandez Dell'Oca <[email protected]> Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
1 parent 4c6f9d5 commit a7b1a25

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Make.versions

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ MAC_PACKAGE_VERSION=8.11.0.$(MAC_COMMIT_DISTANCE)
6666
# WARNING: Do **not** use versions higher than the available Xcode SDK or else we will have issues with mtouch (See https://github.com/xamarin/xamarin-macios/issues/7705)
6767
# When bumping the major macOS version in MACOS_NUGET_VERSION also update the macOS version where we execute on bots in jenkins/Jenkinsfile (in the 'node' element)
6868

69-
IOS_NUGET_VERSION=15.4.301
70-
TVOS_NUGET_VERSION=15.4.301
71-
WATCHOS_NUGET_VERSION=8.5.301
72-
MACOS_NUGET_VERSION=12.3.301
73-
MACCATALYST_NUGET_VERSION=15.4.301
69+
IOS_NUGET_VERSION=15.4.302
70+
TVOS_NUGET_VERSION=15.4.302
71+
WATCHOS_NUGET_VERSION=8.5.302
72+
MACOS_NUGET_VERSION=12.3.302
73+
MACCATALYST_NUGET_VERSION=15.4.302
7474

7575

7676
# Defines the default platform version if it's not specified in the TFM. The default should not change for a given .NET version:

msbuild/Xamarin.HotRestart.PreBuilt/Xamarin.PreBuilt.iOS/Xamarin.PreBuilt.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MtouchExtraArgs>--registrar:dynamic</MtouchExtraArgs>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Xamarin.iOS.HotRestart.Application" Version="1.1.4" />
16+
<PackageReference Include="Xamarin.iOS.HotRestart.Application" Version="1.1.5" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<BundleResource Include="Resources\appiconfg.png" />

0 commit comments

Comments
 (0)