Skip to content

Commit

Permalink
VCRC: 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Nov 7, 2022
1 parent bd1db5a commit 3da2f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ Run the following commands in the
[Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console):

```shell
PM> NuGet\Install-Package SharpProp -Version 4.3.2
PM> NuGet\Install-Package SharpProp -Version 4.3.3
```

```shell
PM> NuGet\Install-Package VCRC -Version 2.2.1
PM> NuGet\Install-Package VCRC -Version 2.2.2
```

Or add this to the `.csproj` file:

```xml
<ItemGroup>
<PackageReference Include="SharpProp" Version="4.3.2"/>
<PackageReference Include="VCRC" Version="2.2.1"/>
<PackageReference Include="SharpProp" Version="4.3.3"/>
<PackageReference Include="VCRC" Version="2.2.2"/>
</ItemGroup>
```

Expand Down
4 changes: 2 additions & 2 deletions VCRC/VCRC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/portyanikhin/VCRC</PackageProjectUrl>
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
<PackageReleaseNotes>Bump SharpProp from 4.3.1 to 4.3.2.</PackageReleaseNotes>
<PackageReleaseNotes>Bump SharpProp from 4.3.2 to 4.3.3.</PackageReleaseNotes>
<PackageTags>cross-platform vapor-compression refrigeration cycles systems analysis entropy production thermodynamics refrigerants CoolProp</PackageTags>
<PackageVersion>2.2.1</PackageVersion>
<PackageVersion>2.2.2</PackageVersion>
<RepositoryUrl>https://github.com/portyanikhin/VCRC</RepositoryUrl>
<Summary>Cross-platform vapor-compression refrigeration cycles analysis tool</Summary>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
Expand Down

0 comments on commit 3da2f62

Please sign in to comment.