[PR #355] [MERGED] Upgrade Target Framework to 4.0 Client Profile #1118

Closed
opened 2026-02-27 15:53:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/355
Author: @MaxXor
Created: 8/26/2015
Status: Merged
Merged: 8/26/2015
Merged by: @MaxXor

Base: masterHead: net40


📝 Commits (5)

  • dee69e4 Updated Target Framework to 4.0 Client Profile
  • 99c98a3 Updated libraries
  • ae503be Updates regarding .NET Framework 4.0
  • c4b2070 Fixed registry access
  • 6dbb5bf Updated Readme

📊 Changes

50 files changed (+301 additions, -375 deletions)

View changed files

📝 Client.Tests/Client.Tests.csproj (+1 -4)
📝 Client/Client.csproj (+1 -2)
📝 Client/Core/Commands/FileHandler.cs (+17 -17)
📝 Client/Core/Commands/SystemHandler.cs (+21 -21)
📝 Client/Core/Extensions/RegistryKeyExtensions.cs (+1 -5)
📝 Client/Core/Helper/NativeMethodsHelper.cs (+1 -13)
📝 Client/Core/Helper/PlatformHelper.cs (+1 -43)
📝 Client/Core/Helper/RegistryKeyHelper.cs (+28 -8)
📝 Client/Core/Installation/Startup.cs (+6 -6)
📝 Client/Core/Recovery/Browsers/Firefox.cs (+16 -31)
📝 Client/Core/Recovery/Browsers/InternetExplorer.cs (+17 -26)
📝 Client/Core/Recovery/FtpClients/WinSCP.cs (+3 -2)
📝 Client/Core/Utilities/NativeMethods.cs (+0 -14)
📝 Client/Program.cs (+0 -6)
📝 Client/Properties/Resources.Designer.cs (+1 -1)
📝 Client/Properties/Resources.resx (+4 -4)
📝 Client/Properties/Settings.Designer.cs (+1 -1)
📝 README.md (+2 -2)
📝 Server.Tests/Server.Tests.csproj (+4 -4)
📝 Server/Core/Build/ClientBuilder.cs (+2 -2)

...and 30 more files

📄 Description

No description provided


🔄 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/quasar/Quasar/pull/355 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 8/26/2015 **Status:** ✅ Merged **Merged:** 8/26/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `net40` --- ### 📝 Commits (5) - [`dee69e4`](https://github.com/quasar/Quasar/commit/dee69e496c196dce86a436e749c5c490c9f3969a) Updated Target Framework to 4.0 Client Profile - [`99c98a3`](https://github.com/quasar/Quasar/commit/99c98a37a492556ab24aac7a2a3d8697a1a8972a) Updated libraries - [`ae503be`](https://github.com/quasar/Quasar/commit/ae503bebe4e74b76f7fb6a766b074d131077907e) Updates regarding .NET Framework 4.0 - [`c4b2070`](https://github.com/quasar/Quasar/commit/c4b20708069145c1c1a06a3a99792633b1fbda6c) Fixed registry access - [`6dbb5bf`](https://github.com/quasar/Quasar/commit/6dbb5bface6941816c6bff3669b51f0166132d54) Updated Readme ### 📊 Changes **50 files changed** (+301 additions, -375 deletions) <details> <summary>View changed files</summary> 📝 `Client.Tests/Client.Tests.csproj` (+1 -4) 📝 `Client/Client.csproj` (+1 -2) 📝 `Client/Core/Commands/FileHandler.cs` (+17 -17) 📝 `Client/Core/Commands/SystemHandler.cs` (+21 -21) 📝 `Client/Core/Extensions/RegistryKeyExtensions.cs` (+1 -5) 📝 `Client/Core/Helper/NativeMethodsHelper.cs` (+1 -13) 📝 `Client/Core/Helper/PlatformHelper.cs` (+1 -43) 📝 `Client/Core/Helper/RegistryKeyHelper.cs` (+28 -8) 📝 `Client/Core/Installation/Startup.cs` (+6 -6) 📝 `Client/Core/Recovery/Browsers/Firefox.cs` (+16 -31) 📝 `Client/Core/Recovery/Browsers/InternetExplorer.cs` (+17 -26) 📝 `Client/Core/Recovery/FtpClients/WinSCP.cs` (+3 -2) 📝 `Client/Core/Utilities/NativeMethods.cs` (+0 -14) 📝 `Client/Program.cs` (+0 -6) 📝 `Client/Properties/Resources.Designer.cs` (+1 -1) 📝 `Client/Properties/Resources.resx` (+4 -4) 📝 `Client/Properties/Settings.Designer.cs` (+1 -1) 📝 `README.md` (+2 -2) 📝 `Server.Tests/Server.Tests.csproj` (+4 -4) 📝 `Server/Core/Build/ClientBuilder.cs` (+2 -2) _...and 30 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1118
No description provided.