Skip to content

Commit

Permalink
fix: fix downgraded version of package
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Feb 24, 2025
1 parent 7e999fa commit b2589a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Prefix your items with `(Template)` if the change is about the template and not
- Removing MaterialCommandbarHeight property.
- Updated commit validation for the CI/CD.
- Added missing association between JsonContext and Refit.
- Update versions of CI/CD tasks.
- Updated versions of CI/CD tasks.
- Fixed downgraded version of Serilog.Sinks.File package.

## 3.7.X
- Replacing Appcenter with Firebase app distribution for Android.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<PackageReference Include="Reactive.Annex.Uno.WinUI" Version="2.0.0" />
<PackageReference Include="ReviewService.NativePrompters" Version="1.0.0" />
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Uno.Material.WinUI" Version="5.3.1" />
<PackageReference Include="Uno.Toolkit.WinUI.Material" Version="6.3.7" />
</ItemGroup>
Expand Down

0 comments on commit b2589a3

Please sign in to comment.