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

Bump Catel.MVVM from 6.0.4 to 6.0.5 in /src #692

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
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
Bump Catel.MVVM from 6.0.4 to 6.0.5 in /src
Bumps [Catel.MVVM](https://github.com/Catel/Catel) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/Catel/Catel/releases)
- [Changelog](https://github.com/Catel/Catel/blob/develop/doc/release%20steps.txt)
- [Commits](Catel/Catel@6.0.4...6.0.5)

---
updated-dependencies:
- dependency-name: Catel.MVVM
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
commit 4a3ed398d5862633ca93dedcf2180926483e147f
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Catel.MVVM" Version="6.0.4" />
<PackageReference Include="Catel.MVVM" Version="6.0.5" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
Loading