Skip to content

Commit

Permalink
Semver => 4.9.1 for bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Feb 11, 2019
1 parent eb2869c commit f50cd07
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.9.0.{build}
version: 4.9.1.{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.9.0</VersionPrefix>
<VersionPrefix>4.9.1</VersionPrefix>
<TargetFrameworks>netstandard2.0;netstandard1.1;net45</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit f50cd07

Please sign in to comment.