question

AlibabaCloudAlibabaGroup-3682 avatar image
0 Votes"
AlibabaCloudAlibabaGroup-3682 asked AlibabaCloudAlibabaGroup-3682 edited

How to change authors of nuget SDKs

Hi,
Due to our past mistakes, many released SDKs lack author information. Is there a way to change the Authors of the published nuget packages?


Nuget%20packages.png




As the picture shows, there are some SDKs have no authors which use the package name as default. Can you help us change the author of all SDKs to Alibaba Cloud?

dotnet-csharpdotnet-package-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

TianyuSun-MSFT avatar image
0 Votes"
TianyuSun-MSFT answered TianyuSun-MSFT edited

Hi @AlibabaCloudAlibabaGroup-3682 ,

Welcome to Microsoft Q&A forum.

Please check if this document: Managing package owners on nuget.org helps.


Update 1:

Based on my tests, directly change the author information and push(update) the package to nuget.org doesn't work. You need to modify and make a new version of release of your nuget package.

I mean, you need to change the version number for example from 1.0.0 to 1.0.1 and push your nupkg file again with the author information changed and this will meet your requirement.

Best Regards,
Tianyu


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AlibabaCloudAlibabaGroup-3682 avatar image
0 Votes"
AlibabaCloudAlibabaGroup-3682 answered AlibabaCloudAlibabaGroup-3682 edited

Hi,
Thanks a lot. I have read the document. You may have misunderstood what I mean. I mean changing package author but not package owners. C# package authors are usually written in the project's .csproj files. Due to our negligence, we forgot to write those. Is there a way to change?

Update:
Thanks. Do you mean that the historical data cannot be modified? Ok, i get it.
Thanks agian.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @AlibabaCloudAlibabaGroup-3682 , Thanks for your feedback. I have updated my answer, please kindly check it again:)

0 Votes 0 ·