Skip to content

Commit 865fc7b

Browse files
committed
Semver => 5.1.4
1 parent ff483a2 commit 865fc7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.1.3.{build}
1+
version: 5.1.4.{build}
22

33
configuration: Release
44

src/Autofac/Autofac.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.</Description>
5-
<VersionPrefix>5.1.3</VersionPrefix>
5+
<VersionPrefix>5.1.4</VersionPrefix>
66
<TargetFrameworks>netstandard2.1;netstandard2.0;net461</TargetFrameworks>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)