From e73387af7460a6c83bdb36af2d34ae66bfaf69b5 Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Sat, 23 Nov 2013 12:18:26 +0000 Subject: [PATCH] Updated AssemblyInfo.cs meta data. git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@204 9f600761-6f11-4665-b6dc-0185e9171623 --- Source/NotifyIconWpf/Properties/AssemblyInfo.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Source/NotifyIconWpf/Properties/AssemblyInfo.cs b/Source/NotifyIconWpf/Properties/AssemblyInfo.cs index 7d49957..12f8fda 100644 --- a/Source/NotifyIconWpf/Properties/AssemblyInfo.cs +++ b/Source/NotifyIconWpf/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file