File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public static class MainClass
2222 private static readonly ILog Log =
2323 LogManager . GetLogger ( MethodBase . GetCurrentMethod ( ) . DeclaringType ) ;
2424
25- public const string Version = "1.4.5" ;
25+ public static string Version = Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version . ToString ( ) ;
2626 public static void Main ( string [ ] args )
2727 {
2828 // Set Invariant culture as default for all further processing
Original file line number Diff line number Diff line change 88 <StartupObject >ThermoRawFileParser.MainClass</StartupObject >
99 <PlatformTarget >x64</PlatformTarget >
1010 <Platforms >x64</Platforms >
11+ <Version >1.5.0</Version >
12+ <Title >$(AssemblyName)</Title >
13+ <Company >Compomics</Company >
14+ <Copyright >2017 - 2025</Copyright >
15+ <PackageProjectUrl >https://compomics.github.io/projects/ThermoRawFileParser</PackageProjectUrl >
16+ <Description >Parser allowing reading Thermo RAW files and converting to common open formats on all platforms supporting .NET Core</Description >
17+ <PackageReadmeFile >README.md</PackageReadmeFile >
18+ <RepositoryUrl >https://github.com/compomics/ThermoRawFileParser</RepositoryUrl >
19+ <Authors >Compomics</Authors >
20+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
21+ </PropertyGroup >
22+
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
24+ </PropertyGroup >
25+
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
1127 </PropertyGroup >
1228
1329 <ItemGroup >
2945 <PackageReference Include =" zlib.net-mutliplatform" Version =" 1.0.8" />
3046 </ItemGroup >
3147
48+ <ItemGroup >
49+ <None Update =" LICENSE" >
50+ <Pack >True</Pack >
51+ <PackagePath >\</PackagePath >
52+ </None >
53+ <None Update =" README.md" >
54+ <Pack >True</Pack >
55+ <PackagePath >\</PackagePath >
56+ </None >
57+ </ItemGroup >
58+
3259</Project >
You can’t perform that action at this time.
0 commit comments