Skip to content

Commit 2254480

Browse files
authored
Merge pull request #17 from lastunicorn/cleanup
Cleanup
2 parents 527c222 + 0ad8e30 commit 2254480

File tree

174 files changed

+195
-199
lines changed

Some content is hidden

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

174 files changed

+195
-199
lines changed

doc/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ConsoleTools Commando 2.1.0
22
====================================================================================================
33

4-
A presentation layer framework using MVVM that helps to implement a CLI (command line interface).
4+
A presentation layer framework for creating console applications - CLI (command line interface).
55

66

77
Note: For any bug or feature request please use the "Discussions" page in GitHub:

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Default/DefaultCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Default/DefaultView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Default/DefaultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Dummy/DummyCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Dummy/DummyView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/Dummy/DummyViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/ReadFile/ReadFileCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/ReadFile/ReadFileView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

sources/ConsoleTools.Commando.Demo.Autofac.Builder/Commands/ReadFile/ReadFileViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ConsoleTools.Commando
2-
// Copyright (C) 2022-2023 Dust in the Wind
2+
// Copyright (C) 2022-2024 Dust in the Wind
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)