[PR #413] [MERGED] RDTClient Remove .NET 8.0 | Add .NET 9.0 #2517

Open
opened 2025-11-20 05:30:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/413
Author: @MickLesk
Created: 11/21/2024
Status: Merged
Merged: 11/21/2024
Merged by: @newzealandpaul

Base: mainHead: rdtclient_dotnet9.0


📝 Commits (2)

  • 0d954e3 Update rdtclient-install.sh
  • fa202b4 Update rdtclient.sh / Remove Dotnet 8.0

📊 Changes

2 files changed (+24 additions, -8 deletions)

View changed files

📝 ct/rdtclient.sh (+19 -3)
📝 install/rdtclient-install.sh (+5 -5)

📄 Description

Description

Remove .NET 8 in CT.sh | Add .NET 9.0 in CT.sh
Change .NET Install to 9.0 in INSTALL.sh

Fixes #399

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/413 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@newzealandpaul](https://github.com/newzealandpaul) **Base:** `main` ← **Head:** `rdtclient_dotnet9.0` --- ### 📝 Commits (2) - [`0d954e3`](https://github.com/community-scripts/ProxmoxVE/commit/0d954e305f91c6cd11aff62f529503f060f4fbbc) Update rdtclient-install.sh - [`fa202b4`](https://github.com/community-scripts/ProxmoxVE/commit/fa202b4a95c94044d318b4e340d81f34ea7935a1) Update rdtclient.sh / Remove Dotnet 8.0 ### 📊 Changes **2 files changed** (+24 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `ct/rdtclient.sh` (+19 -3) 📝 `install/rdtclient-install.sh` (+5 -5) </details> ### 📄 Description ## Description Remove .NET 8 in CT.sh | Add .NET 9.0 in CT.sh Change .NET Install to 9.0 in INSTALL.sh Fixes #399 ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2517