File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Serilog.Extensions.Hosting Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ deploy:
13
13
- provider : NuGet
14
14
skip_symbols : true
15
15
api_key :
16
- secure : wm1N2hx6N0X0f4bae55X83isfINQNHyZkkR1mA/4XIdOJYEDKVonwQrxdgWxwGgl
16
+ secure : Q65rY+zaFWOhs8a9IVSaX4Go5HNcIlEXjEFWMB83Y325WE9aXzi0xzDDc0/fJDzk
17
17
on :
18
18
branch : /^(master|dev)$/
19
19
- provider : GitHub
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Serilog support for .NET Core logging in hosted services</Description >
5
- <VersionPrefix >4.1.2 </VersionPrefix >
5
+ <VersionPrefix >4.2.0 </VersionPrefix >
6
6
<Authors >Microsoft;Serilog Contributors</Authors >
7
7
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
8
8
<LangVersion >8</LangVersion >
29
29
30
30
<ItemGroup >
31
31
<PackageReference Include =" Serilog" Version =" 2.10.0" />
32
- <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.1 " />
32
+ <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.1.0 " />
33
33
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 3.1.8" />
34
34
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.8" />
35
35
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.8" />
You can’t perform that action at this time.
0 commit comments