|
4 | 4 | <TargetFrameworks>netcoreapp3.0;net46;net45</TargetFrameworks>
|
5 | 5 | <UseWPF>true</UseWPF>
|
6 | 6 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
7 |
| - <AssemblyOriginatorKeyFile>Properties\LambdaConverters.public.snk</AssemblyOriginatorKeyFile> |
8 |
| - <DelaySign>true</DelaySign> |
9 | 7 | <PackageId>LambdaConverters</PackageId>
|
10 | 8 | <Version>3.0.0</Version>
|
11 | 9 | <Authors>Michael Damatov, Dimitri Enns, Alex Helms</Authors>
|
12 | 10 | <Description>The library allows to create IValueConverter, IMultiValueConverter, DataTemplateSelector, and ValidationRule objects with the most convenient syntax available, ideally, using the lambda expressions.</Description>
|
13 |
| - <PackageLicenseUrl>https://github.com/michael-damatov/lambda-converters/blob/master/LICENSE</PackageLicenseUrl> |
| 11 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
14 | 12 | <PackageProjectUrl>https://github.com/michael-damatov/lambda-converters</PackageProjectUrl>
|
15 |
| - <PackageIconUrl>https://raw.githubusercontent.com/michael-damatov/lambda-converters/master/Icon.png</PackageIconUrl> |
| 13 | + <PackageIcon>Icon.png</PackageIcon> |
16 | 14 | <RepositoryUrl>https://github.com/michael-damatov/lambda-converters</RepositoryUrl>
|
17 | 15 | <PackageTags>lambda expression converter wpf strongly typed value multi data template selector validation rule</PackageTags>
|
18 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
25 | 23 |
|
26 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 | 25 | <DebugType>pdbonly</DebugType>
|
| 26 | + <WarningsAsErrors /> |
| 27 | + <AssemblyOriginatorKeyFile>Properties\LambdaConverters.public.snk</AssemblyOriginatorKeyFile> |
28 | 28 | <SignAssembly>true</SignAssembly>
|
| 29 | + <DelaySign>true</DelaySign> |
29 | 30 | </PropertyGroup>
|
30 | 31 |
|
31 | 32 | <ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp3.0'">
|
|
34 | 35 | </ItemGroup>
|
35 | 36 |
|
36 | 37 | <ItemGroup>
|
| 38 | + <None Include="..\..\Icon.png" Pack="True" PackagePath="" /> |
| 39 | + <None Include="..\..\LICENSE" Pack="True" PackagePath="" /> |
37 | 40 | <None Include="Properties\LambdaConverters.public.snk" />
|
38 | 41 | </ItemGroup>
|
39 | 42 |
|
|
0 commit comments