diff --git a/src/XamlStyler.Console/XamlStyler.Console.csproj b/src/XamlStyler.Console/XamlStyler.Console.csproj index 07eca6b4..463c7056 100644 --- a/src/XamlStyler.Console/XamlStyler.Console.csproj +++ b/src/XamlStyler.Console/XamlStyler.Console.csproj @@ -5,7 +5,7 @@ Xavalon XAML Styler Console The power of XAML Styler wrapped up in a small executable that can be integrated into build scripts, git commit templates, and more. This package is built on top of the same styling engine that powers the Visual Studio plugin, and can be configured by specifying an external configuration. - Copyright © Xavalon 2020 + Copyright © Xavalon 2024 Apache-2.0 https://github.com/Xavalon/XamlStyler icon.jpg diff --git a/src/XamlStyler.Extension.Windows.VS2019/Properties/AssemblyInfo.cs b/src/XamlStyler.Extension.Windows.VS2019/Properties/AssemblyInfo.cs index a88bd936..eabe50fa 100644 --- a/src/XamlStyler.Extension.Windows.VS2019/Properties/AssemblyInfo.cs +++ b/src/XamlStyler.Extension.Windows.VS2019/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Xavalon")] [assembly: AssemblyProduct("XamlStyler.Extension.Windows.VS2019")] -[assembly: AssemblyCopyright("Copyright © Xavalon 2021")] +[assembly: AssemblyCopyright("Copyright © Xavalon 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/src/XamlStyler.Extension.Windows.VS2022/Properties/AssemblyInfo.cs b/src/XamlStyler.Extension.Windows.VS2022/Properties/AssemblyInfo.cs index cc3a183f..38e6a445 100644 --- a/src/XamlStyler.Extension.Windows.VS2022/Properties/AssemblyInfo.cs +++ b/src/XamlStyler.Extension.Windows.VS2022/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Xavalon")] [assembly: AssemblyProduct("XamlStyler.Extension.Windows.VS2022")] -[assembly: AssemblyCopyright("Copyright © Xavalon 2021")] +[assembly: AssemblyCopyright("Copyright © Xavalon 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/src/XamlStyler.UnitTests/XamlStyler.UnitTest.csproj b/src/XamlStyler.UnitTests/XamlStyler.UnitTest.csproj index d8fd0567..62c9a9b2 100644 --- a/src/XamlStyler.UnitTests/XamlStyler.UnitTest.csproj +++ b/src/XamlStyler.UnitTests/XamlStyler.UnitTest.csproj @@ -3,7 +3,7 @@ net7.0 Xavalon.XamlStyler.UnitTests - Copyright © Xavalon 2020 + Copyright © Xavalon 2024 Xavalon Debug;Release;Debug VS2019;Release VS2019 true diff --git a/src/XamlStyler/XamlStyler.csproj b/src/XamlStyler/XamlStyler.csproj index 74d17981..4f46f1fd 100644 --- a/src/XamlStyler/XamlStyler.csproj +++ b/src/XamlStyler/XamlStyler.csproj @@ -5,7 +5,7 @@ Xavalon.XamlStyler true Key.snk - Copyright © Xavalon 2020 + Copyright © Xavalon 2024 true