From ae7928cd07044ab11b5d09efb76f9ea933552de6 Mon Sep 17 00:00:00 2001 From: Luis von der Eltz Date: Mon, 8 Feb 2021 01:42:39 +0100 Subject: [PATCH] Make projects generate nupkg --- .../DesktopNotifications.Apple.csproj | 7 +++++++ .../DesktopNotifications.Avalonia.csproj | 4 ++++ .../DesktopNotifications.FreeDesktop.csproj | 4 ++++ .../DesktopNotifications.Windows.csproj | 4 ++++ DesktopNotifications/DesktopNotifications.csproj | 4 ++++ 5 files changed, 23 insertions(+) diff --git a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj index 4cfdb39..a3d9fd3 100644 --- a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj +++ b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj @@ -3,6 +3,13 @@ netcoreapp3.1 enable + true + A cross-platform C# library for native desktop "toast" notifications. + MIT + https://github.com/pr8x/DesktopNotifications + DesktopNotifications.Apple + DesktopNotifications.Apple + DesktopNotifications.Apple diff --git a/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj b/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj index 4fa204a..eedc31b 100644 --- a/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj +++ b/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj @@ -2,6 +2,10 @@ netcoreapp3.1 + A cross-platform C# library for native desktop "toast" notifications. + true + MIT + https://github.com/pr8x/DesktopNotifications diff --git a/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj b/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj index 233e5aa..1fc189a 100644 --- a/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj +++ b/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj @@ -3,6 +3,10 @@ netcoreapp3.1 enable + A cross-platform C# library for native desktop "toast" notifications. + true + MIT + https://github.com/pr8x/DesktopNotifications diff --git a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj index 54fac11..76e91f0 100644 --- a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj +++ b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj @@ -3,6 +3,10 @@ netcoreapp3.1 enable + true + A cross-platform C# library for native desktop "toast" notifications. + MIT + https://github.com/pr8x/DesktopNotifications diff --git a/DesktopNotifications/DesktopNotifications.csproj b/DesktopNotifications/DesktopNotifications.csproj index 80fe945..3b73338 100644 --- a/DesktopNotifications/DesktopNotifications.csproj +++ b/DesktopNotifications/DesktopNotifications.csproj @@ -3,6 +3,10 @@ netcoreapp3.1 enable + true + A cross-platform C# library for native desktop "toast" notifications. + MIT + https://github.com/pr8x/DesktopNotifications