Skip to content

Commit 797c5cf

Browse files
committed
Semver => 4.8.1
1 parent 4d28864 commit 797c5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.8.0.{build}
1+
version: 4.8.1.{build}
22

33
configuration: Release
44

src/Autofac/Autofac.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<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>
5-
<VersionPrefix>4.8.0</VersionPrefix>
5+
<VersionPrefix>4.8.1</VersionPrefix>
66
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)