Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unitycoder/UnityLauncherPro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: unitycoder/UnityLauncherPro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: upgrade-to-NET8
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 3, 2025

  1. Commit upgrade plan

    unitycoder committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    4293db9 View commit details
    Browse the repository at this point in the history
  2. Migrate project to SDK-style and remove AssemblyInfo.cs

    Converted UnityLauncherPro to use the modern SDK-style .csproj format targeting net8.0-windows, enabling both WPF and Windows Forms support. The legacy AssemblyInfo.cs file was deleted, with assembly metadata now managed by the SDK project system. Unnecessary legacy references and configuration blocks were removed, simplifying the project structure. PreBuild and PostBuild PowerShell targets for version stamping remain.
    unitycoder committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    38af7b9 View commit details
    Browse the repository at this point in the history
  3. Update UnityLauncherPro.csproj references and add NuGet package

    Removed direct assembly references to System.Configuration, Microsoft.CSharp, and System.Data.DataSetExtensions from UnityLauncherPro.csproj. Added a NuGet package reference to System.Configuration.ConfigurationManager (version 9.0.10) instead, streamlining dependency management. No other changes were made to the project file.
    unitycoder committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    e75f68e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91bf023 View commit details
    Browse the repository at this point in the history
Loading