Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Conductor.AI.GoogleADK/Conductor.AI.GoogleADK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Conductor.AI.GoogleADK</AssemblyName>
<PackageId>conductor-ai-google-adk</PackageId>
<Description>Google ADK-style agent adapter for the Conductor AI SDK</Description>
<RepositoryUrl>https://github.com/conductor-sdk/conductor-csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/conductor-oss/csharp-sdk</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion Conductor.AI.OpenAI/Conductor.AI.OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Conductor.AI.OpenAI</AssemblyName>
<PackageId>conductor-ai-openai</PackageId>
<Description>OpenAI-style agent adapter for the Conductor AI SDK</Description>
<RepositoryUrl>https://github.com/conductor-sdk/conductor-csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/conductor-oss/csharp-sdk</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Conductor.AI.SemanticKernel</AssemblyName>
<PackageId>conductor-ai-semantic-kernel</PackageId>
<Description>Bridge Microsoft Semantic Kernel plugins into Conductor AI agents</Description>
<RepositoryUrl>https://github.com/conductor-sdk/conductor-csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/conductor-oss/csharp-sdk</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591;CS1573;SKEXP0001;SKEXP0010</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion Conductor.AI/Conductor.AI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Conductor.AI</AssemblyName>
<PackageId>conductor-ai</PackageId>
<Description>Durable AI agents SDK for Conductor</Description>
<RepositoryUrl>https://github.com/conductor-sdk/conductor-csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/conductor-oss/csharp-sdk</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion Conductor/conductor-csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageIconUrl />
<RepositoryUrl>https://github.com/conductor-sdk/conductor-csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/conductor-oss/csharp-sdk</RepositoryUrl>
<Description>C# sdk for conductor</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion scripts/package-e2e-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Self-contained end-to-end tests for the Conductor .NET agent SDK, pinned to
release **@VERSION@**. Restores the `conductor-ai` NuGet package at that exact
version — no SDK source is vendored, so a run exercises the published package.
Cut from
[conductor-sdk/conductor-csharp](https://github.com/conductor-sdk/conductor-csharp)
[conductor-oss/csharp-sdk](https://github.com/conductor-oss/csharp-sdk)
(`Conductor.AI.E2eTests/`).

## Prerequisites (you provide these)
Expand Down
Loading