Skip to content

Commit

Permalink
Updated version to 4.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Apr 25, 2017
1 parent 6261d4b commit 43f390b
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.5.1.{build}
version: 4.6.0.{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.5.1</VersionPrefix>
<VersionPrefix>4.6.0</VersionPrefix>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 43f390b

Please sign in to comment.