Skip to content

Commit 67a2d07

Browse files
Merge pull request #199 from snakefoot/master
Prepare RC7
2 parents b85c700 + 2599536 commit 67a2d07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dotnet --version
44

55
$versionPrefix = "1.0.0"
6-
$versionSuffix = "rtm-rc6"
6+
$versionSuffix = "rtm-rc7"
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;
99
if (-Not $versionSuffix.Equals(""))

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1616
</Description>
1717
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
1818
<PackageReleaseNotes>
19+
rc7: Updated to NLog 4.5-RC6
1920
rc6: support UAP10/UWP
2021
rc5: Fix System.Runtime not found in the GAC on .NET 4.5 / 4.6
2122
rc4: Fixed bug with message templates, removed NLog 5 dependency
@@ -60,7 +61,7 @@ rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ an
6061
<DefineConstants>$(DefineConstants);NETCORE1_0</DefineConstants>
6162
</PropertyGroup>
6263
<ItemGroup>
63-
<PackageReference Include="NLog" Version="[4.5.0-rc04,5)" />
64+
<PackageReference Include="NLog" Version="[4.5.0-rc06,5)" />
6465
</ItemGroup>
6566
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
6667
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" />

0 commit comments

Comments
 (0)