Skip to content

Commit

Permalink
Update InfoBox.nuspec (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannBlais authored Mar 2, 2024
1 parent 7b2ffbb commit ddf5251
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions InfoBox/InfoBox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ InformationBox is the simplest and easiest way to create personalized MessageBox
Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated !</description>
<summary>InformationBox (.NET 4.0+) is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace</summary>
<releaseNotes>
- Added support for .NET 7.0 (Windows)
- Added support for .NET 8.0 (Windows)
</releaseNotes>
<copyright>Copyright 2022</copyright>
<language>en-US</language>
<tags>MessageBox Winforms</tags>
<repository type="git" url="https://github.com/JohannBlais/InformationBox"></repository>
<dependencies>
<group targetFramework="netcoreapp3.1" />
<group targetFramework="net6.0-windows7.0" />
<group targetFramework="net7.0-windows7.0" />
<group targetFramework="net8.0-windows7.0" />
<group targetFramework="net48" />
</dependencies>
<readme>docs\Home.md</readme>
Expand All @@ -35,9 +35,6 @@ Stop wasting time developing your own custom MessageBox, everything you need is
<file src="bin\Release\InfoBox.dll" target="lib\net48\" />
<file src="bin\Release\InfoBox.pdb" target="lib\net48\" />
<file src="bin\Release\**\InfoBox.resources.dll" target="lib\net48\" />
<file src="..\InfoBoxCore\bin\Release\netcoreapp3.1\InfoBox.dll" target="lib\netcoreapp3.1\" />
<file src="..\InfoBoxCore\bin\Release\netcoreapp3.1\InfoBox.pdb" target="lib\netcoreapp3.1\" />
<file src="..\InfoBoxCore\bin\Release\netcoreapp3.1\**\InfoBox.resources.dll" target="lib\netcoreapp3.1\" />
<file src="..\InfoBoxCore\bin\Release\net6.0-windows\InfoBox.dll" target="lib\net6.0-windows7.0\" />
<file src="..\InfoBoxCore\bin\Release\net6.0-windows\InfoBox.pdb" target="lib\net6.0-windows7.0\" />
<file src="..\InfoBoxCore\bin\Release\net6.0-windows\**\InfoBox.resources.dll" target="lib\net6.0-windows7.0\" />
Expand Down

0 comments on commit ddf5251

Please sign in to comment.