feat: add NuGet packaging metadata for v1.0.0
This commit is contained in:
parent
0c27de4162
commit
3d31157e01
@ -4,8 +4,29 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|
||||||
|
<!-- NuGet Package Metadata -->
|
||||||
|
<PackageId>Svrnty.MCP.AspNetCore</PackageId>
|
||||||
|
<Version>1.0.0</Version>
|
||||||
|
<Authors>Svrnty</Authors>
|
||||||
|
<Company>Svrnty</Company>
|
||||||
|
<Product>Svrnty MCP Server</Product>
|
||||||
|
<Description>ASP.NET Core integration for Svrnty.MCP.Core. Provides middleware, endpoints, and dependency injection extensions for hosting MCP servers in ASP.NET Core applications.</Description>
|
||||||
|
<PackageTags>mcp;model-context-protocol;ai;anthropic;claude;llm;dotnet;aspnetcore;server</PackageTags>
|
||||||
|
<PackageProjectUrl>https://github.com/svrnty/svrnty-mcp-server</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/svrnty/svrnty-mcp-server</RepositoryUrl>
|
||||||
|
<RepositoryType>git</RepositoryType>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
|
<IncludeSymbols>true</IncludeSymbols>
|
||||||
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="../../README.md" Pack="true" PackagePath="/" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@ -4,8 +4,29 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|
||||||
|
<!-- NuGet Package Metadata -->
|
||||||
|
<PackageId>Svrnty.MCP.Core</PackageId>
|
||||||
|
<Version>1.0.0</Version>
|
||||||
|
<Authors>Svrnty</Authors>
|
||||||
|
<Company>Svrnty</Company>
|
||||||
|
<Product>Svrnty MCP Server</Product>
|
||||||
|
<Description>Core library for building Model Context Protocol (MCP) servers in .NET. Provides abstractions, tool definitions, and server implementation for enabling AI agents to interact with your application.</Description>
|
||||||
|
<PackageTags>mcp;model-context-protocol;ai;anthropic;claude;llm;dotnet;server</PackageTags>
|
||||||
|
<PackageProjectUrl>https://github.com/svrnty/svrnty-mcp-server</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/svrnty/svrnty-mcp-server</RepositoryUrl>
|
||||||
|
<RepositoryType>git</RepositoryType>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
|
<IncludeSymbols>true</IncludeSymbols>
|
||||||
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="../../README.md" Pack="true" PackagePath="/" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user