Skip to content

Commit

Permalink
Updated to 2.0.1 to actually able to nuget publish package with net45…
Browse files Browse the repository at this point in the history
…1 support
  • Loading branch information
Lashas83 committed May 14, 2017
1 parent 1fe2a22 commit 36f62a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.0.{build}-{branch}
version: 2.0.1.{build}-{branch}
configuration:
- Debug
- Release
Expand Down
8 changes: 4 additions & 4 deletions src/NHamcrest.XUnit/NHamcrest.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Copyright>Copyright © 2017</Copyright>
<Version Condition="'$(VersionSuffix)' == ''">2.0.0</Version>
<Version Condition="'$(VersionSuffix)' != ''">2.0.0-$(VersionSuffix)</Version>
<Version Condition="'$(VersionSuffix)' == ''">2.0.1</Version>
<Version Condition="'$(VersionSuffix)' != ''">2.0.1-$(VersionSuffix)</Version>
<Description>Adapter for xunit for using NHamcrest library</Description>
<Authors>Graham Hay, Algirdas Lašas</Authors>
<PackageLicenseUrl>https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/nhamcrest/NHamcrest</PackageProjectUrl>
<PackageTags>unittesting hamcrest matcher test</PackageTags>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit.assert" Version="[2.2,3)" />
Expand Down
8 changes: 4 additions & 4 deletions src/NHamcrest/NHamcrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Copyright>Copyright © 2017</Copyright>
<Version Condition="'$(VersionSuffix)' == ''">2.0.0</Version>
<Version Condition="'$(VersionSuffix)' != ''">2.0.0-$(VersionSuffix)</Version>
<Version Condition="'$(VersionSuffix)' == ''">2.0.1</Version>
<Version Condition="'$(VersionSuffix)' != ''">2.0.1-$(VersionSuffix)</Version>
<Description>.NET port of Hamcrest, a matcher library with some extra matchers</Description>
<Authors>Graham Hay, Algirdas Lašas</Authors>
<Company />
<Product />
<PackageLicenseUrl>https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/nhamcrest/NHamcrest</PackageProjectUrl>
<PackageTags>unittesting hamcrest matcher test</PackageTags>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;1591</NoWarn>
Expand Down

0 comments on commit 36f62a9

Please sign in to comment.