-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SuppressFinalPackageVersion to libraries we don't plan to ship stable yet #3668
Conversation
…able yet - Aspire.Hosting.AWS - OpenAI - EventHubs Part of dotnet#2541
@@ -3,6 +3,8 @@ | |||
<PropertyGroup> | |||
<TargetFramework>$(NetCurrent)</TargetFramework> | |||
<IsPackable>true</IsPackable> | |||
<!-- This library needs more bake time until it can ship stable. --> | |||
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my own understanding as this is the first time I have seen this one
Why not Open AI? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Eric!
The underlying client library isn't stable. https://www.nuget.org/packages/Azure.AI.OpenAI/ |
Merging. If there are more packages that should stay pre-release we can add them later. |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/aspire/actions/runs/8692901723 |
Part of #2541
FYI - @normj
Microsoft Reviewers: Open in CodeFlow