Skip to content

Commit db94d37

Browse files
committed
Preparations for SourceLink
1 parent 6dfe2d8 commit db94d37

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Core.Common.Standard/KY.Core.Common.Standard.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,30 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>KY.Core</RootNamespace>
66
<AssemblyName>KY.Core.Common</AssemblyName>
7-
<Version>4.10.0</Version>
7+
<Version>4.11.0</Version>
88
<Authors>KY-Programming</Authors>
99
<Company>KY-Programmingp</Company>
1010
<Product>KY.Core</Product>
11-
<Copyright>2019 - KY-Programming</Copyright>
11+
<Copyright>2020 - KY-Programming</Copyright>
1212
<Description>KY.Core.Common for .net Standard
1313
Contains Dependency Injection, Module Loader and some helper classes</Description>
1414
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/KY-Programming/core</PackageProjectUrl>
1616
<PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl>
1717
<RepositoryUrl>https://github.com/KY-Programming/core</RepositoryUrl>
1818
<PackageTags>KY Core Dependency Injection DI</PackageTags>
19+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<IncludeSymbols>true</IncludeSymbols>
21+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1922
</PropertyGroup>
2023

24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
26+
<PrivateAssets>all</PrivateAssets>
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
</PackageReference>
29+
</ItemGroup>
30+
2131
<ItemGroup>
2232
<Compile Update="Properties\Resources.Designer.cs">
2333
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)