-
Notifications
You must be signed in to change notification settings - Fork 85
Update crestron assembly #1334
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
base: main
Are you sure you want to change the base?
Update crestron assembly #1334
Conversation
…1.157 across multiple projects
feat: merge main into custom branch
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.
Pull Request Overview
Updates all Crestron SDK package references across the Essentials project from version 2.21.90 to 2.21.157 to incorporate the latest Crestron package features and fixes.
- Updated Crestron.SimplSharp.SDK.Program package to version 2.21.157 in the main Essentials project
- Updated Crestron.SimplSharp.SDK.ProgramLibrary package to version 2.21.157 across four supporting projects
- Updated Crestron.SimplSharp.SDK.Library package to version 2.21.157 in the Core project
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| PepperDash.Essentials.csproj | Updates main program SDK package to latest version |
| PepperDash.Essentials.MobileControl.csproj | Updates program library SDK package for mobile control functionality |
| PepperDash.Essentials.MobileControl.Messengers.csproj | Updates program library SDK package for messenger components |
| PepperDash.Essentials.Devices.Common.csproj | Updates program library SDK package for common device functionality |
| PepperDash.Essentials.Core.csproj | Updates program library SDK package for core functionality |
| PepperDash.Core.csproj | Updates base library SDK package for core components |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@andrew-welker - PR opened as part of NVX-EPI feature request requiring latest Crestron Assembly within Essentials. NVX-EPI updates completed and vetted on-the-bench. No issues discovered with Crestron Assembly |
This pull request updates several project files to use newer versions of the Crestron SimplSharp SDK NuGet packages. The main change is a version bump from 2.21.90 to 2.21.157 for both
ProgramLibraryandProgramdependencies across multiple projects, which helps ensure compatibility with the latest SDK features and bug fixes.Dependency version updates:
Crestron.SimplSharp.SDK.Libraryfrom version 2.21.90 to 2.21.157 inPepperDash.Core.csprojCrestron.SimplSharp.SDK.ProgramLibraryfrom version 2.21.90 to 2.21.157 inPepperDash.Essentials.Core.csproj,PepperDash.Essentials.Devices.Common.csproj,PepperDash.Essentials.MobileControl.Messengers.csproj, andPepperDash.Essentials.MobileControl.csproj[1] [2] [3] [4]Crestron.SimplSharp.SDK.Programfrom version 2.21.90 to 2.21.157 inPepperDash.Essentials.csprojUpdate Essentials project to include latest Crestron package (Crestron.SimplSharp.SDK.Program, 2.21.157). Confirmed that Essentials reads in configuration file using existing production solution.