Skip to content

Commit

Permalink
Update icon URL and support in-package file. Related to #544.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Martinez committed Oct 30, 2019
1 parent e40a67c commit 6d511bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
12 changes: 4 additions & 8 deletions ApiVersioning.sln
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2BB57808
ProjectSection(SolutionItems) = preProject
after.apiversioning.sln.targets = after.apiversioning.sln.targets
build\code-analysis.props = build\code-analysis.props
build\code-analysis.ruleset = build\code-analysis.ruleset
build\common.props = build\common.props
build\file-version.targets = build\file-version.targets
build\icon.png = build\icon.png
build\key.snk = build\key.snk
build\nuget.props = build\nuget.props
build\nuget.targets = build\nuget.targets
build\resource.targets = build\resource.targets
build\signing.props = build\signing.props
build\signing.targets = build\signing.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{3BDDAF5E-4148-4D7F-9B9A-EA11D0110FEB}"
ProjectSection(SolutionItems) = preProject
tools\code-analysis.ruleset = tools\code-analysis.ruleset
tools\custom-dictionary.xml = tools\custom-dictionary.xml
tools\key.snk = tools\key.snk
tools\stylecop.json = tools\stylecop.json
build\stylecop.json = build\stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.OData.Versioning", "src\Microsoft.AspNetCore.OData.Versioning\Microsoft.AspNetCore.OData.Versioning.csproj", "{59D9CEC0-F8E5-4A1A-B8DD-5117E6A409D5}"
Expand Down
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions build/nuget.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
<IsPackable>true</IsPackable>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Microsoft/aspnet-api-versioning</RepositoryUrl>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/Microsoft/aspnet-api-versioning/wiki</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<MinClientVersion>2.5</MinClientVersion>
<PackageOutputPath Condition=" $(PackageOutputPath) == '' ">$(MSBuildThisFileDirectory)..\bin</PackageOutputPath>
<NoWarn>NU5118;$(NoWarn)</NoWarn>
</PropertyGroup>

<ItemGroup Label="NuGet">
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
Expand Down

0 comments on commit 6d511bf

Please sign in to comment.