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 preset for asp.net core project #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2020

  1. ➕ Add vs-parse package to gitmoji-changelog-cli

    Tobias Kerzmann committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3bf2b41 View commit details
    Browse the repository at this point in the history
  2. ✨ Add preset for asp.net core 3 project

    This preset will:
    - Read the .sln in the current directory
    - Retrieve the first project inside the solution
    - Read the .csproj specified for the first project in solution
    - Return project object with information from .csproj file
    Tobias Kerzmann committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5c51ab6 View commit details
    Browse the repository at this point in the history
  3. 📝 Add documentation for new dotnet preset

    Tobias Kerzmann committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    15fec2a View commit details
    Browse the repository at this point in the history