Skip to content

Commit 12d2650

Browse files
Merge pull request #205 from NLog/release/1.0
Release 1.0
2 parents a97cd0a + e062cfb commit 12d2650

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

buid.cmd

Lines changed: 0 additions & 2 deletions
This file was deleted.

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-rc7"
6+
$versionSuffix = ""
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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ 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
20-
rc6: support UAP10/UWP
21-
rc5: Fix System.Runtime not found in the GAC on .NET 4.5 / 4.6
22-
rc4: Fixed bug with message templates, removed NLog 5 dependency
23-
rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+
24-
2519
</PackageReleaseNotes>
2620
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
2721
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
@@ -57,7 +51,7 @@ rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ an
5751
<Title>NLog.Extensions.Logging for NetStandard 2.0</Title>
5852
</PropertyGroup>
5953
<ItemGroup>
60-
<PackageReference Include="NLog" Version="[4.5.0-rc07,5)" />
54+
<PackageReference Include="NLog" Version="[4.5.0,5)" />
6155
</ItemGroup>
6256
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
6357
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" />

0 commit comments

Comments
 (0)