Skip to content

Commit

Permalink
chore: Update Nuget Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap-141 committed May 16, 2024
1 parent 4a510ba commit a302a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

Prefix your items with `(Template)` if the change is about the template and not the resulting application.

## 3.5.X
- Bump Uno packages to 5.2.121 to fix a crash on iOS.

## 3.4.X
- Added a kill switch feature to the app.
- 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.
- Fixed an issue with logging configuration not creating the directory before writing the log file in the case logging was disabled by default.
- Fixed Post commands binding issue on Android.
- Updated Uno to fix a crash on iOS.

## 3.3.X
- Added a forced update feature to the app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<PublishTrimmed>True</PublishTrimmed>
<TrimMode>partial</TrimMode>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net8.0-ios'">
<ProvisioningType>manual</ProvisioningType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Chinook.BackButtonManager.Uno.WinUI" Version="2.1.0" />
<PackageReference Include="Chinook.DataLoader.Uno.WinUI" Version="2.0.0" />
Expand Down Expand Up @@ -159,6 +156,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Debug'">
<PropertyGroup>
<ProvisioningType>manual</ProvisioningType>
<MtouchDebug>True</MtouchDebug>
<MtouchExtraArgs>$(MtouchExtraArgs) --setenv=MONO_LOG_LEVEL=debug --setenv=MONO_LOG_MASK=gc</MtouchExtraArgs>
<Optimize>False</Optimize>
Expand Down

0 comments on commit a302a62

Please sign in to comment.