Skip to content

Commit

Permalink
Updated Autofac.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
PawelGerr committed May 18, 2017
1 parent 34d14c3 commit 19b9906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Converts JSON tokens using autofac.</Description>
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Pawel Gerr</Authors>
<TargetFrameworks>netstandard1.3;net45;net46</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -19,7 +19,7 @@
<ProjectReference Include="..\Thinktecture.Configuration.JsonFile\Thinktecture.Configuration.JsonFile.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.5.0" />
<PackageReference Include="Autofac" Version="4.6.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Reads configuration from json files.</Description>
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Pawel Gerr</Authors>
<TargetFrameworks>netstandard1.3;net45;net46</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Strongly-typed Configuration for .NET Core - with full Dependency Injection support</Description>
<Copyright>(c) 2017, Pawel Gerr. All rights reserved.</Copyright>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Pawel Gerr</Authors>
<TargetFrameworks>netstandard1.0;net45;net46</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 19b9906

Please sign in to comment.