Version info changed

This commit is contained in:
Stefan Persson 2010-10-29 14:28:30 +00:00
parent c019caa013
commit e025173862
2 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Telldus Technologies")]
[assembly: AssemblyProduct("DeviceHandler")]
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2009")]
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2009.2.0.0")]
[assembly: AssemblyFileVersion("2009.2.0.0")]
[assembly: AssemblyVersion("2010.10.0.0")]
[assembly: AssemblyFileVersion("2010.10.0.0")]

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Telldus Technologies")]
[assembly: AssemblyProduct("DeviceSchedulerAgent")]
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2009")]
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2009.2.0.0")]
[assembly: AssemblyFileVersion("2009.2.0.0")]
[assembly: AssemblyVersion("2010.10.0.0")]
[assembly: AssemblyFileVersion("2010.10.0.0")]