Skip to content

Commit ca74cd0

Browse files
committed
Updated copyright year and application version
1 parent 140b45e commit ca74cd0

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Logbert is an advanced log message viewer for log4net, log4j and others.
2929

3030
### Copyright & License
3131

32-
Copyright (c) 2020 Couchcoding - Released under the [MIT license](LICENSE).
32+
Copyright (c) 2021 Couchcoding - Released under the [MIT license](LICENSE).

src/Couchcoding.Logbert.Gui/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Couchcoding")]
1111
[assembly: AssemblyProduct("Logbert Control Library")]
12-
[assembly: AssemblyCopyright("Copyright © 2020 Couchcoding")]
12+
[assembly: AssemblyCopyright("Copyright © 2021 Couchcoding")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.1.0")]
35-
[assembly: AssemblyFileVersion("1.6.1.0")]
34+
[assembly: AssemblyVersion("1.6.2.0")]
35+
[assembly: AssemblyFileVersion("1.6.2.0")]

src/Couchcoding.Logbert.Theme/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Couchcoding")]
1111
[assembly: AssemblyProduct("Logbert Theme Library")]
12-
[assembly: AssemblyCopyright("Copyright © 2020 Couchcoding")]
12+
[assembly: AssemblyCopyright("Copyright © 2021 Couchcoding")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.1.0")]
35-
[assembly: AssemblyFileVersion("1.6.1.0")]
34+
[assembly: AssemblyVersion("1.6.2.0")]
35+
[assembly: AssemblyFileVersion("1.6.2.0")]

src/Logbert/Dialogs/FrmAbout.Designer.cs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Logbert/Dialogs/FrmAbout.resx

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<data name="txtLicense.Text" xml:space="preserve">
121121
<value>The MIT License (MIT)
122122

123-
Copyright (c) 2020 Couchcoding
123+
Copyright (c) 2021 Couchcoding
124124

125125
Permission is hereby granted, free of charge, to any person obtaining a copy
126126
of this software and associated documentation files (the "Software"), to deal
@@ -140,4 +140,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
140140
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
141141
SOFTWARE.</value>
142142
</data>
143-
</root>
143+
</root>

src/Logbert/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Couchcoding")]
1212
[assembly: AssemblyProduct("Logbert")]
13-
[assembly: AssemblyCopyright("Copyright © 2020 Couchcoding")]
13+
[assembly: AssemblyCopyright("Copyright © 2021 Couchcoding")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.6.1.0")]
33-
[assembly: AssemblyFileVersion("1.6.1.0")]
32+
[assembly: AssemblyVersion("1.6.2.0")]
33+
[assembly: AssemblyFileVersion("1.6.2.0")]
3434
[assembly: NeutralResourcesLanguageAttribute("")]

src/Logbert/Properties/Resources.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Logbert/Properties/Resources.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<value>..\Resources\action_add_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="strAboutDlgCopyright" xml:space="preserve">
128-
<value>Copyright 2020 Couchcoding. All Right Reserved.</value>
128+
<value>Copyright 2021 Couchcoding. All Right Reserved.</value>
129129
</data>
130130
<data name="strColumnizerConfigurationEnterColumnNameAndExpression" xml:space="preserve">
131131
<value>Please enter a name and an expression for each configure column.</value>

0 commit comments

Comments
 (0)