diff --git a/Src/Examples/DotNetCoreUsageExample/DotNetCoreUsageExample.csproj b/Src/Examples/DotNetCoreUsageExample/DotNetCoreUsageExample.csproj index 1ea9750..30f5347 100644 --- a/Src/Examples/DotNetCoreUsageExample/DotNetCoreUsageExample.csproj +++ b/Src/Examples/DotNetCoreUsageExample/DotNetCoreUsageExample.csproj @@ -2,7 +2,7 @@ WinExe - netcoreapp3.0 + netcoreapp3.1 true diff --git a/Src/ToastNotifications.Messages/Properties/AssemblyInfo.cs b/Src/ToastNotifications.Messages/Properties/AssemblyInfo.cs index 7d550fb..4443a3f 100644 --- a/Src/ToastNotifications.Messages/Properties/AssemblyInfo.cs +++ b/Src/ToastNotifications.Messages/Properties/AssemblyInfo.cs @@ -1,20 +1,9 @@ -using System.Reflection; +using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ToastNotifications.Messages")] -[assembly: AssemblyDescription("Toast notifications messages for WPF")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DevCrew.pl Rafał Łopatka")] -[assembly: AssemblyProduct("ToastNotifications.Messages")] -[assembly: AssemblyCopyright("Copyright © Rafał Łopatka 2019")] [assembly: AssemblyTrademark("Rafał Łopatka")] -[assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -39,17 +28,3 @@ //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.5.1.0")] -[assembly: AssemblyFileVersion("2.5.1.0")] diff --git a/Src/ToastNotifications.Messages/ToastNotifications.Messages.csproj b/Src/ToastNotifications.Messages/ToastNotifications.Messages.csproj index cf2fdae..9f21e8b 100644 --- a/Src/ToastNotifications.Messages/ToastNotifications.Messages.csproj +++ b/Src/ToastNotifications.Messages/ToastNotifications.Messages.csproj @@ -1,35 +1,38 @@ - - - + - Debug - AnyCPU {4DE2F314-B19F-423E-92D8-7D3A7D9ACEA2} - library - ToastNotifications.Messages - ToastNotifications.Messages - v4.0 - 512 + net40;net45;netcoreapp3.1 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - + ToastNotifications.Messages + DevCrew.pl Rafał Łopatka + ToastNotifications.Messages + + ToastNotifications allows you to create and display rich notifications in WPF applications. + It's highly configurable with set of built-in options like positions, behaviours, themes and many others. + It's extendable, it gives you possibility to create custom and interactive notifications in simply manner. + + Copyright © Rafał Łopatka 2018 + 2.5.1.0 + 2.5.1.0 + 2.5.1.0 + true + DevCrew.pl Rafał Łopatka + https://raw.githubusercontent.com/raflop/ToastNotifications/master-v2/Media/project-icon.png + https://github.com/raflop/ToastNotifications/blob/master-v2/license + https://github.com/raflop/ToastNotifications + + Find out more at: + https://github.com/raflop/ToastNotifications/blob/master-v2/Docs/ReleaseNotes.md + + WPF notifications, Toast notifications, XAML notifications, c# notifications, UI notifications, ToastNotifications, toasts, messages, notifications, WPF, XAML, UI, notify, message, toast - true full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + bin\$(Configuration)\ pdbonly - true - bin\Release\ - TRACE - prompt - 4 + bin\$(Configuration)\ toast-notifications-icon.ico @@ -43,94 +46,29 @@ ../../Build/DevCrew.ToastNotifications_TemporaryKey.snk - - - + + - - - - 4.0 - + - - - - ErrorDisplayPart.xaml - - - - - InformationDisplayPart.xaml - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - SuccessDisplayPart.xaml - - - - - WarningDisplayPart.xaml - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - + + + + + + + - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - + - - {4a8879fc-9a6e-4904-910b-5c13fa5ed5be} - ToastNotifications - + - \ No newline at end of file diff --git a/Src/ToastNotifications.Messages/ToastNotifications.Messages.nuspec b/Src/ToastNotifications.Messages/ToastNotifications.Messages.nuspec deleted file mode 100644 index da5cbfd..0000000 --- a/Src/ToastNotifications.Messages/ToastNotifications.Messages.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - - ToastNotifications allows you to create and display rich notifications in WPF applications. - It's highly configurable with set of built-in options like positions, behaviours, themes and many others. - It's extendable, it gives you possibility to create custom and interactive notifications in simply manner. - - Toast notifications for WPF. This package contains set of predefined messages types for ToastNotifications v2 - - Find out more at: - https://github.com/raflop/ToastNotifications/blob/master-v2/Docs/ReleaseNotes.md - - en-US - https://github.com/raflop/ToastNotifications/blob/master-v2/license - https://github.com/raflop/ToastNotifications - https://raw.githubusercontent.com/raflop/ToastNotifications/master-v2/Media/project-icon.png - false - Copyright © Rafał Łopatka 2018 - - WPF notifications, Toast notifications, XAML notifications, c# notifications, UI notifications, ToastNotifications, toasts, messages, notifications, WPF, XAML, UI, notify, message, toast - - - - - diff --git a/Src/ToastNotifications/Properties/AssemblyInfo.cs b/Src/ToastNotifications/Properties/AssemblyInfo.cs index ae17708..4443a3f 100644 --- a/Src/ToastNotifications/Properties/AssemblyInfo.cs +++ b/Src/ToastNotifications/Properties/AssemblyInfo.cs @@ -1,20 +1,9 @@ -using System.Reflection; +using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ToastNotifications")] -[assembly: AssemblyDescription("Toast notifications for WPF")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DevCrew.pl Rafał Łopatka")] -[assembly: AssemblyProduct("ToastNotifications")] -[assembly: AssemblyCopyright("Copyright © Rafał Łopatka 2019")] [assembly: AssemblyTrademark("Rafał Łopatka")] -[assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -39,17 +28,3 @@ //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.5.1.0")] -[assembly: AssemblyFileVersion("2.5.1.0")] diff --git a/Src/ToastNotifications/ToastNotifications.csproj b/Src/ToastNotifications/ToastNotifications.csproj index 16df514..a2024f1 100644 --- a/Src/ToastNotifications/ToastNotifications.csproj +++ b/Src/ToastNotifications/ToastNotifications.csproj @@ -1,35 +1,39 @@ - - - + - Debug - AnyCPU {4A8879FC-9A6E-4904-910B-5C13FA5ED5BE} - library - ToastNotifications - ToastNotifications - v4.0 - 512 + net40;net45;netcoreapp3.1 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - + ToastNotifications + DevCrew.pl Rafał Łopatka + ToastNotifications + + ToastNotifications allows you to create and display rich notifications in WPF applications. + It's highly configurable with set of built-in options like positions, behaviours, themes and many others. + It's extendable, it gives you possibility to create custom and interactive notifications in simply manner. + + Copyright © Rafał Łopatka 2018 + 2.5.1.0 + 2.5.1.0 + 2.5.1.0 + true + true + DevCrew.pl Rafał Łopatka + https://raw.githubusercontent.com/raflop/ToastNotifications/master-v2/Media/project-icon.png + https://github.com/raflop/ToastNotifications/blob/master-v2/license + https://github.com/raflop/ToastNotifications + + Find out more at: + https://github.com/raflop/ToastNotifications/blob/master-v2/Docs/ReleaseNotes.md + + WPF notifications, Toast notifications, XAML notifications, c# notifications, UI notifications, ToastNotifications, toasts, messages, notifications, WPF, XAML, UI, notify, message, toast - true full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + bin\$(Configuration)\ pdbonly - true - bin\Release\ - TRACE - prompt - 4 + bin\$(Configuration)\ toast-notifications-icon.ico @@ -43,99 +47,24 @@ ../../Build/DevCrew.ToastNotifications_TemporaryKey.snk - - - + - - - - - 4.0 - + - - - - - - - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - Designer - - - - - - - - - - - - - NotificationsWindow.xaml - - - - - - - - - - - - - + + + + + + + - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SettingsSingleFileGenerator - Settings.Designer.cs - @@ -143,6 +72,4 @@ - - \ No newline at end of file diff --git a/Src/ToastNotifications/ToastNotifications.nuspec b/Src/ToastNotifications/ToastNotifications.nuspec deleted file mode 100644 index 25d62bc..0000000 --- a/Src/ToastNotifications/ToastNotifications.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - - ToastNotifications allows you to create and display rich notifications in WPF applications. - It's highly configurable with set of built-in options like positions, behaviours, themes and many others. - It's extendable, it gives you possibility to create custom and interactive notifications in simply manner. - - Toast notifications for WPF - - Find out more at: - https://github.com/raflop/ToastNotifications/blob/master-v2/Docs/ReleaseNotes.md - - en-US - https://github.com/raflop/ToastNotifications/blob/master-v2/license - https://github.com/raflop/ToastNotifications - https://raw.githubusercontent.com/raflop/ToastNotifications/master-v2/Media/project-icon.png - false - Copyright © Rafał Łopatka 2018 - - WPF notifications, Toast notifications, XAML notifications, c# notifications, UI notifications, ToastNotifications, toasts, messages, notifications, WPF, XAML, UI, notify, message, toast - - - - -