Skip to content

Commit

Permalink
Version bump for CI, fix SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EEParker authored Apr 3, 2024
1 parent f680a28 commit edc2e81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
If you discover a security vulnerability in this project, please follow these steps to report it:

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

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

## Contact

If you have any questions or concerns regarding the security of this project, please contact us at [security@eeeparker.dev](mailto:[email protected]).
If you have any questions or concerns regarding the security of this project, please contact us at [security@eeparker.dev](mailto:[email protected]).
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>The Splunk Sink for Serilog</Description>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<Authors>Matthew Erbs, Serilog Contributors</Authors>
<TargetFrameworks>netstandard2.1;netstandard2.0;net6.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.TCP/Serilog.Sinks.Splunk.TCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>The Splunk TCP Sink for Serilog</Description>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<Authors>Matthew Erbs, Serilog Contributors</Authors>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog.Sinks.Splunk" Version="3.7.0" />
<PackageReference Include="Serilog.Sinks.Splunk" Version="4.0.0" />
<PackageReference Include="Splunk.Logging.Common.Core" Version="1.0.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.UDP/Serilog.Sinks.Splunk.UDP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>The Splunk UDP Sink for Serilog</Description>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<Authors>Matthew Erbs, Serilog Contributors</Authors>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -27,6 +27,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog.Sinks.Splunk" Version="3.7.0" />
<PackageReference Include="Serilog.Sinks.Splunk" Version="4.0.0" />
</ItemGroup>
</Project>

0 comments on commit edc2e81

Please sign in to comment.