diff --git a/Gu.Units.Generator/Templates/Readme.txt b/Gu.Units.Generator/Templates/Readme.txt
index 4ce20fd8..6731547c 100644
--- a/Gu.Units.Generator/Templates/Readme.txt
+++ b/Gu.Units.Generator/Templates/Readme.txt
@@ -1,5 +1,9 @@
-Cleaning up here might be required:
+The T4 is really buggy but here goes:
+1) Build, use GeneratorOnly if the real projects does not build due to previous failure.
+2) Build > Transform All Templates.
+3) This is the happy path. I often have to restart VS, reboot reinstall etc. Standard Windows procedures, to get it to generate.
+Cleaning up here might be required:
%LOCALAPPDATA%\Microsoft\VisualStudio\14.0\ProjectAssemblies\
%LOCALAPPDATA%\assembly\dl3
%TEMP%
\ No newline at end of file
diff --git a/Gu.Units.Json/Gu.Units.Json.csproj b/Gu.Units.Json/Gu.Units.Json.csproj
index e87e7e14..d76df335 100644
--- a/Gu.Units.Json/Gu.Units.Json.csproj
+++ b/Gu.Units.Json/Gu.Units.Json.csproj
@@ -28,6 +28,7 @@
TRACE
prompt
4
+ bin\Release\Gu.Units.Json.XML
diff --git a/Gu.Units.Json/Properties/AssemblyInfo.cs b/Gu.Units.Json/Properties/AssemblyInfo.cs
index 81278408..b8a4aa65 100644
--- a/Gu.Units.Json/Properties/AssemblyInfo.cs
+++ b/Gu.Units.Json/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
-using System.Reflection;
+using System.Resources;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -6,9 +7,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Gu.Units.Json")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("JsonConverters for Gu.Units")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("Johan Larsson")]
[assembly: AssemblyProduct("Gu.Units.Json")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
@@ -32,5 +33,7 @@
// 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.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")]
+[assembly: NeutralResourcesLanguage("en")]
+
diff --git a/Gu.Units.Wpf/Properties/AssemblyInfo.cs b/Gu.Units.Wpf/Properties/AssemblyInfo.cs
index 0e478f76..8e993c5e 100644
--- a/Gu.Units.Wpf/Properties/AssemblyInfo.cs
+++ b/Gu.Units.Wpf/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
-using System.Reflection;
+using System.Resources;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows.Markup;
@@ -9,9 +10,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Gu.Units.Wpf")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("IValueConverters for Gu.Units as MarkupExtensions")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("Johan Larsson")]
[assembly: AssemblyProduct("Gu.Units.Wpf")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
@@ -35,12 +36,13 @@
// 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.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.6.0.0")]
+[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly:InternalsVisibleTo("Gu.Units.Wpf.Tests", AllInternalsVisible = true)]
[assembly: XmlnsDefinition("http://Gu.com/Units", clrNamespace: "Gu.Units", AssemblyName = "Gu.Units")]
[assembly: XmlnsDefinition("http://Gu.com/Units", clrNamespace: "Gu.Units.Wpf", AssemblyName = "Gu.Units.Wpf")]
[assembly: XmlnsPrefix("http://Gu.com/Units", "units")]
+[assembly: NeutralResourcesLanguage("en")]
namespace Gu.Units {} // testing hacking it like this
\ No newline at end of file
diff --git a/Gu.Units/Properties/AssemblyInfo.cs b/Gu.Units/Properties/AssemblyInfo.cs
index 12d3b87b..ea268aa8 100644
--- a/Gu.Units/Properties/AssemblyInfo.cs
+++ b/Gu.Units/Properties/AssemblyInfo.cs
@@ -33,8 +33,8 @@
// 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("0.5.0.0")]
-[assembly: AssemblyFileVersion("0.5.0.0")]
+[assembly: AssemblyVersion("0.6.0.0")]
+[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: InternalsVisibleTo("Gu.Units.Tests")]
[assembly: InternalsVisibleTo("Gu.Units.Wpf")]