Fixed localised decimal bug and tidied up About Window

This commit is contained in:
Ben
2015-07-03 21:19:25 +01:00
parent 2d448ed850
commit 8f533e8fd7
4 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ using System.Windows;
// 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.4.*")]
[assembly: AssemblyVersion("0.5.*")]
[assembly: InternalsVisibleTo("Filtration.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]