Skip to content

Commit 0b39d7a

Browse files
Update links to GitHub repo and other minor updates
1 parent 90667d0 commit 0b39d7a

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See: https://github.com/caioproiete/serilog-enrichers-exceldna/releases
1+
See: https://github.com/augustoproiete/serilog-enrichers-exceldna/releases

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serilog.Enrichers.ExcelDna [![NuGet Version](http://img.shields.io/nuget/v/Serilog.Enrichers.ExcelDna.svg?style=flat)](https://www.nuget.org/packages/Serilog.Enrichers.ExcelDna/) [![License](https://img.shields.io/github/license/caioproiete/serilog-enrichers-exceldna.svg)](LICENSE)
1+
# Serilog.Enrichers.ExcelDna [![NuGet Version](http://img.shields.io/nuget/v/Serilog.Enrichers.ExcelDna.svg?style=flat)](https://www.nuget.org/packages/Serilog.Enrichers.ExcelDna/) [![License](https://img.shields.io/github/license/augustoproiete/serilog-enrichers-exceldna.svg)](LICENSE)
22

33
Enriches [Serilog](https://serilog.net) events with information from your [Excel-DNA](https://excel-dna.net) Add-in.
44

@@ -52,6 +52,10 @@ In order for the Excel-DNA enricher to work from an add-in that was packaged usi
5252
<Reference Path="Serilog.Enrichers.ExcelDna.dll" Pack="true" />
5353
```
5454

55+
## Release History
56+
57+
Click on the [Releases](https://github.com/augustoproiete/serilog-enrichers-exceldna/releases) tab on GitHub.
58+
5559
---
5660

57-
_Copyright &copy; 2018-2020 Caio Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._
61+
_Copyright &copy; 2018-2020 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._

src/Serilog.Enrichers.ExcelDna/Serilog.Enrichers.ExcelDna.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<metadata minClientVersion="3.3">
44
<id>Serilog.Enrichers.ExcelDna</id>
55
<version>0.0.1-local</version>
6-
<authors>Caio Proiete</authors>
7-
<owners>caioproiete</owners>
6+
<authors>C. Augusto Proiete</authors>
7+
<owners>augustoproiete</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9-
<releaseNotes>https://github.com/caioproiete/serilog-enrichers-exceldna/releases/tag/v$version$</releaseNotes>
9+
<releaseNotes>https://github.com/augustoproiete/serilog-enrichers-exceldna/releases/tag/v$version$</releaseNotes>
1010
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
11-
<projectUrl>https://github.com/caioproiete/serilog-enrichers-exceldna</projectUrl>
12-
<repository type="git" url="https://github.com/caioproiete/serilog-enrichers-exceldna" />
13-
<iconUrl>https://raw.githubusercontent.com/caioproiete/serilog-enrichers-exceldna/master/assets/serilog-enrichers-exceldna-nuget.png</iconUrl>
11+
<projectUrl>https://github.com/augustoproiete/serilog-enrichers-exceldna</projectUrl>
12+
<repository type="git" url="https://github.com/augustoproiete/serilog-enrichers-exceldna" />
13+
<iconUrl>https://raw.githubusercontent.com/augustoproiete/serilog-enrichers-exceldna/master/assets/serilog-enrichers-exceldna-nuget.png</iconUrl>
1414
<summary>A Serilog Enricher with properties from Excel-DNA</summary>
1515
<description>A Serilog Enricher with properties from Excel-DNA</description>
1616
<language>en-US</language>
1717
<tags>serilog enricher exceldna excel-dna xll xllpath</tags>
18-
<copyright>Copyright (c) 2018-2020 Caio Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
18+
<copyright>Copyright (c) 2018-2020 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
1919
<dependencies>
2020
<group targetFramework=".NETFramework4.5">
2121
<dependency id="Serilog" version="2.5.0" exclude="Build,Analyzers" />

0 commit comments

Comments
 (0)