File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/Serilog.Sinks.Exceptionless Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
using System . Reflection ;
3
3
using System . Runtime . CompilerServices ;
4
4
5
- [ assembly: AssemblyVersion ( "3.0 .0.0" ) ]
5
+ [ assembly: AssemblyVersion ( "3.1 .0.0" ) ]
6
6
7
7
[ assembly: CLSCompliant ( true ) ]
Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Exceptionless.Signed" Version =" 4.1.1967-pre " />
37
+ <PackageReference Include =" Exceptionless.Signed" Version =" 4.1.1972 " />
38
38
<PackageReference Include =" Serilog" Version =" 2.5.0" />
39
39
</ItemGroup >
40
40
41
41
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
42
42
<Reference Include =" System" />
43
43
<Reference Include =" Microsoft.CSharp" />
44
44
</ItemGroup >
45
-
46
- </Project >
45
+ </Project >
You can’t perform that action at this time.
0 commit comments