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

DotNet 3 #176

Merged
merged 18 commits into from
Jun 2, 2020
Merged

DotNet 3 #176

merged 18 commits into from
Jun 2, 2020

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    a8d1717 View commit details
    Browse the repository at this point in the history
  2. feat(nuget): Add semantic version parsing for dotnet runtimes and log…

    …ic to determine which runtime to use
    Gavin Killough committed May 22, 2020
    Configuration menu
    Copy the full SHA
    8bf0ca5 View commit details
    Browse the repository at this point in the history
  3. feat(nuget): Make version parsing more generic

    Gavin Killough committed May 22, 2020
    Configuration menu
    Copy the full SHA
    71e8082 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Add artifactory constants for dotnet3

    Gavin Killough committed May 27, 2020
    Configuration menu
    Copy the full SHA
    54d35c2 View commit details
    Browse the repository at this point in the history
  2. feat(nuget): Create additional abstraction for redundant nuget code a…

    …nd clean up TODOs
    Gavin Killough committed May 27, 2020
    Configuration menu
    Copy the full SHA
    971dcc6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into gk_support_dotnet_3

    Gavin Killough committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e7d2ae7 View commit details
    Browse the repository at this point in the history
  4. fix: resolve sonar code smells

    Gavin Killough committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4b58ca7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. refactor(nuget): Split dotnet runtime finding and runtime verifying i…

    …nto separate classes
    Gavin Killough committed May 28, 2020
    Configuration menu
    Copy the full SHA
    fc0d762 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix: Resolve several issues discovered in code review

    Gavin Killough committed May 29, 2020
    Configuration menu
    Copy the full SHA
    9284bef View commit details
    Browse the repository at this point in the history
  2. fix: Replace regex functionality with java code

    Gavin Killough committed May 29, 2020
    Configuration menu
    Copy the full SHA
    71449bc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. refactor: Replace POC of dotnet runtime regex alternative with less v…

    …erbose implementation
    Gavin Killough committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    4bb964f View commit details
    Browse the repository at this point in the history
  2. refactor: Clean up dotnet runtime parsing logic

    Gavin Killough committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b2c90ba View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    fe6b978 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gk_support_dotnet_3

    Gavin Killough committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    63f520d View commit details
    Browse the repository at this point in the history
  3. refactor: Make method name plural

    Gavin Killough committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    fcd5c3f View commit details
    Browse the repository at this point in the history
  4. chore: Add copyright header to new files

    Gavin Killough committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5cde737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf080b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into gk_support_dotnet_3

    Gavin Killough committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f50c14e View commit details
    Browse the repository at this point in the history