From 76af40f35c45dd93d535511fe9a96cc9c5866e4e Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sun, 2 Feb 2014 13:08:14 +0100 Subject: [PATCH] update assembly --- UptimeSharp/Properties/AssemblyInfo.cs | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/UptimeSharp/Properties/AssemblyInfo.cs b/UptimeSharp/Properties/AssemblyInfo.cs index 29662d6..76ce639 100644 --- a/UptimeSharp/Properties/AssemblyInfo.cs +++ b/UptimeSharp/Properties/AssemblyInfo.cs @@ -1,17 +1,14 @@ -using System.Resources; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; +using System.Reflection; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [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: AssemblyCompany("cee")] [assembly: AssemblyProduct("UptimeSharp")] -[assembly: AssemblyCopyright("Copyright © cee 2013")] +[assembly: AssemblyCopyright("Copyright © cee 2014")] [assembly: AssemblyTrademark("")] [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 // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] \ No newline at end of file