|
4 | 4 | </PropertyGroup> |
5 | 5 |
|
6 | 6 | <ItemGroup> |
7 | | - <PackageReference Include="JetBrains.Annotations" Version="2022.3.1"> |
| 7 | + <PackageReference Include="GitExtensions.Extensibility" /> |
| 8 | + <PackageReference Include="JetBrains.Annotations"> |
8 | 9 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
9 | 10 | </PackageReference> |
10 | | - <PackageReference Include="Microsoft.VisualStudio.Composition" Version="17.2.41"> |
| 11 | + <PackageReference Include="Microsoft.VisualStudio.Composition"> |
11 | 12 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
12 | 13 | </PackageReference> |
13 | | - <PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.4.27"> |
| 14 | + <PackageReference Include="Microsoft.VisualStudio.Threading"> |
14 | 15 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
15 | 16 | </PackageReference> |
16 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1"> |
| 17 | + <PackageReference Include="Newtonsoft.Json"> |
17 | 18 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
18 | 19 | </PackageReference> |
19 | | - <PackageReference Include="NUnit" Version="3.13.3"> |
20 | | - <PrivateAssets>all</PrivateAssets> |
| 20 | + <PackageReference Include="NUnit"> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
21 | 22 | </PackageReference> |
22 | 23 | </ItemGroup> |
23 | 24 |
|
| 25 | + <!-- References to Git Extensions' DLLs --> |
24 | 26 | <ItemGroup> |
25 | | - <PackageReference Include="GitExtensions.Extensibility" Version="0.3.0.57" /> |
26 | | - </ItemGroup> |
27 | | - |
28 | | - <ItemGroup> |
29 | | - <!-- References to Git Extensions' DLLs --> |
30 | 27 | <Reference Include="GitCommands"> |
31 | 28 | <HintPath>$(GitExtensionsPath)\GitCommands.dll</HintPath> |
32 | 29 | </Reference> |
|
45 | 42 | </ItemGroup> |
46 | 43 |
|
47 | 44 | <ItemGroup> |
| 45 | + <None Include="..\..\README.md"> |
| 46 | + <Pack>True</Pack> |
| 47 | + <PackagePath>\</PackagePath> |
| 48 | + </None> |
48 | 49 | <None Include="Resources\GerritDownload.png" /> |
49 | 50 | <None Include="Resources\GerritInstallHook.png" /> |
50 | 51 | <None Include="Resources\GerritPublish.png" /> |
51 | | - <None Include="Resources\IconGerrit.png" /> |
| 52 | + <None Include="Resources\IconGerrit.png"> |
| 53 | + <Pack>True</Pack> |
| 54 | + <PackagePath>\</PackagePath> |
| 55 | + </None> |
52 | 56 | </ItemGroup> |
53 | 57 |
|
54 | 58 |
|
55 | 59 | <!-- Pack as .nupkg with dependency on GitExtensions.Extensibility --> |
56 | 60 | <PropertyGroup> |
57 | 61 | <NuspecFile>$(MSBuildThisFileDirectory)$(MSBuildProjectName).nuspec</NuspecFile> |
58 | 62 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 63 | + <PackageIcon>IconGerrit.png</PackageIcon> |
| 64 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 65 | + <RepositoryUrl>https://github.com/gitextensions/GitExtensions.GerritPlugin</RepositoryUrl> |
| 66 | + <RepositoryType>git</RepositoryType> |
59 | 67 | </PropertyGroup> |
60 | 68 |
|
61 | 69 | <ItemGroup> |
|
0 commit comments