Skip to content

Commit 19b9906

Browse files
committed
Updated Autofac.
Version bump.
1 parent 34d14c3 commit 19b9906

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Thinktecture.Configuration.JsonFile.Autofac/Thinktecture.Configuration.JsonFile.Autofac.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Converts JSON tokens using autofac.</Description>
44
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
5-
<VersionPrefix>1.0.1</VersionPrefix>
5+
<VersionPrefix>1.1.0</VersionPrefix>
66
<Authors>Pawel Gerr</Authors>
77
<TargetFrameworks>netstandard1.3;net45;net46</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -19,7 +19,7 @@
1919
<ProjectReference Include="..\Thinktecture.Configuration.JsonFile\Thinktecture.Configuration.JsonFile.csproj" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Autofac" Version="4.5.0" />
22+
<PackageReference Include="Autofac" Version="4.6.0" />
2323
</ItemGroup>
2424
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
2525
<Reference Include="System" />

src/Thinktecture.Configuration.JsonFile/Thinktecture.Configuration.JsonFile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Reads configuration from json files.</Description>
44
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
5-
<VersionPrefix>1.0.1</VersionPrefix>
5+
<VersionPrefix>1.1.0</VersionPrefix>
66
<Authors>Pawel Gerr</Authors>
77
<TargetFrameworks>netstandard1.3;net45;net46</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Thinktecture.Configuration/Thinktecture.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Strongly-typed Configuration for .NET Core - with full Dependency Injection support</Description>
44
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
5-
<VersionPrefix>1.0.1</VersionPrefix>
5+
<VersionPrefix>1.1.0</VersionPrefix>
66
<Authors>Pawel Gerr</Authors>
77
<TargetFrameworks>netstandard1.0;net45;net46</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)