File tree Expand file tree Collapse file tree 5 files changed +21
-9
lines changed Expand file tree Collapse file tree 5 files changed +21
-9
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 >3.2 .0</VersionPrefix >
5
+ <VersionPrefix >3.3 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45;netstandard1.1;netstandard2.0</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
4
- [ assembly: AssemblyVersion ( "2.0.0.0" ) ]
5
-
6
- [ assembly: InternalsVisibleTo ( "Serilog.Sinks.Splunk.Tests" ) ]
4
+ [ assembly: InternalsVisibleTo ( "Serilog.Sinks.Splunk.Tests, PublicKey=" +
5
+ "0024000004800000940000000602000000240000525341310004000001000100fb8d13fd344a1c" +
6
+ "6fe0fe83ef33c1080bf30690765bc6eb0df26ebfdf8f21670c64265b30db09f73a0dea5b3db4c9" +
7
+ "d18dbf6d5a25af5ce9016f281014d79dc3b4201ac646c451830fc7e61a2dfd633d34c39f87b818" +
8
+ "94191652df5ac63cc40c77f3542f702bda692e6e8a9158353df189007a49da0f3cfd55eb250066" +
9
+ "b19485ec" ) ]
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.1 .0</VersionPrefix >
5
+ <VersionPrefix >1.2 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45;</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
15
<RepositoryUrl >https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl >
16
16
<RepositoryType >git</RepositoryType >
17
17
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
18
+ <AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
19
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
20
+ <SignAssembly >true</SignAssembly >
18
21
</PropertyGroup >
19
22
20
23
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
4
- [ assembly: AssemblyVersion ( "2.0.0.0" ) ]
5
-
6
- [ assembly: InternalsVisibleTo ( "Serilog.Sinks.Splunk.Tests" ) ]
4
+ [ assembly: InternalsVisibleTo ( "Serilog.Sinks.Splunk.Tests, PublicKey=" +
5
+ "0024000004800000940000000602000000240000525341310004000001000100fb8d13fd344a1c" +
6
+ "6fe0fe83ef33c1080bf30690765bc6eb0df26ebfdf8f21670c64265b30db09f73a0dea5b3db4c9" +
7
+ "d18dbf6d5a25af5ce9016f281014d79dc3b4201ac646c451830fc7e61a2dfd633d34c39f87b818" +
8
+ "94191652df5ac63cc40c77f3542f702bda692e6e8a9158353df189007a49da0f3cfd55eb250066" +
9
+ "b19485ec" ) ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >The Splunk UDP Sink for Serilog</Description >
5
- <VersionPrefix >1.1 .0</VersionPrefix >
5
+ <VersionPrefix >1.2 .0</VersionPrefix >
6
6
<Authors >Matthew Erbs, Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
15
<RepositoryUrl >https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl >
16
16
<RepositoryType >git</RepositoryType >
17
17
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
18
+ <AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
19
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
20
+ <SignAssembly >true</SignAssembly >
18
21
</PropertyGroup >
19
22
20
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments