update assembly

This commit is contained in:
2014-02-02 13:08:14 +01:00
parent 320266ad22
commit 76af40f35c
+5 -8
View File
@@ -1,17 +1,14 @@
using System.Resources; using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("UptimeSharp")] [assembly: AssemblyTitle("UptimeSharp")]
[assembly: AssemblyDescription("UptimeSharp is a .NET class library that integrates the UptimeRobot API")] [assembly: AssemblyDescription("UptimeSharp is a .NET portable class library that integrates the UptimeRobot API")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("cee")] [assembly: AssemblyCompany("cee")]
[assembly: AssemblyProduct("UptimeSharp")] [assembly: AssemblyProduct("UptimeSharp")]
[assembly: AssemblyCopyright("Copyright © cee 2013")] [assembly: AssemblyCopyright("Copyright © cee 2014")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -25,5 +22,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")] [assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("1.0.0")] [assembly: AssemblyFileVersion("2.0.0")]