Skip to content

Commit

Permalink
Generate a NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Mar 3, 2018
1 parent af0c0fc commit 165f30c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/QuickInfo/QuickInfo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -12,4 +13,19 @@
<PackageReference Include="UnicodeInformation" Version="2.2.1" />
</ItemGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>GuiLabs.QuickInfo</PackageId>
<Authors>Kirill Osenkov</Authors>
<Owners>Kirill Osenkov</Owners>
<Copyright>© Kirill Osenkov. All rights reserved.</Copyright>
<LicenseUrl>https://github.com/KirillOsenkov/QuickInfo/blob/master/LICENSE</LicenseUrl>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Description>Quick Info library of instant answers</Description>
<PackageLicenseUrl>https://github.com/KirillOsenkov/QuickInfo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/KirillOsenkov/QuickInfo</PackageProjectUrl>
<RepositoryUrl>https://github.com/KirillOsenkov/QuickInfo</RepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

</Project>

0 comments on commit 165f30c

Please sign in to comment.