From e7a266ca3b16116f24bec723889c65ea0e6e1968 Mon Sep 17 00:00:00 2001 From: hillin Date: Tue, 13 Jun 2017 10:53:14 +0800 Subject: [PATCH] increment version number --- TankInspector/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TankInspector/Properties/AssemblyInfo.cs b/TankInspector/Properties/AssemblyInfo.cs index 57210b5..848c2dd 100644 --- a/TankInspector/Properties/AssemblyInfo.cs +++ b/TankInspector/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ //the line below to match the UICulture setting in the project file. #if DEBUG -[assembly: NeutralResourcesLanguage("en")] +[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] #else [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] #endif @@ -56,8 +56,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("1.8.1.206")] -[assembly: AssemblyFileVersion("1.8.1.206")] +[assembly: AssemblyVersion("1.9.0.216")] +[assembly: AssemblyFileVersion("1.9.0.216")] [assembly:XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Smellyriver.TankInspector")] [assembly:XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Smellyriver.TankInspector.Design")]