Skip to content

Commit b1ee43c

Browse files
committed
1 parent cab7ab3 commit b1ee43c

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

CabinetManager/CabinetManager.csproj

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,42 @@
2020
</ApplicationIcon>
2121
</PropertyGroup>
2222
<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 -->
2427
<Title>$(AssemblyName)</Title>
2528
<!-- The package description -->
2629
<Description>$(AssemblyTitle)</Description>
27-
<Company>Noyacode</Company>
28-
<Authors>jcailon</Authors>
2930
</PropertyGroup>
3031
<PropertyGroup Label="Package info">
3132
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
32-
<PackageId>$(Company).$(AssemblyName)</PackageId>
3333
<PackageVersion>$(Version)</PackageVersion>
34+
<PackageTags>cab cabinet microsoft archive manager cabarc fci fdi mszip lzx cabmaker</PackageTags>
3435
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3536
<PackageLicenseUrl>https://github.com/jcaillon/$(RepositoryName)/blob/master/LICENSE</PackageLicenseUrl>
3637
<PackageProjectUrl>https://jcaillon.github.io/$(RepositoryName)</PackageProjectUrl>
38+
<PackageIconUrl>https://raw.githubusercontent.com/jcaillon/$(RepositoryName)/master/docs/logo.png</PackageIconUrl>
3739
<RepositoryType>git</RepositoryType>
3840
<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>
4042
<PackageReleaseNotes><![CDATA[
4143
Learn more about this project on github: $(PackageProjectUrl).
4244
4345
See more details about this release on github: https://github.com/jcaillon/$(RepositoryName)/releases.]]>
4446
</PackageReleaseNotes>
45-
<PackageTags>cab cabinet microsoft archive manager cabarc fci fdi mszip lzx cabmaker</PackageTags>
4647
<PackageOutputPath>$(OutputPath)</PackageOutputPath>
4748
<!-- allow pdb to be packed with the the nuget package (instead of having a separate pack for debug symbols) -->
4849
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
49-
<IncludeSource>true</IncludeSource>
5050
<EmbedUntrackedSources>true</EmbedUntrackedSources>
51+
<IncludeSource>true</IncludeSource>
5152
<IncludeSymbols>true</IncludeSymbols>
5253
<IsPackable>true</IsPackable>
5354
</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>
5459
<PropertyGroup Label="Compilation info">
5560
<!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks -->
5661
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>

docs/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Improvements
22

33
- Correctly clean up half extracted files if a cancellation is requested during `ExtractFileSet`.
4-
-
4+
- Added dotnet sourcelink support

0 commit comments

Comments
 (0)