From ab6adeea1c7de8718fec2d776c7b5bc2a4be967c Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Thu, 23 Jun 2016 12:40:24 +0200 Subject: [PATCH] Update package & change major version due to changed default for StaticExtension. --- Gu.Localization/Properties/AssemblyInfo.cs | 4 ++-- Gu.Wpf.Localization/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gu.Localization/Properties/AssemblyInfo.cs b/Gu.Localization/Properties/AssemblyInfo.cs index ac039801..c9d0b8d1 100644 --- a/Gu.Localization/Properties/AssemblyInfo.cs +++ b/Gu.Localization/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("4.3.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] [assembly: InternalsVisibleTo("Gu.Wpf.Localization", AllInternalsVisible = true)] [assembly: InternalsVisibleTo("Gu.Localization.Tests", AllInternalsVisible = true)] [assembly: InternalsVisibleTo("Gu.Localization.Benchmarks", AllInternalsVisible = true)] diff --git a/Gu.Wpf.Localization/Properties/AssemblyInfo.cs b/Gu.Wpf.Localization/Properties/AssemblyInfo.cs index 9e817709..b1bd9ec4 100644 --- a/Gu.Wpf.Localization/Properties/AssemblyInfo.cs +++ b/Gu.Wpf.Localization/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("8b5013e4-ebfd-48b4-b6b4-34d6df4fb982")] -[assembly: AssemblyVersion("4.3.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] [assembly: NeutralResourcesLanguage("en")] [assembly: InternalsVisibleTo("Gu.Wpf.Localization.Tests", AllInternalsVisible = true)] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]