Skip to content

Commit c2e8a6e

Browse files
Merge branch 'main' into dev/arde/fix-changelog-file-url
2 parents a724823 + 3418ae5 commit c2e8a6e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Prefix your items with `(Template)` if the change is about the template and not
77

88
## 3.4.X
99
- Added a kill switch feature to the app.
10+
- Bump Uno.WinUI, Uno.WinUI.DevServer, Uno.WinUI.Lottie and Uno.UI.Adapter.Microsoft.Extensions.Logging to 5.0.159 to fix backNavigation/CloseModal crash.
1011

1112
## 3.3.X
1213
- Added a forced update feature to the app.

src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<LangVersion>12.0</LangVersion>
44
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
@@ -32,10 +32,10 @@
3232
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity.WinUI" Version="2.4.2" />
3333
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.4.2" />
3434
<PackageReference Include="Uno.Toolkit.WinUI.Material" Version="5.0.17" />
35-
<PackageReference Include="Uno.WinUI" Version="5.0.64" />
36-
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.64" Condition="'$(Configuration)'=='Debug'" />
37-
<PackageReference Include="Uno.WinUI.Lottie" Version="5.0.64" />
38-
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.64" />
35+
<PackageReference Include="Uno.WinUI" Version="5.0.159" />
36+
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.159" Condition="'$(Configuration)'=='Debug'" />
37+
<PackageReference Include="Uno.WinUI.Lottie" Version="5.0.159" />
38+
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.159" />
3939
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
4040
<PackageReference Include="Serilog.Sinks.Xamarin" Version="1.0.0" />
4141
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />

0 commit comments

Comments
 (0)