products/cli/testing/Cli.TestPlugin/AssemblyInfo.cs
2026-05-21 19:55:59 +00:00

7 lines
228 B
C#

// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.
using Duende.Cli.PluginAbstractions;
using Duende.Cli.TestPlugin;
[assembly: CliPlugin(typeof(TestCliPlugin))]