diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-25 09:01:16 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-25 09:01:16 +0300 |
| commit | b7a18e72dd25049bab9ff670f9141862fdf13c51 (patch) | |
| tree | b44b87dc07a6ce65a1dc2c98c298a9e3f5b7c04f /Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs | |
| parent | bf7cf5171c8c05e15f55f1b0b510d6d1a23e4808 (diff) | |
| download | Tango-b7a18e72dd25049bab9ff670f9141862fdf13c51.tar.gz Tango-b7a18e72dd25049bab9ff670f9141862fdf13c51.zip | |
Flow analyzer. Changed allowed error from >=1.3 to >=1.5
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs index cb1cadaaf..7b95ba36b 100644 --- a/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Properties/AssemblyInfo.cs @@ -51,7 +51,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("1.1.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-AS")] |
