Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Oct 12, 2017
1 parent 5fb3b93 commit c3eb3ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>NLog.Extensions.Logging</PackageId>
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
<PackageReleaseNotes>- Added NLogLoggerFactory
- Support .NET 4.6.1 + Microsoft.Extensions.Logging 2.0
- XML Docs in package
<PackageReleaseNotes>
- .Net Standard 2: log parameters also as structured data.

</PackageReleaseNotes>
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl>
<Version>1.0.0-rtm-beta7</Version>
<Version>1.0.0-rc1</Version>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down Expand Up @@ -59,4 +59,4 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
<PackageReference Include="NLog" Version="4.5.0-beta06" />
<PackageReference Include="System.AppContext" Version="4.3.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit c3eb3ef

Please sign in to comment.