File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
22skip_tags : true
3- image : Visual Studio 2017 Preview
3+ image : Visual Studio 2019 Preview
44configuration : Release
55install :
66 - ps : mkdir -Force ".\build\" | Out-Null
@@ -16,7 +16,7 @@ artifacts:
1616deploy :
1717- provider : NuGet
1818 api_key :
19- secure : bd9z4P73oltOXudAjPehwp9iDKsPtC+HbgshOrSgoyQKr5xVK+bxJQngrDJkHdY8
19+ secure : N59tiJECUYpip6tEn0xvdmDAEiP9SIzyLEFLpwiigm/8WhJvBNs13QxzT1/3/JW/
2020 skip_symbols : true
2121 on :
2222 branch : /^(master|dev)$/
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 2.0.0-preview2-006497 "
3+ "version" : " 2.2.103 "
44 }
55}
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >Low-level Serilog provider for Microsoft.Extensions.Logging</Description >
5- <VersionPrefix >2.0.1 </VersionPrefix >
5+ <VersionPrefix >2.0.5 </VersionPrefix >
66 <Authors >Microsoft;Serilog Contributors</Authors >
77 <TargetFrameworks >net45;net46;net461;netstandard1.3;netstandard2.0</TargetFrameworks >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments