Skip to content

Commit

Permalink
add package info to project file
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Oct 9, 2017
1 parent d96b462 commit abd69d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Pose/Pose.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Pose</Title>
<Description>A lightweight unconstrained isolation framework for .NET Standard</Description>
<VersionPrefix>1.0.0</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>Pose</AssemblyName>
<PackageId>Pose</PackageId>
<PackageTags>pose;mocking;testing;unit-test;isolation-framework;test-framework</PackageTags>
<PackageProjectUrl>https://github.com/tonerdo/pose</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/tonerdo/pose/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/tonerdo/pose</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Reflection" Version="1.1.0.0" />
Expand Down

0 comments on commit abd69d8

Please sign in to comment.