mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-03 07:04:16 +00:00

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
14 lines
692 B
XML
14 lines
692 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VersionPrefix>0.4.0</VersionPrefix>
|
|
<VersionPrefixForAutoGen0_2>0.2.2</VersionPrefixForAutoGen0_2>
|
|
<Authors>Microsoft</Authors>
|
|
<PackageProjectUrl>https://microsoft.github.io/autogen-for-net/</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/microsoft/autogen</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
</PropertyGroup>
|
|
</Project>
|