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

Release 5.20.0 #2466

Merged
merged 100 commits into from
May 5, 2020
Merged

Release 5.20.0 #2466

merged 100 commits into from
May 5, 2020

Commits on Dec 18, 2019

  1. added SignTool for v5

    jhromadik committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    70d1790 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. added 2 ways of calling the functions - one taking a set-options func…

    …tion parameter (default) and the other taking an options record parameter (o suffix)
    jhromadik committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b7a12d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d14a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

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

Commits on Dec 30, 2019

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

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    81a1d4f View commit details
    Browse the repository at this point in the history
  2. minor tweaks

    jhromadik committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    0132a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. added SignCertificate.FromFile and SignCertificate.FromStore static h…

    …elper functions to make creating a SignCertificate easier
    jhromadik committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    edd47ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9492ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b4e9f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. no Timeout means no timeout

    jhromadik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    7671b13 View commit details
    Browse the repository at this point in the history
  2. "inlined" ToolOptions

    jhromadik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ebd54b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. release notes

    matthid committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    0bde1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64a3585 View commit details
    Browse the repository at this point in the history
  3. Use the correct SPDX license expression.

    I had forgotten to include MS-PL as well.
    teo-tsirpanis committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    1ae7c3d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge pull request #2467 from teo-tsirpanis/dotnet-fake-assemblyinfo

    Forgot to remove a file from the dotnet-fake folder.
    matthid committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    437f7fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2468 from teo-tsirpanis/patch-2

    Use the correct SPDX license expression.
    matthid committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0fefbc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    06d7d9d View commit details
    Browse the repository at this point in the history
  2. fixes bug and adds tests

    ids-pfinn committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    55c3561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5cfba View commit details
    Browse the repository at this point in the history
  4. improved tests to make sure the final arguments contain exactly what …

    …they are supposed to contain, nothing more
    jhromadik committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ab65170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e75509 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d479f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    32620c3 View commit details
    Browse the repository at this point in the history
  2. tidying up

    jhromadik committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3072942 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    9757dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2132739 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    830fefc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b85fab View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. fixing automatic signtool.exe lookup

    - using the newest Windows SDK available
    - working around ProcessUtils.tryFindFile's lack of globbing support
    jhromadik committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f9888d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    ca01c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cff0d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb50ae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41d9f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10cd9bd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gitlab-collapsible-trace-reporter' of https://github.co…

    …m/baronfel/FAKE into release/next
    
     Conflicts:
    	src/app/Fake.Core.String/String.fs
    	src/app/Fake.IO.FileSystem/GlobbingFileSystem.fs
    matthid committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    9937ac5 View commit details
    Browse the repository at this point in the history
  7. release notes

    matthid committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    bdce174 View commit details
    Browse the repository at this point in the history
  8. cleanup output for gitlab writer

    don't write ansi escape codes because they do that now, and sanitize the KnownTags descriptions to prevent line overlaps
    baronfel committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f5b6cc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    c49011a View commit details
    Browse the repository at this point in the history
  2. changelog: recreate unreleased section after promote

    Andreas Vilinski committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c77d659 View commit details
    Browse the repository at this point in the history
  3. add changelog format sample

    Andreas Vilinski committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    280000c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    763acda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e795ad0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e141a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fa69b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c02a388 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f648878 View commit details
    Browse the repository at this point in the history
  10. release notes

    matthid committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5e4f4ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3560c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3caa1bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7748ef View commit details
    Browse the repository at this point in the history
  14. fix typo

    baronfel committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b2f141f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d58b8b9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #2480 from vilinski/bugfix/changelog-unreleased

    Keep unreleased changelog section when promote to new version
    matthid committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6a4902e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    8033181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5e9b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f01307 View commit details
    Browse the repository at this point in the history
  4. release notes

    matthid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    70136ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd2c3ee View commit details
    Browse the repository at this point in the history
  6. mark stuff internal

    matthid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    58dfa4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5fe2a3 View commit details
    Browse the repository at this point in the history
  8. remove release notes about collapsible gitlab reporter, since we are …

    …on the old reporter still
    baronfel committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    096f045 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2485 from baronfel/revert-gitlab-ci-runner-trace

    revert changes to gitlab runner to restore old, ansi-color behavior
    matthid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    333e137 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Support running from .net core tool-manifest tool

    Use "dotnet" as the executable and prepend  "dotnet-octo" to list of generated args for Octo commands
    jeremyabbott committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c6fd14f View commit details
    Browse the repository at this point in the history
  2. Updates documentation

    jeremyabbott committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b8b422c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. typo

    milbrandt committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d102ef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge pull request #2492 from milbrandt/bugfix/typo

    typo in comment
    matthid committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6ed5e04 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. fix tests

    matthid committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    09e40b6 View commit details
    Browse the repository at this point in the history
  2. fix another url

    matthid committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2949461 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    86609e5 View commit details
    Browse the repository at this point in the history
  2. Target only .NET Standard 2.0 in the NetcoreBuild group.

    It simplifies paket.lock.
    teo-tsirpanis committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6907e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2069829 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. fix typo

    jzabroski committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    d331f39 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge pull request #2497 from jzabroski/patch-1

    fix typo
    matthid committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    98d321f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2448 from teo-tsirpanis/appveyor

    Fix an AppVeyor environment variable being null because it does not exist.
    matthid committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ff51ba8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2493 from teo-tsirpanis/release/next

    Optimize package references of modules, uncluttering paket.lock.
    matthid committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    45c4a2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dac1718 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2500 from baronfel/update-fcs-35

    update to FCS 35 across all projects
    matthid committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f04a9a1 View commit details
    Browse the repository at this point in the history
  6. release notes

    matthid committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ad38d03 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Fix a wrong decoration

    Should be included inside of \`\`
    objectx committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    5b18bdf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    026052a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e052906 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    8ab8e89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2489 from jeremyabbott/octo-tool-manifest

    Support running Octo from .net core tool-manifest
    matthid committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    8f6030e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6120ff View commit details
    Browse the repository at this point in the history
  4. Fix typo

    matthid committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ae35979 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Refactor to use timeout per Octokit API

    The issue referred in the code octokit/octokit.net#963
    has since been fixed.
    
    The timeout can be set via a method on the client, and per the last
    comment octokit/octokit.net#963 (comment)
    this needs to be set on the release upload request as well. If not set,
    the default per-request timeout of 100 seconds is configured.
    csmager committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d5880fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3841d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Add IncludeSymbols to PackOptions

    General `DotNet.pack` example added
    devployment committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6592c84 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    f07cf12 View commit details
    Browse the repository at this point in the history
  2. fix appveyor

    matthid committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ab9cea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58914aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97eff12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7157a0b View commit details
    Browse the repository at this point in the history
  6. add cli reference

    matthid committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2f8b467 View commit details
    Browse the repository at this point in the history
  7. update fsf

    matthid committed May 4, 2020
    Configuration menu
    Copy the full SHA
    beea2f3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. update restore targets

    matthid committed May 5, 2020
    Configuration menu
    Copy the full SHA
    355544f View commit details
    Browse the repository at this point in the history
  2. Update Paket.Core

    matthid committed May 5, 2020
    Configuration menu
    Copy the full SHA
    b596a7e View commit details
    Browse the repository at this point in the history
  3. update paket.core

    matthid committed May 5, 2020
    Configuration menu
    Copy the full SHA
    27b3dff View commit details
    Browse the repository at this point in the history
  4. make stable release

    matthid committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5e64406 View commit details
    Browse the repository at this point in the history