Skip to content

Commit

Permalink
Merge pull request #1603 from filipw/feature/nuget-info
Browse files Browse the repository at this point in the history
updated metadata on the nuget packages
  • Loading branch information
filipw authored Sep 17, 2019
2 parents 9151e0c + cae7e9f commit 9028906
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<NoWarn>NU1701;NU5104</NoWarn>
<IsPackable>false</IsPackable>

<Authors>OmniSharp Contributors</Authors>
<PackageTags>omnisharp;lsp;csharp;roslyn;language</PackageTags>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/9420663</PackageIconUrl>
<PackageProjectUrl>https://github.com/OmniSharp/omnisharp-roslyn</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/OmniSharp/omnisharp-roslyn.git</RepositoryUrl>

<OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)\$(MSBuildProjectName)'))\</OutputPath>
<BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 9028906

Please sign in to comment.