Skip to content

Commit a0b64a5

Browse files
authored
Merge pull request #97 from MaximRouiller/repositoryurl
fixing repository url
2 parents fb5c06d + 96c6944 commit a0b64a5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-splunk</PackageProjectUrl>
1414
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
15+
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
1517
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1618
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
1719
<PublicSign>true</PublicSign>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-splunk</PackageProjectUrl>
1414
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
15+
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
1517
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1618
</PropertyGroup>
1719

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-splunk</PackageProjectUrl>
1414
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
15+
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
1517
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1618
</PropertyGroup>
1719

0 commit comments

Comments
 (0)