-
Notifications
You must be signed in to change notification settings - Fork 110
Versioning-and-release #14
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
Conversation
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.
It would be great if the package displays its package readme, instead of the repository's readme
<PackageReference Include="Aspire.Hosting" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageReadmeFile>hosting-azure-static-web-apps.md</PackageReadmeFile> |
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.
When I look at the package, it shows the repository's README, instead of this file.
Is that supposed to be?
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.
I think this might be how GitHub Packages works, until we get it published to nuget.org I'm not sure if we can be sure this isn't working.
I have to look into why it's doing that and not respecting the value set. It should use the docs page for the package
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Justin Yoo ***@***.***>
Sent: Tuesday, September 10, 2024 6:26:11 PM
To: CommunityToolkit/Aspire ***@***.***>
Cc: Aaron Powell ***@***.***>; Author ***@***.***>
Subject: Re: [CommunityToolkit/Aspire] Versioning-and-release (PR #14)
@justinyoo commented on this pull request.
It would be great if the package displays its package readme, instead of the repository's readme
________________________________
In src/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps.csproj<#14 (comment)>:
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
- <ItemGroup>
- <PackageReference Include="Aspire.Hosting" />
- </ItemGroup>
+ <PropertyGroup>
+ <PackageReadmeFile>hosting-azure-static-web-apps.md</PackageReadmeFile>
When I look at the package, it shows the repository's README, instead of this file.
https://github.com/CommunityToolkit/Aspire/pkgs/nuget/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps
Is that supposed to be?
—
Reply to this email directly, view it on GitHub<#14 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AADJ7XGKEVQZMDSD3RBHBHLZV2UKHAVCNFSM6AAAAABN6A2Y76VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEOJRG4ZTANRRGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Other than the respective README, it LGTM.
Now, it's my turn to add the README for the Java package.
No description provided.