Skip to content

Commit e7a266c

Browse files
committed
increment version number
1 parent c8ff94d commit e7a266c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TankInspector/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//the line below to match the UICulture setting in the project file.
3131

3232
#if DEBUG
33-
[assembly: NeutralResourcesLanguage("en")]
33+
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
3434
#else
3535
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
3636
#endif
@@ -56,8 +56,8 @@
5656
// You can specify all the values or you can default the Build and Revision Numbers
5757
// by using the '*' as shown below:
5858
// [assembly: AssemblyVersion("1.0.*")]
59-
[assembly: AssemblyVersion("1.8.1.206")]
60-
[assembly: AssemblyFileVersion("1.8.1.206")]
59+
[assembly: AssemblyVersion("1.9.0.216")]
60+
[assembly: AssemblyFileVersion("1.9.0.216")]
6161

6262
[assembly:XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Smellyriver.TankInspector")]
6363
[assembly:XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Smellyriver.TankInspector.Design")]

0 commit comments

Comments
 (0)