Skip to content

Commit

Permalink
Merge pull request #14 from Pogromca-SCP/remove-year-update
Browse files Browse the repository at this point in the history
Removed update year workflow
  • Loading branch information
Pogromca-SCP authored Sep 11, 2024
2 parents 0ed4d5a + d941a11 commit 448b5b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/update_year.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Adam Szerszenowicz
Copyright (c) 2023-present Adam Szerszenowicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion PluginCommands.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automation", "Automation",
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\update_year.yml = .github\workflows\update_year.yml
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion PluginCommands/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyTitle("PluginCommands")]
[assembly: AssemblyDescription(Plugin.PluginDescription)]
[assembly: AssemblyProduct("PluginCommands")]
[assembly: AssemblyCopyright("Copyright © 2023-2024 " + Plugin.PluginAuthor)]
[assembly: AssemblyCopyright("Copyright © 2023-present " + Plugin.PluginAuthor)]
[assembly: AssemblyVersion(Plugin.PluginVersion)]
[assembly: AssemblyFileVersion(Plugin.PluginVersion)]
[assembly: AssemblyInformationalVersion(Plugin.PluginVersion)]

0 comments on commit 448b5b9

Please sign in to comment.