Skip to content

Commit 9711767

Browse files
committed
Bumping versions
1 parent 70b81a5 commit 9711767

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/log4net.Appender.Splunk/log4net.Appender.Splunk.csproj

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,31 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>2.1.0.0</AssemblyVersion>
6-
<FileVersion>2.1.0.0</FileVersion>
7-
<Version>2.1.0</Version>
5+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
6+
<FileVersion>2.2.0.0</FileVersion>
7+
<Version>2.2.0</Version>
88
<Authors>Alan Barber</Authors>
99
<PackageLicenseUrl>https://github.com/AlanBarber/log4net.Appender.Splunk/blob/master/LICENSE</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/AlanBarber/log4net.Appender.Splunk</PackageProjectUrl>
1111
<PackageIconUrl>https://raw.githubusercontent.com/AlanBarber/log4net.Appender.Splunk/master/docs/nugeticon.png</PackageIconUrl>
1212
<RepositoryUrl>https://github.com/AlanBarber/log4net.Appender.Splunk</RepositoryUrl>
13-
<Copyright>Copyright (c) 2018 Alan Barber, Copyright 2013-2015 Splunk, Inc.</Copyright>
13+
<Copyright>Copyright (c) 2022 Alan Barber, Copyright 2013-2015 Splunk, Inc.</Copyright>
1414
<PackageTags>log4net log4net-appender splunk splunk-enterprise logging</PackageTags>
1515
<Description>A log4net appender for Splunk Http Event Collector (HEC) Sender
1616

1717
Note(s):
1818
- Setup Note: Will fail to log if using https without a valid SSL cert.
1919
- This package uses the log4net.Appender namespace but is NOT an official log4net project package.
2020
- Includes modifed code from Splunk.Logging.Common to work with .Net Standard / .Net Core.</Description>
21-
<PackageReleaseNotes>Version 2.1.0
22-
- Add optional index and host to the event collector (PR by @sixlettervariables)
23-
Version 2.0.0
24-
- Updated to .NET Standard 2.0
25-
Version 1.0.0
26-
- First publish to NuGet</PackageReleaseNotes>
21+
<PackageReleaseNotes>
22+
Version 2.2.0
23+
- Fix for TLS connection errors (PR by @janvesely-nable)
24+
Version 2.1.0
25+
- Add optional index and host to the event collector (PR by @sixlettervariables)
26+
Version 2.0.0
27+
- Updated to .NET Standard 2.0
28+
Version 1.0.0
29+
- First publish to NuGet</PackageReleaseNotes>
2730
<Company />
2831
</PropertyGroup>
2932

0 commit comments

Comments
 (0)