Skip to content

Commit

Permalink
Add SuppressFinalPackageVersion to libraries we don't plan to ship st…
Browse files Browse the repository at this point in the history
…able yet (#3707)

- Aspire.Hosting.AWS
- OpenAI
- EventHubs

Part of #2541

Co-authored-by: Eric Erhardt <[email protected]>
  • Loading branch information
github-actions[bot] and eerhardt authored Apr 15, 2024
1 parent f7a503b commit 0de37d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<PackageTags>aspire hosting aws</PackageTags>
<Description>Add support for provisioning AWS application resources and configuring the AWS SDK for .NET.</Description>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<IsPackable>true</IsPackable>
<!-- This library can't ship stable until Azure.AI.OpenAI ships stable. -->
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
<PackageTags>$(ComponentAzurePackageTags) ai openai</PackageTags>
<Description>A client for Azure OpenAI that integrates with Aspire, including logging and telemetry.</Description>
<PackageIconFullPath>$(SharedDir)AzureOpenAI_256x.png</PackageIconFullPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<PackageTags>$(ComponentAzurePackageTags) eventhubs amqp</PackageTags>
<Description>A client for Azure Event Hubs that integrates with Aspire, including logging and telemetry.</Description>
<PackageIconFullPath>$(SharedDir)AzureEventHubs_256x.png</PackageIconFullPath>
Expand Down

0 comments on commit 0de37d6

Please sign in to comment.