Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hillin committed Jun 13, 2017
1 parent c8ff94d commit e7a266c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TankInspector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")]
Expand Down

0 comments on commit e7a266c

Please sign in to comment.