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: microsoft/XamlBehaviorsWpf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.122
Choose a base ref
...
head repository: microsoft/XamlBehaviorsWpf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.135
Choose a head ref
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 3, 2024

  1. Merge pull request #172 from microsoft/dev/jestedfa/push-to-nuget.org

    Use publishFeedCredentials instead of externalEndpoint
    jstedfast authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    44ddccc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Bump nuget.exe used in pipeline to 6.x

    5.8.0 is pretty old. Ideally, as long as 6.x works, we should use it.
    jstedfast committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    58723ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from microsoft/dev/jestedfa/nuget-6x

    Bump nuget.exe used in pipeline to 6.x
    jstedfast authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4bc0e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9c231 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #174 from microsoft/dev/jestedfa/remove-publish-in…

    …ternal-feed
    
    Stop publishing to an internal nuget feed
    jstedfast authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    43b82fc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    4a5cacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e883ca1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #180 from microsoft/dev/jestedfa/package-references

    Replace packages.config with PackageReferences
    jstedfast authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1fea6ce View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    951a052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from microsoft/jstedfast-patch-1

    Delete .github/workflows/main.yml
    jstedfast authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4340d60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #181 from microsoft/dev/jestedfa/azure-pr-builds

    Add Pull Requests to the triggers for Azure builds
    jstedfast authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8596843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be57774 View commit details
    Browse the repository at this point in the history
  5. Fixed the PR trigger

    jstedfast committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4096b75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #182 from microsoft/dev/jestedfa/pr-trigger-fix

    Fixed the PR trigger
    jstedfast authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eebc7bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #176 from microsoft/alt-keytrigger-fix

    Fixed KeyTrigger where the Alt key was being seen as Key.System
    jstedfast authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    62e5480 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Re-created a GitHub build & test pipeline

    * Updated UnitTests.csproj to use the latest MSTest.Adaptor/Framework nugets
    * Use `dotnet test` to run the unit tests
    jstedfast committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3171dfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from microsoft/dev/jestedfa/readd-github-action

    Re-created a GitHub build & test pipeline
    jstedfast authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1a72a76 View commit details
    Browse the repository at this point in the history
Loading