Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed Jul 18, 2024
1 parent 829661a commit 2eb1c0e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/MyNet.Wpf.DragAndDrop/MyNet.Wpf.DragAndDrop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Offers a robust set of tools for seamlessly integrating drag-and-drop functionality into WPF applications.</Description>
<PackageTags>MyNet;UI;Xaml;Drag;Drop;Wpf</PackageTags>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.4.2</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MyNet.Wpf.LiveCharts/MyNet.Wpf.LiveCharts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Extends the functionality of the LiveCharts library, enhancing its capabilities for data visualization in .NET applications.</Description>
<PackageTags>MyNet;UI;Charts;Wpf;LiveCharts</PackageTags>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.4.2</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MyNet.Wpf.Presentation/MyNet.Wpf.Presentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>A comprehensive collection of controls, graphical elements, and views designed for accelerating WPF application development.</Description>
<PackageTags>MyNet;UI;Xaml;Presentation;Wpf</PackageTags>
<VersionPrefix>4.4.1</VersionPrefix>
<VersionPrefix>4.4.2</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MyNet.Wpf.Web/MyNet.Wpf.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides developers with powerful tools to seamlessly integrate web components into WPF applications.</Description>
<PackageTags>MyNet;UI;Web;Xaml;Wpf</PackageTags>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.4.2</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/MyNet.Wpf/MyNet.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="3.0.0-alpha0492" />
<PackageReference Include="MaterialDesignThemes" Version="5.1.1-ci680" />
<PackageReference Include="MaterialDesignThemes" Version="5.1.1-ci691" />
<PackageReference Include="MyNet.Humanizer" Version="1.0.0" />
<PackageReference Include="MyNet.Observable" Version="5.0.1" />
<PackageReference Include="MyNet.UI" Version="4.4.1" />
<PackageReference Include="MyNet.Observable" Version="5.1.0" />
<PackageReference Include="MyNet.UI" Version="4.5.0" />
<PackageReference Include="MyNet.Xaml.Html" Version="1.0.0" />
<PackageReference Include="MyNet.Xaml.Merger.MSBuild" Version="2.0.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/MyNet.Wpf.TestApp/MyNet.Wpf.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-preview.5.24306.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-preview.6.24327.7" />
<PackageReference Include="Fody" Version="6.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 2eb1c0e

Please sign in to comment.