Skip to content

Commit edc2e81

Browse files
authored
Version bump for CI, fix SECURITY.md
1 parent f680a28 commit edc2e81

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If you discover a security vulnerability in this project, please follow these steps to report it:
66

77
1. **Do not** create a public GitHub issue for the vulnerability.
8-
2. Send an email to [security@eeeparker.dev](mailto:security@eeeparker.dev) with a detailed description of the vulnerability.
8+
2. Send an email to [security@eeparker.dev](mailto:security@eeparker.dev) with a detailed description of the vulnerability.
99
3. Include any relevant information, such as steps to reproduce the vulnerability or proof-of-concept code.
1010
4. Provide your contact information so that we can follow up with you.
1111

@@ -37,4 +37,4 @@ We take security seriously and have implemented the following measures to protec
3737

3838
## Contact
3939

40-
If you have any questions or concerns regarding the security of this project, please contact us at [security@eeeparker.dev](mailto:[email protected]).
40+
If you have any questions or concerns regarding the security of this project, please contact us at [security@eeparker.dev](mailto:[email protected]).

src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>The Splunk Sink for Serilog</Description>
5-
<VersionPrefix>4.0.0</VersionPrefix>
5+
<VersionPrefix>4.0.1</VersionPrefix>
66
<Authors>Matthew Erbs, Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.1;netstandard2.0;net6.0;net8.0</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Serilog.Sinks.TCP/Serilog.Sinks.Splunk.TCP.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>The Splunk TCP Sink for Serilog</Description>
5-
<VersionPrefix>1.5.0</VersionPrefix>
5+
<VersionPrefix>4.0.1</VersionPrefix>
66
<Authors>Matthew Erbs, Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Serilog.Sinks.Splunk" Version="3.7.0" />
30+
<PackageReference Include="Serilog.Sinks.Splunk" Version="4.0.0" />
3131
<PackageReference Include="Splunk.Logging.Common.Core" Version="1.0.0" />
3232
</ItemGroup>
3333
</Project>

src/Serilog.Sinks.UDP/Serilog.Sinks.Splunk.UDP.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>The Splunk UDP Sink for Serilog</Description>
5-
<VersionPrefix>1.5.0</VersionPrefix>
5+
<VersionPrefix>4.0.1</VersionPrefix>
66
<Authors>Matthew Erbs, Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -27,6 +27,6 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Serilog.Sinks.Splunk" Version="3.7.0" />
30+
<PackageReference Include="Serilog.Sinks.Splunk" Version="4.0.0" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)