File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM mono:latest
55LABEL base_image="mono:latest"
66LABEL version="1"
77LABEL software="ThermoRawFileParser"
8- LABEL software.version="1.2.2 "
8+ LABEL software.version="1.2.3 "
99LABEL about.summary="A software to convert Thermo RAW files to mgf and mzML"
1010LABEL about.home="https://github.com/compomics/ThermoRawFileParser"
1111LABEL about.documentation="https://github.com/compomics/ThermoRawFileParser"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM mono:latest
55LABEL base_image="mono:latest"
66LABEL version="1"
77LABEL software="ThermoRawFileParser"
8- LABEL software.version="1.2.2 "
8+ LABEL software.version="1.2.3 "
99LABEL about.summary="A software to convert Thermo RAW files to mgf and mzML"
1010LABEL about.home="https://github.com/compomics/ThermoRawFileParser"
1111LABEL about.documentation="https://github.com/compomics/ThermoRawFileParser"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static class MainClass
1717 private static readonly ILog Log =
1818 LogManager . GetLogger ( System . Reflection . MethodBase . GetCurrentMethod ( ) . DeclaringType ) ;
1919
20- public const string Version = "1.2.0 " ;
20+ public const string Version = "1.2.3 " ;
2121
2222 public static void Main ( string [ ] args )
2323 {
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.2.2 .0" ) ]
34+ [ assembly: AssemblyVersion ( "1.2.3 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.2.3 .0" ) ]
3636
3737[ assembly: log4net . Config . XmlConfigurator ( ConfigFile = "log4net.config" ) ]
You can’t perform that action at this time.
0 commit comments