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: mmaitre314/MediaCaptureWPF
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ScriptAndGo/MediaCaptureWPF
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 24 files changed
  • 4 contributors

Commits on Mar 26, 2018

  1. Add AnyCPU configuration

    nbusseneau committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    97784a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785df71 View commit details
    Browse the repository at this point in the history
  3. Remove .targets check

    nbusseneau committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    8b47272 View commit details
    Browse the repository at this point in the history
  4. Add AnyCPU to .nuspec

    nbusseneau committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    5a635b0 View commit details
    Browse the repository at this point in the history
  5. Add AnyCPU to pack.cmd

    nbusseneau committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    2b4d460 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2b0a3b View commit details
    Browse the repository at this point in the history
  7. Bump to version 1.1.0

    nbusseneau committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    3e26190 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Merge pull request #1 from ScriptAndGo/feature/anycpu

    Add AnyCPU compatibility
    nbusseneau authored Apr 3, 2018
    Configuration menu
    Copy the full SHA
    4053394 View commit details
    Browse the repository at this point in the history
  2. Add the IDisposable implementation to CapturePreview.

    Adding the IDisposable implementation to CapturePreview to dispose the CapturePreviewNative m_preview.
    MaxSAG committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    3e12c1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from ScriptAndGo/bugfix/capturepreview_idisposable

    Add the IDisposable implementation to CapturePreview.
    nbusseneau authored Apr 3, 2018
    Configuration menu
    Copy the full SHA
    cf5b9b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90fefad View commit details
    Browse the repository at this point in the history
  5. Bump to version 1.1.1

    nbusseneau committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    ee5ea85 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Convert to SDK-style

    - remove AssemblyInfo because they are automatically generated with the new format
    - convert .csproj to SDK-style format
    - upgrade to .NetFramework 4.7.2
    - remove use of `Reference` `Windows`, use NuGet `Microsoft.Windows.SDK.Contracts` instead
    - remove configuration `AnyCPU`
    - update `PlatformToolset` from `v120` to `v143`
    - use `msbuild` alias in `pack.cmd` for `MSBuild.exe`
    Hetteii committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    8e2f5c0 View commit details
    Browse the repository at this point in the history
  2. Bump 1.2.0

    Hetteii committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a2f6d3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from ScriptAndGo/sdk-style

    Convert csproj files to the new format
    MaxSAG authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    be3b36e View commit details
    Browse the repository at this point in the history
Loading