8000 Comparing v0.2.0...v0.3.0 · jborean93/PSToml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jborean93/PSToml 10000
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: jborean93/PSToml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 5 commits
  • 19 files changed
  • 1 contributor

Commits on May 22, 2023

  1. Fix workflow back URI

    jborean93 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e3e1de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Update build scripts (#4)

    jborean93 authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    fb004c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    773a026 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Migrate to new ALC structure and support WinPS (#6)

    Migrates to a new Assembly Load Context structure which ensures the
    dependencies used are the ones shipped with the module. It also ensures
    that no dependency might accidentially escape the ALC by loading it
    explicitly inside the ALC.
    
    This also adds limited support for Windows PowerShell 5.1. While WinPS
    does not support ALCs it can load assemblies side by side removing some
    of the need for an ALC. There are no guarantees that this will always
    load our version only that dotnet can load an assembly that matches our
    required name if present.
    jborean93 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    97acece View commit details
    Browse the repository at this point in the history
  2. Prepare for v0.3.0 release

    jborean93 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    001d059 View commit details
    Browse the repository at this point in the history
Loading
0