We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e5644 commit 8476869Copy full SHA for 8476869
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 5.0.0.{build}
+version: 5.1.0.{build}
2
3
configuration: Release
4
src/Autofac.Configuration/Autofac.Configuration.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Configuration support for Autofac.</Description>
5
- <VersionPrefix>5.0.0</VersionPrefix>
+ <VersionPrefix>5.1.0</VersionPrefix>
6
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
7
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments