Skip to content

Commit d0338d4

Browse files
committed
update
1 parent a87ccd1 commit d0338d4

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
1111

1212
---
1313

14+
[![banner](https://github.com/dev-cetera/df_safer_dart/blob/v0.6.0/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
15+
1416
<!-- BEGIN _README_CONTENT -->
1517

1618
This tool automatically adds standardized comment headers to your source files, enhancing protection, consistency, and authenticity across your codebase.
@@ -84,3 +86,4 @@ If you're enjoying this package and find it valuable, consider showing your appr
8486
## 🧑‍⚖️ License
8587

8688
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_generate_header_comments/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_generate_header_comments/main/LICENSE) for more information.
89+

bin/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ name: generate_header_comments
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_generate_comment_headers
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
1820
publish_to: none
1921
## -----------------------------------------------------------------------------
2022

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ name: df_generate_header_comments
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_generate_comment_headers
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
18-
- https://www.patreon.com/c/RobertMollentze
19-
- https://github.com/sponsors/robmllze
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
2020
description: A tool to generate header comments for your source files.
2121
version: 0.6.0
2222
topics:
@@ -39,7 +39,7 @@ dependencies:
3939

4040
df_config: ^0.7.5
4141
df_gen_core: ^0.7.0
42-
df_log: ^0.3.19
42+
df_log: ^0.3.20
4343

4444
## -----------------------------------------------------------------------------
4545

0 commit comments

Comments
 (0)