diff --git a/OwnController.cs b/OwnController.cs index 9a5ac35..4050b1d 100644 --- a/OwnController.cs +++ b/OwnController.cs @@ -17,5 +17,6 @@ namespace BlubbFish.Utils this.init(); } abstract protected void init(); + abstract public void Dispose(); } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 1ed8460..f78913c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Utils")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © 2014 - 03.12.2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/bin/Release/Utils.dll b/bin/Release/Utils.dll index 0dd4d12..ddf2ca2 100644 Binary files a/bin/Release/Utils.dll and b/bin/Release/Utils.dll differ