We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114c92f commit 406900eCopy full SHA for 406900e
GuiStack/AssemblyInfo.cs
@@ -3,7 +3,7 @@
3
* License, v. 2.0. If a copy of the MPL was not distributed with this
4
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
5
*
6
- * Copyright © Vincent Bengtsson & Contributors 2022
+ * Copyright © Vincent Bengtsson & Contributors 2022-2024
7
* https://github.com/Visual-Vincent/GuiStack
8
*/
9
@@ -13,6 +13,6 @@
13
14
[assembly: AssemblyTitle("GuiStack - A GUI for your AWS or LocalStack environment")]
15
[assembly: AssemblyProduct("GuiStack")]
16
-[assembly: AssemblyCopyright("Copyright © Vincent Bengtsson & Contributors 2022")]
+[assembly: AssemblyCopyright("Copyright © Vincent Bengtsson & Contributors 2022-2024")]
17
[assembly: AssemblyVersion("1.0.0.0")]
18
[assembly: NeutralResourcesLanguage("en")]
0 commit comments