Skip to content

Commit

Permalink
build: fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed May 5, 2024
1 parent 638febd commit 0cc1128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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>1.0.1</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/MyNet.Wpf.LiveCharts/MyNet.Wpf.LiveCharts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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>1.0.0</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>1.0.1</VersionPrefix>
<VersionPrefix>1.0.0</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>1.0.1</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0cc1128

Please sign in to comment.