File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >The Splunk Sink for Serilog</Description >
5
- <VersionPrefix >2.6 .0</VersionPrefix >
5
+ <VersionPrefix >3.0 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >netstandard1.1;netstandard1.3</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >The Splunk TCP Sink for Serilog</Description >
5
- <VersionPrefix >1.6 .0</VersionPrefix >
5
+ <VersionPrefix >1.0 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45;</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
15
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
16
16
</PropertyGroup >
17
17
18
- <ItemGroup >
18
+ <ItemGroup >
19
+ <PackageReference Include =" Serilog.Sinks.Splunk" Version =" 2.5.0" />
19
20
<PackageReference Include =" Splunk.Logging.Common" Version =" 1.6.0" />
20
21
<Reference Include =" System.Net.Http" />
21
22
<Reference Include =" System" />
22
23
<Reference Include =" Microsoft.CSharp" />
23
24
<PackageReference Include =" Serilog" Version =" 2.6.0" />
24
25
<PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.1.1" />
25
26
</ItemGroup >
26
-
27
- <ItemGroup >
28
- <ProjectReference Include =" ..\Serilog.Sinks.Splunk\Serilog.Sinks.Splunk.csproj" />
29
- </ItemGroup >
27
+
30
28
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Description >The Splunk Sink for Serilog</Description >
5
- <VersionPrefix >2.6 .0</VersionPrefix >
4
+ <Description >The Splunk UDP Sink for Serilog</Description >
5
+ <VersionPrefix >1.0 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
15
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
16
16
</PropertyGroup >
17
17
18
- <ItemGroup >
18
+ <ItemGroup >
19
+ <PackageReference Include =" Serilog.Sinks.Splunk" Version =" 2.5.0" />
19
20
<PackageReference Include =" Splunk.Logging.Common" Version =" 1.6.0" />
20
21
<Reference Include =" System.Net.Http" />
21
22
<Reference Include =" System" />
22
23
<Reference Include =" Microsoft.CSharp" />
23
24
<PackageReference Include =" Serilog" Version =" 2.6.0" />
24
25
<PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.1.1" />
25
26
</ItemGroup >
26
-
27
- <ItemGroup >
28
- <ProjectReference Include =" ..\Serilog.Sinks.Splunk\Serilog.Sinks.Splunk.csproj" />
29
- </ItemGroup >
27
+
30
28
</Project >
You can’t perform that action at this time.
0 commit comments