File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
src/Serilog.Sinks.Exceptionless Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Reflection ;
3
- using System . Runtime . CompilerServices ;
4
3
5
- [ assembly: AssemblyVersion ( "3.1.0 .0" ) ]
4
+ [ assembly: AssemblyVersion ( "3.1.1 .0" ) ]
6
5
7
6
[ assembly: CLSCompliant ( true ) ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Exceptionless sink for Serilog</Description >
5
- <VersionPrefix >3.1.0 </VersionPrefix >
5
+ <VersionPrefix >3.1.1 </VersionPrefix >
6
6
<Authors >Serilog Contributors</Authors >
7
- <TargetFrameworks >net45;netstandard1.2; netstandard2.0</TargetFrameworks >
7
+ <TargetFrameworks >net45;netstandard2.0</TargetFrameworks >
8
8
<NoWarn >$(NoWarn);CS1591</NoWarn >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Exceptionless.Signed " Version =" 4.3.2012 " />
38
- <PackageReference Include =" Serilog" Version =" 2.7.1 " />
37
+ <PackageReference Include =" Exceptionless" Version =" 4.3.2027 " />
38
+ <PackageReference Include =" Serilog" Version =" 2.9.0 " />
39
39
</ItemGroup >
40
40
41
41
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments