From a6347e8430decdf34dcf41759054f634dde34300 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Thu, 23 Apr 2020 07:29:27 -0700 Subject: [PATCH] Semver => 5.1.3 --- appveyor.yml | 2 +- src/Autofac/Autofac.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9d4355ce9..bf1c6254f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.1.2.{build} +version: 5.1.3.{build} configuration: Release diff --git a/src/Autofac/Autofac.csproj b/src/Autofac/Autofac.csproj index bc35dd82e..acf6004c8 100644 --- a/src/Autofac/Autofac.csproj +++ b/src/Autofac/Autofac.csproj @@ -2,7 +2,7 @@ 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. - 5.1.2 + 5.1.3 netstandard2.1;netstandard2.0;net461 latest enable