|
23 | 23 | <PackageId>nuget-inspector</PackageId> |
24 | 24 | <Product>nuget-inspector</Product> |
25 | 25 | <AssemblyName>nuget-inspector</AssemblyName> |
26 | | - <Version>0.9.10</Version> |
| 26 | + |
| 27 | + <Version>0.9.11</Version> |
| 28 | + <AssemblyVersion>0.9.11.0</AssemblyVersion> |
| 29 | + <FileVersion>0.9.11.0</FileVersion> |
| 30 | + |
27 | 31 | <Authors>nexB Inc.</Authors> |
28 | 32 | <Company>nexB Inc</Company> |
29 | | - <AssemblyVersion>0.9.10.0</AssemblyVersion> |
30 | | - <FileVersion>0.9.10.0</FileVersion> |
31 | | - <Description>A NuGet and Dotnet package dependency resolver</Description> |
32 | | - <PackageProjectUrl>https://github.com/nexB/nuget-inspector</PackageProjectUrl> |
33 | | - <PackageLicenseUrl>Apache-2.0 AND MIT</PackageLicenseUrl> |
34 | | - <RepositoryUrl>https://github.com/nexB/nuget-inspector</RepositoryUrl> |
35 | 33 | <Copyright>Copyright (c) nexB Inc. and others.</Copyright> |
| 34 | + |
| 35 | + <PackageProjectUrl>https://github.com/nexB/nuget-inspector</PackageProjectUrl> |
| 36 | + <Description>A NuGet and Dotnet package dependency resolver</Description> |
| 37 | + <PackageTags>nuget, dependencies, dependency, resolver, dotnet, csproj, linux, windows, macos</PackageTags> |
| 38 | + |
| 39 | + <PackageLicenseExpression>Apache-2.0 AND MIT</PackageLicenseExpression> |
| 40 | + <PackageLicenseUrl>https://raw.githubusercontent.com/nexB/nuget-inspector/main/NOTICE</PackageLicenseUrl> |
| 41 | + <PackageLicenseFile>../NOTICE</PackageLicenseFile> |
| 42 | + |
| 43 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 44 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
36 | 45 | <RepositoryType>git</RepositoryType> |
37 | | - <PackageTags>nuget dependencies</PackageTags> |
| 46 | + <RepositoryUrl>https://github.com/nexB/nuget-inspector</RepositoryUrl> |
| 47 | + |
38 | 48 | </PropertyGroup> |
39 | 49 |
|
| 50 | + |
| 51 | + <ItemGroup> |
| 52 | + <None Include="../NOTICE" Pack="true" PackagePath="NOTICE"/> |
| 53 | + <None Include="../AUTHORS.rst" Pack="true" PackagePath="AUTHORS.rst"/> |
| 54 | + <None Include="../mit.LICENSE" Pack="true" PackagePath="mit.LICENSE"/> |
| 55 | + <None Include="../apache-2.0.LICENSE" Pack="true" PackagePath="apache-2.0.LICENSE"/> |
| 56 | + <None Include="../CHANGELOG.rst" Pack="true" PackagePath="CHANGELOG.rst"/> |
| 57 | + <None Include="../README.rst" Pack="true" PackagePath="README.rst"/> |
| 58 | + </ItemGroup> |
| 59 | + |
| 60 | + <!-- production dependencies --> |
40 | 61 | <ItemGroup> |
41 | | - <PackageReference Include="Microsoft.Build" Version="17.3.2" /> |
42 | 62 | <PackageReference Include="Microsoft.Build.Locator" Version="1.4.10-g38d95f4814" /> |
| 63 | + <PackageReference Include="Microsoft.Build" Version="17.3.2" /> |
43 | 64 | <!-- |
| 65 | + <PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" /> |
44 | 66 | <PackageReference Include="Microsoft.Build.Runtime" Version="17.3.2" /> |
45 | 67 | <PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.3.2"/> |
46 | 68 | --> |
|
58 | 80 | <PackageReference Include="NuGet.Resolver" Version="6.4.0" /> |
59 | 81 | <PackageReference Include="NuGet.Versioning" Version="6.4.0" /> |
60 | 82 | <PackageReference Include="packageurl-dotnet" Version="1.2.0" /> |
| 83 | + |
| 84 | + </ItemGroup> |
| 85 | + |
| 86 | + <!-- development dependencies |
| 87 | + <ItemGroup> |
| 88 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/> |
61 | 89 | </ItemGroup> |
| 90 | + --> |
62 | 91 |
|
63 | 92 | </Project> |
0 commit comments