diff --git a/appveyor.yml b/appveyor.yml index 4efee06d1..b7dd82dd5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.6.1.{build} +version: 4.6.2.{build} configuration: Release diff --git a/src/Autofac/Autofac.csproj b/src/Autofac/Autofac.csproj index cf7f9cb76..db08a5686 100644 --- a/src/Autofac/Autofac.csproj +++ b/src/Autofac/Autofac.csproj @@ -2,7 +2,7 @@ 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. - 4.6.1 + 4.6.2 net45;netstandard1.1 $(NoWarn);CS1591 true