diff --git a/LICENSE b/LICENSE index 27bc43e..2cd4932 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 C. Augusto Proiete & Contributors +Copyright (c) 2020-2024 C. Augusto Proiete & Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Cake.MinVer/AddInInformation.cs b/src/Cake.MinVer/AddInInformation.cs index 2c36660..dcdfacd 100644 --- a/src/Cake.MinVer/AddInInformation.cs +++ b/src/Cake.MinVer/AddInInformation.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/Cake.MinVer.csproj b/src/Cake.MinVer/Cake.MinVer.csproj index 9ab78ca..36e13a0 100644 --- a/src/Cake.MinVer/Cake.MinVer.csproj +++ b/src/Cake.MinVer/Cake.MinVer.csproj @@ -28,7 +28,7 @@ C. Augusto Proiete & Contributors augustoproiete.net Cake add-in that makes MinVer available as a tool in Cake. - Copyright 2020-2023 C. Augusto Proiete & Contributors - Provided under the MIT License + Copyright 2020-2024 C. Augusto Proiete & Contributors - Provided under the MIT License cake;minver;cake-addin;cake-build;cake-contrib;addin;script;build;cake-contrib;augustoproiete;augusto-proiete MIT images\icon.png diff --git a/src/Cake.MinVer/IMinVerGlobalTool.cs b/src/Cake.MinVer/IMinVerGlobalTool.cs index 45f52b7..152e5db 100644 --- a/src/Cake.MinVer/IMinVerGlobalTool.cs +++ b/src/Cake.MinVer/IMinVerGlobalTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/IMinVerLocalTool.cs b/src/Cake.MinVer/IMinVerLocalTool.cs index 500df4c..b0569d2 100644 --- a/src/Cake.MinVer/IMinVerLocalTool.cs +++ b/src/Cake.MinVer/IMinVerLocalTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/IMinVerTool.cs b/src/Cake.MinVer/IMinVerTool.cs index 25542b2..0f180da 100644 --- a/src/Cake.MinVer/IMinVerTool.cs +++ b/src/Cake.MinVer/IMinVerTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerAliases.cs b/src/Cake.MinVer/MinVerAliases.cs index f391746..5f6f162 100644 --- a/src/Cake.MinVer/MinVerAliases.cs +++ b/src/Cake.MinVer/MinVerAliases.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerAutoIncrement.cs b/src/Cake.MinVer/MinVerAutoIncrement.cs index 48e478b..9cd3049 100644 --- a/src/Cake.MinVer/MinVerAutoIncrement.cs +++ b/src/Cake.MinVer/MinVerAutoIncrement.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerEnvironmentVariables.cs b/src/Cake.MinVer/MinVerEnvironmentVariables.cs index f903ebb..f95cfaf 100644 --- a/src/Cake.MinVer/MinVerEnvironmentVariables.cs +++ b/src/Cake.MinVer/MinVerEnvironmentVariables.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerGlobalTool.cs b/src/Cake.MinVer/MinVerGlobalTool.cs index 295f64e..ee761e5 100644 --- a/src/Cake.MinVer/MinVerGlobalTool.cs +++ b/src/Cake.MinVer/MinVerGlobalTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerLocalTool.cs b/src/Cake.MinVer/MinVerLocalTool.cs index b4feb81..5cad813 100644 --- a/src/Cake.MinVer/MinVerLocalTool.cs +++ b/src/Cake.MinVer/MinVerLocalTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerSettings.cs b/src/Cake.MinVer/MinVerSettings.cs index 3040912..92b025e 100644 --- a/src/Cake.MinVer/MinVerSettings.cs +++ b/src/Cake.MinVer/MinVerSettings.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerSettingsExtensions.cs b/src/Cake.MinVer/MinVerSettingsExtensions.cs index 45147c0..8a1a369 100644 --- a/src/Cake.MinVer/MinVerSettingsExtensions.cs +++ b/src/Cake.MinVer/MinVerSettingsExtensions.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerTool.cs b/src/Cake.MinVer/MinVerTool.cs index 4f0360f..b52bee3 100644 --- a/src/Cake.MinVer/MinVerTool.cs +++ b/src/Cake.MinVer/MinVerTool.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerToolBase.cs b/src/Cake.MinVer/MinVerToolBase.cs index 96b933c..1593cc3 100644 --- a/src/Cake.MinVer/MinVerToolBase.cs +++ b/src/Cake.MinVer/MinVerToolBase.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerVerbosity.cs b/src/Cake.MinVer/MinVerVerbosity.cs index b7e5e77..d578eb7 100644 --- a/src/Cake.MinVer/MinVerVerbosity.cs +++ b/src/Cake.MinVer/MinVerVerbosity.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/MinVerVersion.cs b/src/Cake.MinVer/MinVerVersion.cs index c26f5b1..b2f2e9a 100644 --- a/src/Cake.MinVer/MinVerVersion.cs +++ b/src/Cake.MinVer/MinVerVersion.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/Namespaces.cs b/src/Cake.MinVer/Namespaces.cs index 77e19b7..76f2699 100644 --- a/src/Cake.MinVer/Namespaces.cs +++ b/src/Cake.MinVer/Namespaces.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/Properties/InternalsVisibleTo.cs b/src/Cake.MinVer/Properties/InternalsVisibleTo.cs index c6aac26..00a5908 100644 --- a/src/Cake.MinVer/Properties/InternalsVisibleTo.cs +++ b/src/Cake.MinVer/Properties/InternalsVisibleTo.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/Utils/EnvironmentProvider.cs b/src/Cake.MinVer/Utils/EnvironmentProvider.cs index 194262d..bd220ce 100644 --- a/src/Cake.MinVer/Utils/EnvironmentProvider.cs +++ b/src/Cake.MinVer/Utils/EnvironmentProvider.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Cake.MinVer/Utils/IEnvironmentProvider.cs b/src/Cake.MinVer/Utils/IEnvironmentProvider.cs index 8f0e79f..d7f8d84 100644 --- a/src/Cake.MinVer/Utils/IEnvironmentProvider.cs +++ b/src/Cake.MinVer/Utils/IEnvironmentProvider.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs b/test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs index 7a2ea55..d9d86b2 100644 --- a/test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs +++ b/test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/MinVerSettingsTests.cs b/test/Cake.MinVer.Tests/MinVerSettingsTests.cs index 60f0b29..22ad400 100644 --- a/test/Cake.MinVer.Tests/MinVerSettingsTests.cs +++ b/test/Cake.MinVer.Tests/MinVerSettingsTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/MinVerToolTests.cs b/test/Cake.MinVer.Tests/MinVerToolTests.cs index 841cdf9..052230f 100644 --- a/test/Cake.MinVer.Tests/MinVerToolTests.cs +++ b/test/Cake.MinVer.Tests/MinVerToolTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/MinVerVersionTests.cs b/test/Cake.MinVer.Tests/MinVerVersionTests.cs index 779a432..b704b69 100644 --- a/test/Cake.MinVer.Tests/MinVerVersionTests.cs +++ b/test/Cake.MinVer.Tests/MinVerVersionTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/PublicApiApprovalTests.cs b/test/Cake.MinVer.Tests/PublicApiApprovalTests.cs index 7e19c53..7d6c064 100644 --- a/test/Cake.MinVer.Tests/PublicApiApprovalTests.cs +++ b/test/Cake.MinVer.Tests/PublicApiApprovalTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs b/test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs index 665d878..b519b03 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs b/test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs index 819cb5e..2b0c328 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerToolContext.cs b/test/Cake.MinVer.Tests/Support/MinVerToolContext.cs index 0b2452e..19f4a84 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerToolContext.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerToolContext.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs b/test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs index 2b6cb15..4a8e3dd 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs b/test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs index 6b9d614..11775fa 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs b/test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs index 526c59f..f185337 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs b/test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs index ee6407e..8d251fc 100644 --- a/test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs +++ b/test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Support/XUnitLogger.cs b/test/Cake.MinVer.Tests/Support/XUnitLogger.cs index 7703552..488c915 100644 --- a/test/Cake.MinVer.Tests/Support/XUnitLogger.cs +++ b/test/Cake.MinVer.Tests/Support/XUnitLogger.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs b/test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs index e25bce2..30d7032 100644 --- a/test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs +++ b/test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs @@ -1,4 +1,4 @@ -#region Copyright 2020-2023 C. Augusto Proiete & Contributors +#region Copyright 2020-2024 C. Augusto Proiete & Contributors // // Licensed under the MIT (the "License"); // you may not use this file except in compliance with the License.