|
7 | 7 | <PackageIconUrl>https://github.com/reactiveui/ReactiveUI.Validation/blob/master/media/logo.png?raw=true</PackageIconUrl>
|
8 | 8 | <Authors>.NET Foundation and Contributors</Authors>
|
9 | 9 | <Description>Validations library for ReactiveUI.</Description>
|
10 |
| - <Owners>xpaulbettsx;ghuntley</Owners> |
11 |
| - <PackageTags>reactiveui;validation library;reactive programming;xamarin forms;netcore;portable;xamarin;xamarin ios;xamarin mac;android;monodroid;uwp;net45</PackageTags> |
| 10 | + <Owners>xanaisbettsx;ghuntley</Owners> |
| 11 | + <PackageTags>reactiveui;validation library;reactive programming;netcore;netstandard;netframework</PackageTags> |
| 12 | + <PackageIcon>logo.png</PackageIcon> |
| 13 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
12 | 14 | <PackageReleaseNotes>https://github.com/reactiveui/reactiveui.validation/releases</PackageReleaseNotes>
|
13 | 15 | <RepositoryUrl>https://github.com/reactiveui/reactiveui.validation</RepositoryUrl>
|
14 | 16 | <RepositoryType>git</RepositoryType>
|
|
21 | 23 | <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
22 | 24 | <!-- Optional: Include PDB in the built .nupkg -->
|
23 | 25 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
24 |
| - <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)analyzers.ruleset</CodeAnalysisRuleSet> |
25 | 26 | <WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625</WarningsAsErrors>
|
26 | 27 | <LangVersion>preview</LangVersion>
|
27 | 28 | <EnableNETAnalyzers>True</EnableNETAnalyzers>
|
28 | 29 | <AnalysisLevel>latest</AnalysisLevel>
|
29 | 30 | </PropertyGroup>
|
30 | 31 |
|
31 | 32 | <ItemGroup>
|
| 33 | + <None Include="$(MSBuildThisFileDirectory)..\media\logo.png" Pack="true" PackagePath="\" /> |
32 | 34 | <None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" />
|
| 35 | + <None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" /> |
33 | 36 | </ItemGroup>
|
34 | 37 |
|
35 | 38 | <ItemGroup Condition="'$(IsTestProject)' != 'true'">
|
|
0 commit comments