11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Authors >Winton</Authors >
5- <Company >Winton</Company >
6- <Copyright >Copyright 2018 Winton</Copyright >
74 <Description >Provides common abstractions for domain modelling.</Description >
85 <GenerateDocumentationFile >True</GenerateDocumentationFile >
9- <NoWarn >$(NoWarn);SA1101</ NoWarn >
6+ <IncludeSymbols >true</ IncludeSymbols >
107 <PackageId >Winton.DomainModelling.Abstractions</PackageId >
11- <PackageIconUrl >https://raw.githubusercontent.com/wintoncode/Winton.DomainModelling.Abstractions/master/ icon.jpg</PackageIconUrl >
8+ <PackageIcon > icon.jpg</PackageIcon >
129 <PackageLicenseFile >LICENSE</PackageLicenseFile >
1310 <PackageProjectUrl >https://github.com/wintoncode/Winton.DomainModelling.Abstractions</PackageProjectUrl >
1411 <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
1512 <PackageTags >Winton, Domain, Driven, Design, Modelling, Abstractions, DDD</PackageTags >
16- <PackageVersion >$(NuGetVersion)</ PackageVersion >
13+ <PublishRepositoryUrl >true</ PublishRepositoryUrl >
1714 <RepositoryType >git</RepositoryType >
1815 <RepositoryUrl >https://github.com/wintoncode/Winton.DomainModelling.Abstractions</RepositoryUrl >
1916 <RootNamespace >Winton.DomainModelling</RootNamespace >
17+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2018 <TargetFramework >netstandard1.0</TargetFramework >
2119 <Title >Winton Domain Modelling Abstractions</Title >
22- <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
23- <PublishRepositoryUrl >true</PublishRepositoryUrl >
24- <IncludeSymbols >true</IncludeSymbols >
25- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2620 </PropertyGroup >
2721
28- <ItemGroup >
29- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
30- </ItemGroup >
31-
3222 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
3323 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
3424 </PropertyGroup >
3525
3626 <ItemGroup >
37- <AdditionalFiles Include =" ../../stylecop.json " />
27+ <None Include =" ../../icon.jpg " Pack = " true " PackagePath = " " />
3828 <None Include =" ../../LICENSE" Pack =" true" PackagePath =" " />
3929 </ItemGroup >
4030
4131 <ItemGroup >
42- <PackageReference Include =" StyleCop.Analyzers " Version =" 1.0.2 " PrivateAssets =" All" />
32+ <PackageReference Include =" Microsoft.SourceLink.GitHub " Version =" 1.0.0 " PrivateAssets =" All" />
4333 </ItemGroup >
4434
4535</Project >
0 commit comments