Skip to content

Commit

Permalink
Increment the version
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Feb 7, 2021
1 parent 51ffe48 commit 635a1fb
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<Version>2.6.22</Version>
</PackageReference>
<PackageReference Include="PSI_Interface">
<Version>2.3.0</Version>
<Version>2.3.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions InformedProteomics.Backend/InformedProteomics.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="15.0.1" />
<PackageReference Include="MathNet.Numerics" Version="4.9.0" />
<PackageReference Include="MathNet.Numerics" Version="4.15.0" />
<PackageReference Include="PRISM-Library" Version="2.6.22" />
<PackageReference Include="PSI_Interface" Version="2.3.0" />
<PackageReference Include="PSI_Interface" Version="2.3.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net462' OR '$(TargetFramework)'=='net472'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics">
<Version>4.9.0</Version>
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="OxyPlot.Wpf">
<Version>2.0.0</Version>
Expand Down
4 changes: 2 additions & 2 deletions InformedProteomics.Test/InformedProteomics.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics">
<Version>4.9.0</Version>
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.13.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.13.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics">
<Version>4.9.0</Version>
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.13.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.13.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.13.1</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.6.22</Version>
Expand Down
4 changes: 2 additions & 2 deletions InformedProteomics.TopDown/InformedProteomics.TopDown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics">
<Version>4.9.0</Version>
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.6.22</Version>
</PackageReference>
<PackageReference Include="PSI_Interface">
<Version>2.3.0</Version>
<Version>2.3.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion ProMexAlign/ProMexAlign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics">
<Version>4.9.0</Version>
<Version>4.15.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 635a1fb

Please sign in to comment.