Skip to content

Commit

Permalink
update package info for nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanconnolly committed Dec 4, 2018
1 parent 69a0b2d commit b737bae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
.DS_Store
12 changes: 7 additions & 5 deletions src/Xunit.Categories/Xunit.Categories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
<Authors>Brendan Connolly</Authors>
<Company>Brendan Connolly</Company>
<Description>Friendly Traits for Xunit</Description>
<Version>2.0.3</Version>
<FileVersion>2.0.3</FileVersion>
<Version>2.0.4</Version>
<FileVersion>2.0.4</FileVersion>
<PackageId>xunit.categories</PackageId>
<PackageVersion>2.0.3</PackageVersion>
<PackageReleaseNotes> 2.0.3 - Adding System Test Attribute
<PackageVersion>2.0.4</PackageVersion>
<PackageReleaseNotes>
2.0.4 - Support netstandard2
2.0.3 - Adding System Test Attribute
2.0.2 - Update project to netstandard1.1, include new categories</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/brendanconnolly/Xunit.Categories</PackageProjectUrl>
<Copyright>Copyright 2018</Copyright>
<Copyright>Copyright 2019</Copyright>
<PackageTags>Xunit xunit test category categories trait</PackageTags>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Xunit.Categories/Xunit.Categories.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>

<copyright>Copyright 2018</copyright>
<copyright>Copyright 2019</copyright>
<tags>Xunit xunit test category categories trait</tags>
</metadata>
</package>

0 comments on commit b737bae

Please sign in to comment.