Skip to content
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

chore(nuget): 9.3.1-beta06 missed in nuget #5258

Open
ice6 opened this issue Jan 31, 2025 · 3 comments
Open

chore(nuget): 9.3.1-beta06 missed in nuget #5258

ice6 opened this issue Jan 31, 2025 · 3 comments
Assignees
Labels
chore This are tasks or bot action
Milestone

Comments

@ice6
Copy link
Contributor

ice6 commented Jan 31, 2025

Which class is this unit test associated with?

there is no 9.3.1-beta06 here. https://www.nuget.org/packages/BootstrapBlazor/

@ice6 ice6 added the chore This are tasks or bot action label Jan 31, 2025
Copy link

bb-auto bot commented Jan 31, 2025

@ice6 Thank you for submitting. We will give feedback later.

@bb-auto bb-auto bot added this to the v9.3.0 milestone Jan 31, 2025
@ArgoZhang
Copy link
Collaborator

@ice6

Since the project has joined the dotnet foundation, the package needs to be signed, so the release of the new version will be delayed for a while. (in request certification process ) dotnet-foundation/projects#422 (comment)

You can temporarily get new versions using https://nuget.blazor.zone/

9.3.1-beta05 9.3.1-beta06

Follow the article below to customize the settings and add new package sources.

https://stackoverflow.com/questions/33831689/how-to-make-nuget-package-source-settings-per-solution

NuGet.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
    <add key="blazor.com" value="https://nuget.blazor.zone/" />
  </packageSources>
</configuration>

@ice6
Copy link
Contributor Author

ice6 commented Feb 1, 2025

@ArgoZhang thank you, it seems that it delays so much time this time. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore This are tasks or bot action
Projects
None yet
Development

No branches or pull requests

2 participants