Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 10176d4

Browse files
committed
Version bump
1 parent c1a1230 commit 10176d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SpecFlow.NetCore/SpecFlow.NetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<Description>Generate tests from SpecFlow feature files inside .NET Core projects.</Description>
5-
<VersionPrefix>1.0.0-rc9</VersionPrefix>
65
<Authors>stajs</Authors>
76
<TargetFrameworks>netcoreapp2.0;net46;net461</TargetFrameworks>
87
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64</RuntimeIdentifiers>
@@ -20,7 +19,8 @@
2019
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2120
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2221
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
23-
<PackageReleaseNotes>Updated for .NET Core 2.0</PackageReleaseNotes>
22+
<PackageReleaseNotes></PackageReleaseNotes>
23+
<Version>1.0.0</Version>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)