Skip to content

Commit

Permalink
Semver => 4.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Oct 16, 2017
1 parent eb613f6 commit ee8994a
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: 4.6.1.{build}
version: 4.6.2.{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>4.6.1</VersionPrefix>
<VersionPrefix>4.6.2</VersionPrefix>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit ee8994a

Please # to comment.