We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 406f544 + 01d0ea4 commit 81a4b04Copy full SHA for 81a4b04
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 5.0.0.{build}
+version: 5.0.1.{build}
2
3
configuration: Release
4
src/Autofac.Multitenant/Autofac.Multitenant.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Autofac extension for multitenant application support.</Description>
5
- <VersionPrefix>5.0.0</VersionPrefix>
+ <VersionPrefix>5.0.1</VersionPrefix>
6
<TargetFrameworks>net461;netstandard2.0;netstandard2.1;</TargetFrameworks>
7
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments