File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ Grapevine is available on [NuGet.org](https://www.nuget.org/packages/Grapevine/)
10
10
11
11
Powershell:
12
12
``` powershell
13
- Install-Package Grapevine -Version 5.0.0-rc.1
13
+ Install-Package Grapevine -Version 5.0.0-rc.2
14
14
```
15
15
16
16
.NET CLI
17
17
``` cmd
18
- > dotnet add package Grapevine --version 5.0.0-rc.1
18
+ > dotnet add package Grapevine --version 5.0.0-rc.2
19
19
```
20
20
21
21
## Usage
Original file line number Diff line number Diff line change 18
18
<RepositoryUrl >https://github.com/scottoffen/grapevine</RepositoryUrl >
19
19
<RepositoryType >git</RepositoryType >
20
20
<PackageProjectUrl >https://scottoffen.github.io/grapevine/</PackageProjectUrl >
21
- <PackageIcon >https://raw.githubusercontent.com/scottoffen/grapevine/main/ grapevine.png</PackageIcon >
21
+ <PackageIcon >grapevine.png</PackageIcon >
22
22
<PublishRepositoryUrl >true</PublishRepositoryUrl >
23
23
<IncludeSymbols >true</IncludeSymbols >
24
24
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
55
55
</None >
56
56
</ItemGroup >
57
57
58
+ <ItemGroup >
59
+ <None Include =" ..\..\grapevine.png" Pack =" true" PackagePath =" \" />
60
+ </ItemGroup >
61
+
58
62
</Project >
You can’t perform that action at this time.
0 commit comments