Skip to content

Commit aa8d9ac

Browse files
committed
Releasing 5.11.4
1 parent 44226f2 commit aa8d9ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dotnet_csproj:
1414
patch: false
1515

1616
before_build:
17-
- cmd: dotnet restore -v=d
17+
- cmd: dotnet restore -v=n
1818

1919
build:
2020
project: package.sln

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionBase>5.11.3</VersionBase>
4+
<VersionBase>5.11.4</VersionBase>
55
<PackageReleaseNotes>This package is compatible with .NET Standard 1.0 and 2.0, .NET Core 1.0 and 2.0, .NET 4.0, 4.5, 4.6, 4.7</PackageReleaseNotes>
66
</PropertyGroup>
77

src/Unity.Container.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup Condition="!Exists('$(UnityAbstractions)')">
60-
<PackageReference Include="Unity.Abstractions" Version="5.11.1" />
60+
<PackageReference Include="Unity.Abstractions" Version="$(UnityAbstractionsVersion)" />
6161
</ItemGroup>
6262

6363
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)