From 632815ed5fa7e8cfdefb2ac52f0a879eda784a42 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 15 Jun 2016 17:22:25 +0200 Subject: [PATCH] Bump major and update package. --- Gu.Units.Json/Properties/AssemblyInfo.cs | 4 ++-- Gu.Units.Wpf/Properties/AssemblyInfo.cs | 4 ++-- Gu.Units/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gu.Units.Json/Properties/AssemblyInfo.cs b/Gu.Units.Json/Properties/AssemblyInfo.cs index c0a01b30..201a7101 100644 --- a/Gu.Units.Json/Properties/AssemblyInfo.cs +++ b/Gu.Units.Json/Properties/AssemblyInfo.cs @@ -33,7 +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("0.8.0.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/Gu.Units.Wpf/Properties/AssemblyInfo.cs b/Gu.Units.Wpf/Properties/AssemblyInfo.cs index b518db18..8e97e51d 100644 --- a/Gu.Units.Wpf/Properties/AssemblyInfo.cs +++ b/Gu.Units.Wpf/Properties/AssemblyInfo.cs @@ -34,8 +34,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.8.0.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] [assembly:InternalsVisibleTo("Gu.Units.Wpf.Tests", AllInternalsVisible = true)] [assembly: XmlnsDefinition("http://Gu.com/Units", clrNamespace: "Gu.Units", AssemblyName = "Gu.Units")] diff --git a/Gu.Units/Properties/AssemblyInfo.cs b/Gu.Units/Properties/AssemblyInfo.cs index 1048eff4..a219478d 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.8.0.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] [assembly: NeutralResourcesLanguage("en")] [assembly: InternalsVisibleTo("Gu.Units.Tests")] [assembly: InternalsVisibleTo("Gu.Units.Wpf")]