Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the SDK to version 2.1.1 #26

Merged
merged 3 commits into from
Nov 21, 2021
Merged

Update the SDK to version 2.1.1 #26

merged 3 commits into from
Nov 21, 2021

Commits on Nov 21, 2021

  1. Update the SDK to version 2.1.1

    This also updates all "initial project contents", which adds GitHub
    actions and a build script (which now gets used by AppVeyor builds).
    
    This changes the target frameworks to `net6.0`, `netstandard2.1`,
    `netstandard2.0` and `net48`. Conditional compilation has been updated
    to take .NET 6 into account.
    
    The SYSLIB0014 is currently disabled, until such time that the code is
    rewritten to use `HttpClient` instead of `WebClient`.
    
    The package license changes from `MS-PL` to `MIT`.
    
    All new build files have been added to solution folders.
    Zastai committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    9c0bcd4 View commit details
    Browse the repository at this point in the history
  2. Bump package dependencies

    * JetBrains.Annotation → 2021.3.0
    * MetaBrainz.Common.Json → 5.0.0
    * System.Text.Json → 6.0.0
    Zastai committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    0899e05 View commit details
    Browse the repository at this point in the history
  3. Clean up README

    This tweaks the URLs and breaks lines at column 72.
    
    This drops `ChangeLog.md`; release notes will be managed in GitHub only.
    Zastai committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    3cd5d2f View commit details
    Browse the repository at this point in the history