File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.1 "
8+ LABEL software.version="1.2.2 "
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.1 "
8+ LABEL software.version="1.2.2 "
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 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.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
34+ [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.2.2 .0" ) ]
3636
3737[ assembly: log4net . Config . XmlConfigurator ( ConfigFile = "log4net.config" ) ]
You can’t perform that action at this time.
0 commit comments