File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Gu.Localization/Properties
Gu.Wpf.Localization/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
You can’t perform that action at this time.
0 commit comments