-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathnuget-package.props
More file actions
27 lines (27 loc) · 1.18 KB
/
nuget-package.props
File metadata and controls
27 lines (27 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project>
<PropertyGroup>
<!-- Central version prefix - applies to all nuget packages. -->
<PackageVersion>1.1.0</PackageVersion>
<Configurations>Debug;Release;Publish</Configurations>
<Title>Microsoft Agent Framework</Title>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/rwjdk/AgentFrameworkToolkit</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Rasmus Wulff Jensen</Authors>
<Copyright>2026</Copyright>
<PackageProjectUrl>https://github.com/rwjdk/AgentFrameworkToolkit/wiki</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>microsoft-agent-framework agent-framework-toolkit toolkit microsoft agent framework microsoft.agents.ai</PackageTags>
<Company>RWJDK</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/rwjdk/AgentFrameworkToolkit/blob/main/CHANGELOG.md</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>