Skip to content

Commit 178f197

Browse files
Update project metadata
1 parent 0b39d7a commit 178f197

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

sample/SampleAddIn/AddIn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

sample/SampleAddIn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[assembly: AssemblyConfiguration("Release")]
1414
#endif
1515

16-
[assembly: AssemblyCompany("caioproiete.net")]
16+
[assembly: AssemblyCompany("augustoproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Enrichers.ExcelDna")]
18-
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2020 C. Augusto Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelBitnessEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelVersionEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelVersionNameEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/XllPathEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/ExcelDnaLoggerConfigurationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2019 Caio Proiete & Contributors
1+
// Copyright 2018-2020 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[assembly: AssemblyConfiguration("Release")]
1414
#endif
1515

16-
[assembly: AssemblyCompany("caioproiete.net")]
16+
[assembly: AssemblyCompany("augustoproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Enrichers.ExcelDna")]
18-
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2020 C. Augusto Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

test/test-project-needed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)