Skip to content

Commit

Permalink
Semver => 4.9.0 for new features (decorators).
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Aug 6, 2018
1 parent 1bbcc06 commit 26e9606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 4.8.1.{build}
version: 4.9.0.{build}

configuration: Release

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Autofac.csproj
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.8.1</VersionPrefix>
<VersionPrefix>4.9.0</VersionPrefix>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 26e9606

Please sign in to comment.