Skip to content

Commit ab6adee

Browse files
committed
Update package & change major version due to changed default for StaticExtension.
1 parent a5976c3 commit ab6adee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gu.Localization/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.3.0.0")]
37-
[assembly: AssemblyFileVersion("4.3.0.0")]
36+
[assembly: AssemblyVersion("5.0.0.0")]
37+
[assembly: AssemblyFileVersion("5.0.0.0")]
3838
[assembly: InternalsVisibleTo("Gu.Wpf.Localization", AllInternalsVisible = true)]
3939
[assembly: InternalsVisibleTo("Gu.Localization.Tests", AllInternalsVisible = true)]
4040
[assembly: InternalsVisibleTo("Gu.Localization.Benchmarks", AllInternalsVisible = true)]

Gu.Wpf.Localization/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("8b5013e4-ebfd-48b4-b6b4-34d6df4fb982")]
2424

25-
[assembly: AssemblyVersion("4.3.0.0")]
26-
[assembly: AssemblyFileVersion("4.3.0.0")]
25+
[assembly: AssemblyVersion("5.0.0.0")]
26+
[assembly: AssemblyFileVersion("5.0.0.0")]
2727
[assembly: NeutralResourcesLanguage("en")]
2828
[assembly: InternalsVisibleTo("Gu.Wpf.Localization.Tests", AllInternalsVisible = true)]
2929
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

0 commit comments

Comments
 (0)