MarketAlly.AIPlugin.Extensions/MarketAlly.AIPlugin.All/MarketAlly.AIPlugin.All.csproj

69 lines
3.0 KiB
XML
Executable File

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>MarketAlly.AIPlugin.All</PackageId>
<Version>2.1.0</Version>
<Authors>David H Friedel Jr</Authors>
<Company>MarketAlly</Company>
<Product>AIPlugin Complete Toolkit</Product>
<Title>MarketAlly AI Plugin Complete Toolkit</Title>
<Description>
Complete collection of all MarketAlly AI Plugin packages for comprehensive code analysis, refactoring, security, DevOps, and quality improvement. This meta-package includes:
- MarketAlly.AIPlugin: Core framework
- MarketAlly.AIPlugin.Refactoring: Code refactoring and quality plugins
- MarketAlly.AIPlugin.Security: Security analysis and vulnerability detection
- MarketAlly.AIPlugin.DevOps: CI/CD and infrastructure analysis
- MarketAlly.AIPlugin.Analysis: Advanced code analysis and metrics
Install this package to get the complete AI-powered development toolkit.
</Description>
<Copyright>Copyright © 2025 MarketAlly</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/MarketAlly/MarketAlly.AIPlugin</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarketAlly/MarketAlly.AIPlugin</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>ai plugin complete toolkit refactoring security devops analysis code-quality</PackageTags>
<PackageReleaseNotes>
Complete toolkit v2.1.0:
- All specialized plugin packages included
- Comprehensive code analysis and improvement
- Security vulnerability detection
- DevOps workflow optimization
- Advanced metrics and quality assessment
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>true</Visible>
</None>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MarketAlly.AIPlugin.Analysis\MarketAlly.AIPlugin.Analysis.csproj" />
<ProjectReference Include="..\MarketAlly.AIPlugin.DevOps\MarketAlly.AIPlugin.DevOps.csproj" />
<ProjectReference Include="..\MarketAlly.AIPlugin.Refactoring\MarketAlly.AIPlugin.Refactoring.csproj" />
<ProjectReference Include="..\MarketAlly.AIPlugin.Security\MarketAlly.AIPlugin.Security.csproj" />
<ProjectReference Include="..\MarketAlly.AIPlugin\MarketAlly.AIPlugin.csproj" />
</ItemGroup>
</Project>