autogen/dotnet/nuget
Jacob Alber 465a97472d
feat: Release pre-requisites for Microsoft.AutoGen.Core NuGet (#5270)
This is in preparation for releasing the Microsoft.AutoGen.Core NuGet
package.

* Moves IHandle<> to Microsoft.AutoGen.Contracts
* Makes KVStringParseHelper internal

* Updates versions of certain dependencies
* Updates NuGet package properties

* Enables deterministic build
* Enables ContinuousIntegrationBuild in CI
2025-01-30 17:08:39 -05:00
..
NUGET.md Add blog post announcing the new architecture preview (#3599) 2024-10-02 18:04:33 +00:00
README.md .NET add document on packaging && disable uploading artifacts folder to pipeline by default (#4299) 2024-11-21 09:53:23 -08:00
icon.png Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
nuget-package.props feat: Release pre-requisites for Microsoft.AutoGen.Core NuGet (#5270) 2025-01-30 17:08:39 -05:00

README.md

NuGet Directory

This directory contains resources and metadata for packaging the AutoGen.NET SDK as a NuGet package.

Files

  • icon.png: The icon used for the NuGet package.
  • NUGET.md: The readme file displayed on the NuGet package page.
  • NUGET-PACKAGE.PROPS: The MSBuild properties file that defines the packaging settings for the NuGet package.

Purpose

The files in this directory are used to configure and build the NuGet package for the AutoGen.NET SDK, ensuring that it includes necessary metadata, documentation, and resources.