Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Jul 4, 2022
1 parent 86f93a0 commit f78aed3
Showing 1 changed file with 4 additions and 4 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> Install-Package SharpProp -Version 4.2.0
PM> Install-Package SharpProp -Version 4.2.1
```

```shell
PM> Install-Package VCRC -Version 2.1.0
PM> Install-Package VCRC -Version 2.1.1
```

Or add this to the `.csproj` file:

```xml
<ItemGroup>
<PackageReference Include="SharpProp" Version="4.2.0"/>
<PackageReference Include="VCRC" Version="2.1.0"/>
<PackageReference Include="SharpProp" Version="4.2.1"/>
<PackageReference Include="VCRC" Version="2.1.1"/>
</ItemGroup>
```

Expand Down

0 comments on commit f78aed3

Please sign in to comment.