Skip to content

Commit ab63733

Browse files
Update links to GitHub repo and other minor updates
1 parent 91d5ca9 commit ab63733

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-sinks-exceldnalogdisplay/releases
1+
See: https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay/releases

README.md

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

33
Writes [Serilog](https://serilog.net) events to [Excel-DNA](https://excel-dna.net) `LogDisplay`.
44

@@ -108,6 +108,10 @@ In order for the Excel-DNA LogDisplay sink to work from an add-in that was packa
108108
<Reference Path="Serilog.Sinks.ExcelDnaLogDisplay.dll" Pack="true" />
109109
```
110110

111+
## Release History
112+
113+
Click on the [Releases](https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay/releases) tab on GitHub.
114+
111115
---
112116

113-
_Copyright &copy; 2018 Caio Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._
117+
_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.Sinks.ExcelDnaLogDisplay/Serilog.Sinks.ExcelDnaLogDisplay.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.Sinks.ExcelDnaLogDisplay</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-sinks-exceldnalogdisplay/releases/tag/v$version$</releaseNotes>
9+
<releaseNotes>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay/releases/tag/v$version$</releaseNotes>
1010
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
11-
<projectUrl>https://github.com/caioproiete/serilog-sinks-exceldnalogdisplay</projectUrl>
12-
<repository type="git" url="https://github.com/caioproiete/serilog-sinks-exceldnalogdisplay" />
13-
<iconUrl>https://raw.githubusercontent.com/caioproiete/serilog-sinks-exceldnalogdisplay/master/assets/serilog-sinks-exceldnalogdisplay-nuget.png</iconUrl>
11+
<projectUrl>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay</projectUrl>
12+
<repository type="git" url="https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay" />
13+
<iconUrl>https://raw.githubusercontent.com/augustoproiete/serilog-sinks-exceldnalogdisplay/master/assets/serilog-sinks-exceldnalogdisplay-nuget.png</iconUrl>
1414
<summary>A Serilog sink that writes events to Excel-DNA LogDisplay</summary>
1515
<description>A Serilog sink that writes events to Excel-DNA LogDisplay</description>
1616
<language>en-US</language>
1717
<tags>serilog sink exceldna excel-dna logdisplay</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)