Version info changed
This commit is contained in:
parent
c019caa013
commit
e025173862
2 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Telldus Technologies")]
|
[assembly: AssemblyCompany("Telldus Technologies")]
|
||||||
[assembly: AssemblyProduct("DeviceHandler")]
|
[assembly: AssemblyProduct("DeviceHandler")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2009")]
|
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2010")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("2009.2.0.0")]
|
[assembly: AssemblyVersion("2010.10.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2009.2.0.0")]
|
[assembly: AssemblyFileVersion("2010.10.0.0")]
|
||||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Telldus Technologies")]
|
[assembly: AssemblyCompany("Telldus Technologies")]
|
||||||
[assembly: AssemblyProduct("DeviceSchedulerAgent")]
|
[assembly: AssemblyProduct("DeviceSchedulerAgent")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2009")]
|
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2010")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("2009.2.0.0")]
|
[assembly: AssemblyVersion("2010.10.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2009.2.0.0")]
|
[assembly: AssemblyFileVersion("2010.10.0.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue