Skip to content

Commit 3faea3f

Browse files
committed
Bumps version to 1.6.0
1 parent aafb6e1 commit 3faea3f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Yellow Feather Ltd
3+
Copyright (c) 2023 Yellow Feather Ltd
44

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

Options.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using CommandLine;
2-
using CommandLine.Text;
32

43
namespace Dbf
54
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Command line utility to display DBF info and contents
66

77
```
8-
dbf 1.5.0
8+
dbf 1.6.0
99
Copyright Chris Richards
1010
1111
--summary (Default: true) Print summary information

dbf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageLicenseUrl>https://github.com/yellowfeather/dbf/blob/master/LICENSE</PackageLicenseUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>git://github.com/yellowfeather/dbf</RepositoryUrl>
16-
<Version>1.5.0</Version>
16+
<Version>1.6.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)