|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework>
|
5 | 5 | <RootNamespace>KY.Core</RootNamespace>
|
6 | 6 | <AssemblyName>KY.Core.Common</AssemblyName>
|
7 |
| - <Version>4.10.0</Version> |
| 7 | + <Version>4.11.0</Version> |
8 | 8 | <Authors>KY-Programming</Authors>
|
9 | 9 | <Company>KY-Programmingp</Company>
|
10 | 10 | <Product>KY.Core</Product>
|
11 |
| - <Copyright>2019 - KY-Programming</Copyright> |
| 11 | + <Copyright>2020 - KY-Programming</Copyright> |
12 | 12 | <Description>KY.Core.Common for .net Standard
|
13 | 13 | Contains Dependency Injection, Module Loader and some helper classes</Description>
|
14 | 14 | <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
15 | 15 | <PackageProjectUrl>https://github.com/KY-Programming/core</PackageProjectUrl>
|
16 | 16 | <PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl>
|
17 | 17 | <RepositoryUrl>https://github.com/KY-Programming/core</RepositoryUrl>
|
18 | 18 | <PackageTags>KY Core Dependency Injection DI</PackageTags>
|
| 19 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 20 | + <IncludeSymbols>true</IncludeSymbols> |
| 21 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
19 | 22 | </PropertyGroup>
|
20 | 23 |
|
| 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 | + |
21 | 31 | <ItemGroup>
|
22 | 32 | <Compile Update="Properties\Resources.Designer.cs">
|
23 | 33 | <DesignTime>True</DesignTime>
|
|
0 commit comments