Skip to content

Commit abd69d8

Browse files
committed
add package info to project file
1 parent d96b462 commit abd69d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Pose/Pose.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Title>Pose</Title>
4+
<Description>A lightweight unconstrained isolation framework for .NET Standard</Description>
5+
<VersionPrefix>1.0.0</VersionPrefix>
36
<TargetFramework>netstandard2.0</TargetFramework>
7+
<DebugType>portable</DebugType>
8+
<AssemblyName>Pose</AssemblyName>
9+
<PackageId>Pose</PackageId>
10+
<PackageTags>pose;mocking;testing;unit-test;isolation-framework;test-framework</PackageTags>
11+
<PackageProjectUrl>https://github.com/tonerdo/pose</PackageProjectUrl>
12+
<PackageLicenseUrl>https://github.com/tonerdo/pose/blob/master/LICENSE</PackageLicenseUrl>
13+
<RepositoryType>git</RepositoryType>
14+
<RepositoryUrl>https://github.com/tonerdo/pose</RepositoryUrl>
415
</PropertyGroup>
516
<ItemGroup>
617
<PackageReference Include="Mono.Reflection" Version="1.1.0.0" />

0 commit comments

Comments
 (0)