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

Add latest patch syntax #428

Merged
merged 34 commits into from
May 24, 2023

Commits on Apr 10, 2023

  1. Change the logic to support A.B.Cxx

    IvanZosimov committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4f6b2f5 View commit details
    Browse the repository at this point in the history
  2. Rebuild action

    IvanZosimov committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    660c25a View commit details
    Browse the repository at this point in the history
  3. Update solution

    IvanZosimov committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f199d27 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update resolveVersionInput()

    IvanZosimov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0318091 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    IvanZosimov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    12f7088 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    IvanZosimov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aa34a3c View commit details
    Browse the repository at this point in the history
  4. Add unit and e2e tests

    IvanZosimov committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5f57067 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Refactor logic

    IvanZosimov committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    34c30d0 View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    IvanZosimov committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7358a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix review points

    IvanZosimov committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    559e47b View commit details
    Browse the repository at this point in the history
  2. Update e2e tests

    IvanZosimov committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b72f430 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Update e2e test infrastructure

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    180a159 View commit details
    Browse the repository at this point in the history
  2. Update contribution documentation

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a79ce57 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e8ac21d View commit details
    Browse the repository at this point in the history
  4. Update verify-dotnet.ps1

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    50b46b3 View commit details
    Browse the repository at this point in the history
  5. Silent dotnet new globaljson command

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    255362b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0a32d6 View commit details
    Browse the repository at this point in the history
  7. Add e2e test

    IvanZosimov committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7d08dc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge branch 'main' of https://github.com/actions/setup-dotnet

    into add-latest-patch-syntax
    IvanZosimov committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f425be7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update docs

    IvanZosimov committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6adeb76 View commit details
    Browse the repository at this point in the history
  2. Update unit-tests

    IvanZosimov committed May 5, 2023
    Configuration menu
    Copy the full SHA
    c5a57b2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update mechanic of outputting installed dotnet version

    IvanZosimov committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0bc4390 View commit details
    Browse the repository at this point in the history
  2. Rebuild solution

    IvanZosimov committed May 15, 2023
    Configuration menu
    Copy the full SHA
    fbdbede View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-latest-patch-syntax

    IvanZosimov committed May 15, 2023
    Configuration menu
    Copy the full SHA
    426d75d View commit details
    Browse the repository at this point in the history
  4. Update unit tests

    IvanZosimov committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e850185 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. update logic of outputting dotnet-version

    IvanZosimov committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fefaa59 View commit details
    Browse the repository at this point in the history
  2. Remove commented lines of code

    IvanZosimov committed May 16, 2023
    Configuration menu
    Copy the full SHA
    21cf89a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. update unit and e2e tests

    IvanZosimov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2f028bc View commit details
    Browse the repository at this point in the history
  2. Fix typo

    IvanZosimov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    898aa0c View commit details
    Browse the repository at this point in the history
  3. Update regular expresiion for isLatestPatchSyntax()

    IvanZosimov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    83a1653 View commit details
    Browse the repository at this point in the history
  4. Fix informational message

    IvanZosimov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3cf3e23 View commit details
    Browse the repository at this point in the history
  5. Fix informational and debug messages

    IvanZosimov committed May 18, 2023
    Configuration menu
    Copy the full SHA
    38b49fb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fix review points, rebuild solution

    IvanZosimov committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b05a3f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add-latest-patch-syntax

    IvanZosimov committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b891376 View commit details
    Browse the repository at this point in the history