Skip to content

Commit ea9c2d1

Browse files
committed
Go back to using the version perfix to generate the version number
1 parent 9c821f0 commit ea9c2d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Copyright>Copyright 2017</Copyright>
66
<AssemblyTitle>Fluent Assertions for MVC Core</AssemblyTitle>
77
<Title>Fluent Assertions for MVC Core</Title>
8-
<VersionPrefix>1.0.0</VersionPrefix>
8+
<VersionPrefix>2.0.0</VersionPrefix>
99
<Authors>Casey Burns;Kevin Kuszyk</Authors>
1010
<TargetFramework>netstandard2.0</TargetFramework>
1111
<AssemblyName>FluentAssertions.AspNetCore.Mvc</AssemblyName>
@@ -18,7 +18,6 @@
1818
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1919
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
21-
<Version>2.0.0</Version>
2221
</PropertyGroup>
2322

2423
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)