Skip to content

Commit

Permalink
Merge pull request #55 from portyanikhin/dependabot/nuget/SharpProp-5…
Browse files Browse the repository at this point in the history
….0.0

Bump SharpProp from 4.4.1 to 5.0.0
  • Loading branch information
portyanikhin authored Dec 5, 2022
2 parents e4790db + 563f83c commit 67b8c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions VCRC/Fluids/Refrigerant.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using CoolProp;
using UnitsNet.NumberExtensions.NumberToTemperatureDelta;

namespace VCRC;
Expand Down Expand Up @@ -202,4 +201,4 @@ public override Refrigerant Mixing(Ratio firstSpecificMassFlow, AbstractFluid fi

private static Regex BlendRegex(bool zeotropic) =>
new(zeotropic ? @"^R4\d{2}" : @"^R5\d{2}", RegexOptions.Compiled);
}
}
2 changes: 1 addition & 1 deletion VCRC/VCRC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.4.0"/>
<PackageReference Include="MathNet.Numerics" Version="5.0.0"/>
<PackageReference Include="SharpProp" Version="4.4.1"/>
<PackageReference Include="SharpProp" Version="5.0.0"/>
</ItemGroup>

</Project>

0 comments on commit 67b8c1f

Please sign in to comment.