Skip to content

Commit

Permalink
Merge pull request #49 from NLog/release/4.3
Browse files Browse the repository at this point in the history
Version 4.3
  • Loading branch information
304NotModified authored Aug 31, 2019
2 parents e665f3d + 734cb7b commit 17474ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NLog.Etw/NLog.Etw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PackageTags>NLog;ETW;tracing;windows;logging;log</PackageTags>
<PackageReleaseNotes>

Updated to lastest NLog version
</PackageReleaseNotes>
<PackageIconUrl>https://nlog-project.org/N.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Etw</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.2.0.{build}
version: 4.3.0.{build}
image: Visual Studio 2017
clone_folder: c:\projects\nlog
configuration: Release
Expand All @@ -14,7 +14,7 @@ build:
publish_nuget_symbols: false
verbosity: minimal
after_build:
- msbuild /t:pack c:\projects\nlog\NLog.Etw.sln /p:Version=4.2.0.0 /p:fileversion=%APPVEYOR_BUILD_VERSION% /p:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:PackageOutputPath=..\artifacts /verbosity:minimal
- msbuild /t:pack c:\projects\nlog\NLog.Etw.sln /p:Version=4.3.0.0 /p:fileversion=%APPVEYOR_BUILD_VERSION% /p:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:PackageOutputPath=..\artifacts /verbosity:minimal
artifacts:
- path: 'artifacts\*.nupkg'
- path: 'artifacts\*.snupkg'
Expand Down

0 comments on commit 17474ab

Please sign in to comment.