Skip to content

Commit

Permalink
Semver => 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Apr 27, 2020
1 parent ff483a2 commit 865fc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.1.3.{build}
version: 5.1.4.{build}

configuration: Release

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<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>
<VersionPrefix>5.1.3</VersionPrefix>
<VersionPrefix>5.1.4</VersionPrefix>
<TargetFrameworks>netstandard2.1;netstandard2.0;net461</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 865fc7b

Please sign in to comment.