diff --git a/GlobalAssemblyInfos.cs b/GlobalAssemblyInfos.cs
index b311193..d6e83b6 100644
--- a/GlobalAssemblyInfos.cs
+++ b/GlobalAssemblyInfos.cs
@@ -11,6 +11,6 @@
[assembly: AssemblyConfiguration("Release")]
#endif
-[assembly: AssemblyVersion("1.4.2.0")]
-[assembly: AssemblyFileVersion("1.4.2.0")]
-[assembly: AssemblyInformationalVersion("1.4.2")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.4.4.0")]
+[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyInformationalVersion("1.4.4")]
\ No newline at end of file
diff --git a/README.md b/README.md
index eaea978..71a9edc 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,6 @@
SuperMassive is a small condensed framework of reusable .NET components and utility classes.
-### Version
-
-Current : 1.4.2
-
### Projects descriptions
* **SuperMassive** : Core features - SuperMassive swiss army knife!
diff --git a/Source/SuperMassive.ExceptionHandling.Logging/Properties/AssemblyInfo.cs b/Source/SuperMassive.ExceptionHandling.Logging/Properties/AssemblyInfo.cs
index 8698d30..2680163 100644
--- a/Source/SuperMassive.ExceptionHandling.Logging/Properties/AssemblyInfo.cs
+++ b/Source/SuperMassive.ExceptionHandling.Logging/Properties/AssemblyInfo.cs
@@ -2,7 +2,7 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("SuperMassive.ExceptionHandling.Logging")]
-[assembly: AssemblyDescription("Exception Handling with logging")]
+[assembly: AssemblyDescription("Adds logging features to exception handling.")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("f65e6698-393e-45e3-82bf-95950ae55ae8")]
diff --git a/Source/SuperMassive.ExceptionHandling.Logging/SuperMassive.ExceptionHandling.Logging.csproj b/Source/SuperMassive.ExceptionHandling.Logging/SuperMassive.ExceptionHandling.Logging.csproj
index 3440792..93291a3 100644
--- a/Source/SuperMassive.ExceptionHandling.Logging/SuperMassive.ExceptionHandling.Logging.csproj
+++ b/Source/SuperMassive.ExceptionHandling.Logging/SuperMassive.ExceptionHandling.Logging.csproj
@@ -29,6 +29,7 @@
TRACE
prompt
4
+ bin\Release\SuperMassive.ExceptionHandling.Logging.XML
@@ -71,6 +72,9 @@
SuperMassive
+
+
+