Skip to content

Commit 41e2779

Browse files
committed
update version to beta 4
1 parent dc6e9f8 commit 41e2779

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

release/ConsoleTools.Commando.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputPath>output\</OutputPath>
77
<TempPath>temp\</TempPath>
8-
<Version>2.0.0-beta.3</Version>
8+
<Version>2.0.0-beta.4</Version>
99
<OutputFileName>ConsoleTools.Commando-$(Version).zip</OutputFileName>
1010
<RepositoryRoot>..\</RepositoryRoot>
1111
</PropertyGroup>

sources/ConsoleTools.Commando/AnonymousParameterAttribute.cs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
namespace DustInTheWind.ConsoleTools.Commando;
1+
// ConsoleTools.Commando
2+
// Copyright (C) 2022-2023 Dust in the Wind
3+
//
4+
// This program is free software: you can redistribute it and/or modify
5+
// it under the terms of the GNU General Public License as published by
6+
// the Free Software Foundation, either version 3 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// This program is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU General Public License
15+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
namespace DustInTheWind.ConsoleTools.Commando;
218

319
public class AnonymousParameterAttribute : CommandParameterAttribute
420
{

0 commit comments

Comments
 (0)