|
20 | 20 | </ApplicationIcon> |
21 | 21 | </PropertyGroup> |
22 | 22 | <PropertyGroup Label="Package info basic"> |
23 | | - <!-- Small text that will appear under the package name in nuget --> |
| 23 | + <Company>Noyacode</Company> |
| 24 | + <Authors>jcailon</Authors> |
| 25 | + <PackageId>$(Company).$(AssemblyName)</PackageId> |
| 26 | + <!-- Small text that will appear under the package name in nuget --> |
24 | 27 | <Title>$(AssemblyName)</Title> |
25 | 28 | <!-- The package description --> |
26 | 29 | <Description>$(AssemblyTitle)</Description> |
27 | | - <Company>Noyacode</Company> |
28 | | - <Authors>jcailon</Authors> |
29 | 30 | </PropertyGroup> |
30 | 31 | <PropertyGroup Label="Package info"> |
31 | 32 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
32 | | - <PackageId>$(Company).$(AssemblyName)</PackageId> |
33 | 33 | <PackageVersion>$(Version)</PackageVersion> |
| 34 | + <PackageTags>cab cabinet microsoft archive manager cabarc fci fdi mszip lzx cabmaker</PackageTags> |
34 | 35 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
35 | 36 | <PackageLicenseUrl>https://github.com/jcaillon/$(RepositoryName)/blob/master/LICENSE</PackageLicenseUrl> |
36 | 37 | <PackageProjectUrl>https://jcaillon.github.io/$(RepositoryName)</PackageProjectUrl> |
| 38 | + <PackageIconUrl>https://raw.githubusercontent.com/jcaillon/$(RepositoryName)/master/docs/logo.png</PackageIconUrl> |
37 | 39 | <RepositoryType>git</RepositoryType> |
38 | 40 | <RepositoryUrl>https://github.com/jcaillon/$(RepositoryName).git</RepositoryUrl> |
39 | | - <PackageIconUrl>https://raw.githubusercontent.com/jcaillon/$(RepositoryName)/master/docs/logo.png</PackageIconUrl> |
| 41 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
40 | 42 | <PackageReleaseNotes><![CDATA[ |
41 | 43 | Learn more about this project on github: $(PackageProjectUrl). |
42 | 44 |
|
43 | 45 | See more details about this release on github: https://github.com/jcaillon/$(RepositoryName)/releases.]]> |
44 | 46 | </PackageReleaseNotes> |
45 | | - <PackageTags>cab cabinet microsoft archive manager cabarc fci fdi mszip lzx cabmaker</PackageTags> |
46 | 47 | <PackageOutputPath>$(OutputPath)</PackageOutputPath> |
47 | 48 | <!-- allow pdb to be packed with the the nuget package (instead of having a separate pack for debug symbols) --> |
48 | 49 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
49 | | - <IncludeSource>true</IncludeSource> |
50 | 50 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 51 | + <IncludeSource>true</IncludeSource> |
51 | 52 | <IncludeSymbols>true</IncludeSymbols> |
52 | 53 | <IsPackable>true</IsPackable> |
53 | 54 | </PropertyGroup> |
| 55 | + <!-- https://github.com/dotnet/sourcelink --> |
| 56 | + <ItemGroup Label="PackageReference specific for your source control provider"> |
| 57 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/> |
| 58 | + </ItemGroup> |
54 | 59 | <PropertyGroup Label="Compilation info"> |
55 | 60 | <!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks --> |
56 | 61 | <TargetFrameworks>net461;netstandard2.0</TargetFrameworks> |
|
0 commit comments