Skip to content

Commit fa212e8

Browse files
committed
Year and Version Update
1 parent bd00202 commit fa212e8

296 files changed

Lines changed: 364 additions & 363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# MIT License
33

4-
Copyright (c) 2022 plexdata.de
4+
Copyright (c) 2023 plexdata.de
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

code/hlp/Plexdata.LogWriter.help.shfbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<IndentHtml>False</IndentHtml>
4747
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
4848
<HelpTitle>Plexdata Logging Writer</HelpTitle>
49-
<HelpFileVersion>1.0.6.1</HelpFileVersion>
49+
<HelpFileVersion>1.0.7.1</HelpFileVersion>
5050
<NamingMethod>Guid</NamingMethod>
5151
<ContentPlacement>AboveNamespaces</ContentPlacement>
5252
<RootNamespaceContainer>True</RootNamespaceContainer>
@@ -94,7 +94,7 @@
9494
<Argument Key="baseSourceCodeUrl" Value="" />
9595
<Argument Key="requestExampleUrl" Value="" />
9696
</TransformComponentArguments>
97-
<CopyrightText>Copyright &amp;#169%3b 2022 - plexdata.de</CopyrightText>
97+
<CopyrightText>Copyright &amp;#169%3b 2023 - plexdata.de</CopyrightText>
9898
<CopyrightHref>http://www.plexdata.de/</CopyrightHref>
9999
<NamespaceSummaries>
100100
</NamespaceSummaries>

code/hlp/Plexdata.LogWriter.wiki.shfbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<IndentHtml>False</IndentHtml>
4747
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
4848
<HelpTitle>Plexdata Logging Writer</HelpTitle>
49-
<HelpFileVersion>1.0.6.1</HelpFileVersion>
49+
<HelpFileVersion>1.0.7.1</HelpFileVersion>
5050
<NamingMethod>Guid</NamingMethod>
5151
<ContentPlacement>AboveNamespaces</ContentPlacement>
5252
<RootNamespaceContainer>True</RootNamespaceContainer>
@@ -94,7 +94,7 @@
9494
<Argument Key="baseSourceCodeUrl" Value="" />
9595
<Argument Key="requestExampleUrl" Value="" />
9696
</TransformComponentArguments>
97-
<CopyrightText>Copyright &amp;#169%3b 2022 - plexdata.de</CopyrightText>
97+
<CopyrightText>Copyright &amp;#169%3b 2023 - plexdata.de</CopyrightText>
9898
<CopyrightHref>http://www.plexdata.de/</CopyrightHref>
9999
<NamespaceSummaries>
100100
</NamespaceSummaries>

code/src/HISTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

2-
**1.0.X.Y**
2+
**1.0.7.1**
33
- Usage of package `Plexdata.Utilities.Testing`.
44
- Package updates (NUnit and other).
5-
- Copyright year changed in all files.
65
- Introduction of new logging level `Disaster`.
76
- Introduction of logging type `GELF` including a proper formatter.
87
- Adding of project `Plexdata.LogWriter.Network`.
98
- File `.editorconfig` updated.
9+
- Copyright year changed in all files.
10+
- Version number increased.
1011

1112
**1.0.6.1**
1213
- File `.editorconfig` added.

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelCriticalExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelDebugExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelDisasterExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelDisplayExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelErrorExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

code/src/Plexdata.LogWriter.Abstraction.Tests/Extensions/LogLevelFatalExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2022 plexdata.de
4+
* Copyright (c) 2023 plexdata.de
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)