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: CodeFactoryLLC/CodeFactoryForWindows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2b4adb
Choose a base ref
...
head repository: CodeFactoryLLC/CodeFactoryForWindows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4da68f4
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Aug 17, 2025

  1. Add NuGet package management methods and class

    This commit introduces new methods in the `IVsProjectActions` interface for managing NuGet packages and project references, including retrieval, addition, and removal functionalities. A new `NuGetPackage` class is also added to encapsulate details about NuGet packages, such as ID, version, installation path, and direct dependency status. Additionally, methods in `VsProject` are updated to return `ImmutableArray` instead of `ImmutableList`, improving performance and memory efficiency.
    sgiffinlcd committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    11c7b1e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Update SDK version to 2.25229.0.1-PreRelease

    - Bump version numbers in `.nuspec` and `.csproj` files.
    - Add `LoadErrorSdkLibraryException` for better error handling.
    - Update `AssemblyFileVersion` in `AssemblyInfo.cs`.
    - Revise `PackageReleaseNotes` to include recompilation instructions.
    - Adjust `MaxVersion` and `NuGetSdkVersion` constants in `SdkSupport.cs`.
    - Change `IncludeSymbols` to `True` in `.csproj` files.
    sgiffinlcd committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    4da68f4 View commit details
    Browse the repository at this point in the history
Loading