Skip to content

Commit

Permalink
Update package & change major version due to changed default for Stat…
Browse files Browse the repository at this point in the history
…icExtension.
  • Loading branch information
JohanLarsson committed Jun 23, 2016
1 parent a5976c3 commit ab6adee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gu.Localization/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
4 changes: 2 additions & 2 deletions Gu.Wpf.Localization/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit ab6adee

Please sign in to comment.