Skip to content

Commit 53a503c

Browse files
.Net: Remove the Agent preview suffix (#11303)
### Motivation and Context Remove the Agent preview suffix ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 6105f91 commit 53a503c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dotnet/src/Agents/Abstractions/Agents.Abstractions.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<RootNamespace>Microsoft.SemanticKernel.Agents</RootNamespace>
77
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
88
<EnablePackageValidation>false</EnablePackageValidation>
9-
<VersionSuffix>preview</VersionSuffix>
109
</PropertyGroup>
1110

1211
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />

dotnet/src/Agents/Core/Agents.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
88
<NoWarn>$(NoWarn);SKEXP0110;SKEXP0001</NoWarn>
99
<EnablePackageValidation>false</EnablePackageValidation>
10-
<VersionSuffix>preview</VersionSuffix>
1110
</PropertyGroup>
1211

1312
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />

0 commit comments

Comments
 (0)