Skip to content

fix: use specific NuGet version 10.4.6 in #r directives#43

Closed
JusterZhu wants to merge 1 commit into
mainfrom
fix/specific-nuget-version
Closed

fix: use specific NuGet version 10.4.6 in #r directives#43
JusterZhu wants to merge 1 commit into
mainfrom
fix/specific-nuget-version

Conversation

@JusterZhu
Copy link
Copy Markdown
Collaborator

Replace floating version (10.*) with exact version 10.4.6 in #r directives.

  • GeneralUpdate.ClientCore 10.4.6
  • GeneralUpdate.Core 10.4.6

Build: 0 errors

Copilot AI review requested due to automatic review settings May 20, 2026 16:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the NuGet package versions used by the generated C# script templates so the simulation-generated client.cs / upgrade.cs restore deterministic GeneralUpdate dependencies.

Changes:

  • Updated #r "nuget: ..." directives in the client template to use 10.4.6.
  • Updated #r "nuget: ..." directives in the upgrade template to use 10.4.6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +16 to +17
#r "nuget: GeneralUpdate.ClientCore, 10.4.6"
#r "nuget: GeneralUpdate.Core, 10.4.6"
Comment thread src/Services/ClientGeneratorService.cs
@JusterZhu
Copy link
Copy Markdown
Collaborator Author

@copilot resolve the merge conflicts in this pull request

@JusterZhu JusterZhu closed this May 20, 2026
@JusterZhu JusterZhu deleted the fix/specific-nuget-version branch May 20, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants