mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-21 09:45:38 -05:00
Updated AssemblyInfo.cs meta data.
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@204 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -13,12 +13,16 @@ using System.Windows.Markup;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("hardcodet.net")]
|
||||
[assembly: AssemblyProduct("NotifyIcon WPF")]
|
||||
[assembly: AssemblyCopyright("Copyright © Philipp Sumi 2046")]
|
||||
[assembly: AssemblyCopyright("Copyright © Philipp Sumi 2013")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
//provides simplified declaration
|
||||
|
||||
[assembly: AssemblyVersion("1.0.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.5.0")]
|
||||
|
||||
|
||||
//provides simplified declaration in XAML
|
||||
[assembly: XmlnsPrefix("http://www.hardcodet.net/taskbar", "tb")]
|
||||
[assembly: XmlnsDefinition("http://www.hardcodet.net/taskbar", "Hardcodet.Wpf.TaskbarNotification")]
|
||||
|
||||
@@ -58,5 +62,3 @@ using System.Windows.Markup;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion("1.0.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.5.0")]
|
||||
Reference in New Issue
Block a user