Skip to content

Commit

Permalink
Merge pull request #205 from NLog/release/1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
304NotModified authored Mar 25, 2018
2 parents a97cd0a + e062cfb commit 12d2650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions buid.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dotnet --version

$versionPrefix = "1.0.0"
$versionSuffix = "rtm-rc7"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
if (-Not $versionSuffix.Equals(""))
Expand Down
8 changes: 1 addition & 7 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
</Description>
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
<PackageReleaseNotes>
rc7: Updated to NLog 4.5-RC6
rc6: support UAP10/UWP
rc5: Fix System.Runtime not found in the GAC on .NET 4.5 / 4.6
rc4: Fixed bug with message templates, removed NLog 5 dependency
rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+

</PackageReleaseNotes>
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
Expand Down Expand Up @@ -57,7 +51,7 @@ rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ an
<Title>NLog.Extensions.Logging for NetStandard 2.0</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="[4.5.0-rc07,5)" />
<PackageReference Include="NLog" Version="[4.5.0,5)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" />
Expand Down

0 comments on commit 12d2650

Please sign in to comment.