Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
scottoffen committed Jan 6, 2021
1 parent 860f4d3 commit b6f84b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Grapevine is available on [NuGet.org](https://www.nuget.org/packages/Grapevine/)

Powershell:
```powershell
Install-Package Grapevine -Version 5.0.0-rc.1
Install-Package Grapevine -Version 5.0.0-rc.2
```

.NET CLI
```cmd
> dotnet add package Grapevine --version 5.0.0-rc.1
> dotnet add package Grapevine --version 5.0.0-rc.2
```

## Usage
Expand Down
6 changes: 5 additions & 1 deletion src/Grapevine/Grapevine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/scottoffen/grapevine</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://scottoffen.github.io/grapevine/</PackageProjectUrl>
<PackageIcon>https://raw.githubusercontent.com/scottoffen/grapevine/main/grapevine.png</PackageIcon>
<PackageIcon>grapevine.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down Expand Up @@ -55,4 +55,8 @@
</None>
</ItemGroup>

<ItemGroup>
<None Include="..\..\grapevine.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit b6f84b0

Please sign in to comment.