Skip to content

Commit b6f84b0

Browse files
committed
Updates README
1 parent 860f4d3 commit b6f84b0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Grapevine is available on [NuGet.org](https://www.nuget.org/packages/Grapevine/)
1010

1111
Powershell:
1212
```powershell
13-
Install-Package Grapevine -Version 5.0.0-rc.1
13+
Install-Package Grapevine -Version 5.0.0-rc.2
1414
```
1515

1616
.NET CLI
1717
```cmd
18-
> dotnet add package Grapevine --version 5.0.0-rc.1
18+
> dotnet add package Grapevine --version 5.0.0-rc.2
1919
```
2020

2121
## Usage

src/Grapevine/Grapevine.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/scottoffen/grapevine</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageProjectUrl>https://scottoffen.github.io/grapevine/</PackageProjectUrl>
21-
<PackageIcon>https://raw.githubusercontent.com/scottoffen/grapevine/main/grapevine.png</PackageIcon>
21+
<PackageIcon>grapevine.png</PackageIcon>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
@@ -55,4 +55,8 @@
5555
</None>
5656
</ItemGroup>
5757

58+
<ItemGroup>
59+
<None Include="..\..\grapevine.png" Pack="true" PackagePath="\"/>
60+
</ItemGroup>
61+
5862
</Project>

0 commit comments

Comments
 (0)