some cleanup of the project (#2063)

This commit is contained in:
Brendan Forster
2020-01-23 14:51:00 -04:00
committed by GitHub
parent 00f60510d6
commit 28892df03d
20 changed files with 48 additions and 38 deletions

View File

@@ -15,6 +15,7 @@
<RepositoryUrl>https://github.com/octokit/octokit.net</RepositoryUrl> <RepositoryUrl>https://github.com/octokit/octokit.net</RepositoryUrl>
<PackageProjectUrl>https://github.com/octokit/octokit.net</PackageProjectUrl> <PackageProjectUrl>https://github.com/octokit/octokit.net</PackageProjectUrl>
<PackageIconUrl>https://f.cloud.github.com/assets/19977/1510987/64af2b26-4a9d-11e3-89fc-96a185171c75.png</PackageIconUrl> <PackageIconUrl>https://f.cloud.github.com/assets/19977/1510987/64af2b26-4a9d-11e3-89fc-96a185171c75.png</PackageIconUrl>
<PackageIcon>octokit.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>GitHub API Octokit linqpad-samples dotnetcore</PackageTags> <PackageTags>GitHub API Octokit linqpad-samples dotnetcore</PackageTags>
<Copyright>Copyright GitHub 2017</Copyright> <Copyright>Copyright GitHub 2017</Copyright>
@@ -41,6 +42,10 @@
<ProjectReference Include="..\Octokit\Octokit.csproj" /> <ProjectReference Include="..\Octokit\Octokit.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="images\octokit.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Reactive" Version="3.1.0" /> <PackageReference Include="System.Reactive" Version="3.1.0" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.3" PrivateAssets="all" /> <PackageReference Include="SourceLink.Create.GitHub" Version="2.8.3" PrivateAssets="all" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -15,6 +15,7 @@
<RepositoryUrl>https://github.com/octokit/octokit.net</RepositoryUrl> <RepositoryUrl>https://github.com/octokit/octokit.net</RepositoryUrl>
<PackageProjectUrl>https://github.com/octokit/octokit.net</PackageProjectUrl> <PackageProjectUrl>https://github.com/octokit/octokit.net</PackageProjectUrl>
<PackageIconUrl>https://f.cloud.github.com/assets/19977/1510987/64af2b26-4a9d-11e3-89fc-96a185171c75.png</PackageIconUrl> <PackageIconUrl>https://f.cloud.github.com/assets/19977/1510987/64af2b26-4a9d-11e3-89fc-96a185171c75.png</PackageIconUrl>
<PackageIcon>octokit.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>GitHub API Octokit linqpad-samples dotnetcore</PackageTags> <PackageTags>GitHub API Octokit linqpad-samples dotnetcore</PackageTags>
<Copyright>Copyright GitHub 2017</Copyright> <Copyright>Copyright GitHub 2017</Copyright>
@@ -47,6 +48,10 @@
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="images\octokit.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.3" PrivateAssets="all" /> <PackageReference Include="SourceLink.Create.GitHub" Version="2.8.3" PrivateAssets="all" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.2" /> <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.2" />

BIN
Octokit/images/octokit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB