Skip to content

Commit

Permalink
Preparing for Nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmaturtle committed Dec 30, 2020
1 parent 576c5f8 commit f97b24f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Binary file added img/hedgehog-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>true</IsPackable>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -12,9 +13,17 @@
<Authors>Alex Nguyen, Tyson Williams</Authors>
<PackageProjectUrl>https://github.com/dharmaturtle/fsharp-hedgehog-xunit</PackageProjectUrl>
<PackageTags>f# fsharp testing xunit</PackageTags>
<PackageIcon>SQUARE_hedgehog_128x128.png</PackageIcon>
<PackageIcon>hedgehog-logo.png</PackageIcon>
<Version>0.0.1</Version>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageId>Hedgehog.Xunit</PackageId>
<PackageDescription>
Hedgehog with convenience attributes for xUnit.

- Test method arguments generated by the customizable GenX.auto.
- Property.check called for each test.

Docs at https://github.com/dharmaturtle/fsharp-hedgehog-xunit
</PackageDescription>
</PropertyGroup>

<ItemGroup>
Expand All @@ -38,4 +47,8 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="../../img/hedgehog-logo.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit f97b24f

Please sign in to comment.