Skip to content

Commit 3fb511b

Browse files
committed
Rename projects and folders for new structure
The .AI suffix is now implicit, and we rename projects to follow the middle name instead, from MIcrosoft.[Agents|Extensions].AI.
1 parent 5a2b0d9 commit 3fb511b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+76
-36
lines changed

AI.slnx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<Platform Name="x64" />
55
<Platform Name="x86" />
66
</Configurations>
7-
<Project Path="src/AI.CodeAnalysis/AI.CodeAnalysis.csproj" />
8-
<Project Path="src/AI.Tests/AI.Tests.csproj" />
9-
<Project Path="src/AI/AI.csproj" />
7+
<Project Path="src/Agents/Agents.csproj" Id="90827430-b415-47d6-aac9-2dbe4911b348" />
8+
<Project Path="src/Extensions.CodeAnalysis/Extensions.CodeAnalysis.csproj" />
9+
<Project Path="src/Extensions/Extensions.csproj" />
10+
<Project Path="src/Tests/Tests.csproj" />
1011
</Solution>

src/Agents/Agents.csproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
5+
<LangVersion>Preview</LangVersion>
6+
<PackageId>Devlooped.Agents.AI</PackageId>
7+
<Description>Extensions for Microsoft.Agents.AI</Description>
8+
<PackageLicenseExpression></PackageLicenseExpression>
9+
<PackageLicenseFile>OSMFEULA.txt</PackageLicenseFile>
10+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
11+
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
12+
</PropertyGroup>
13+
14+
<ItemGroup>
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.9" />
16+
<PackageReference Include="NuGetizer" Version="1.3.1" PrivateAssets="all" />
17+
<PackageReference Include="Microsoft.Agents.AI" Version="1.0.0-preview.251009.1" />
18+
<PackageReference Include="Microsoft.Agents.AI.AzureAI" Version="1.0.0-preview.251009.1" />
19+
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-preview.251009.1" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.9" />
21+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.9" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<None Include="..\..\osmfeula.txt" Link="osmfeula.txt" PackagePath="OSMFEULA.txt" />
26+
</ItemGroup>
27+
28+
</Project>

src/Directory.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.app/index.json</RestoreSources>
99
<PackageProjectUrl>https://github.com/devlooped/Extensions.AI</PackageProjectUrl>
10+
11+
<SuppressNETCoreSdkPreviewMessage>false</SuppressNETCoreSdkPreviewMessage>
1012
</PropertyGroup>
1113

1214
</Project>
File renamed without changes.

src/AI.CodeAnalysis/ChatClientExtensionsGenerator.cs renamed to src/Extensions.CodeAnalysis/ChatClientExtensionsGenerator.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)