Skip to content

Commit

Permalink
Publish nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
samgrogan committed Jan 31, 2021
1 parent c405a13 commit 5c03af1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions NotifyIconWpf/NotifyIconWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
<UseWPF>true</UseWPF>
<RootNamespace>NotifyIcon.Wpf</RootNamespace>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Sam Grogan</Authors>
<Authors></Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Platforms>AnyCPU;x86</Platforms>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Company />
<Product>NotifyIcon.NET</Product>
<PackageId>NotifyIcon.NET</PackageId>
<PackageId></PackageId>
<Description></Description>
<Copyright></Copyright>
<PackageTags></PackageTags>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
23 changes: 14 additions & 9 deletions NotifyIconWpf/NotifyIconWpf.nuspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<id>SamGrogan.NotifyIcon.Net</id>
<version>1.0.0</version>
<title>NotifyIcon.NET</title>
<authors>Sam Grogan</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/samgrogan/notify-icon.net</projectUrl>
<description>$description$</description>
<description>.NET-friendly implementation of a shell notification icon for rich "tray" applications. Support for Win 7-10. Include a control for use in WPF applications, but can be used in any kind of .NET project. Currently .NET Framework only.</description>
<releaseNotes>Initial Release</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Tag1 Tag2</tags>
<copyright>© 2021 Sam Grogan</copyright>
<tags>WPF Shell Tray NotifyIcon Notify ToolTip</tags>
<repository type="git" url="https://github.com/samgrogan/notify-icon.net.git" branch="main" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
<files>
<file src="..\LICENSE" target="" />
<file src=".\bin\x86\Release\net462\*.dll" target="lib" />
<file src="..\LICENSE.txt" target="" />
<file src="..\README.md" target="" />
<file src=".\bin\x86\Release\net462\*.dll" target="lib\net462" />
</files>
</package>
1 change: 1 addition & 0 deletions NotifyIconWpf/Nuget-Command.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\Nuget\nuget.exe pack NotifyIconWpf.nuspec -OutputDirectory ..\Nuget

0 comments on commit 5c03af1

Please sign in to comment.