Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 4 commits
  • 19 files changed
  • 4 contributors

Commits on May 5, 2021

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

Commits on May 6, 2021

  1. release(): 0.4.2-dev.1 [skip ci]

    * **core:** [#34](#34) remove spec files from built plugin ([f075046](f075046))
    * **core:** [#35](#35) dry run is not passed to dotnet new ([8e0b398](8e0b398))
    semantic-release-bot authored and AgentEnder committed May 6, 2021
    Configuration menu
    Copy the full SHA
    401c0bb View commit details
    Browse the repository at this point in the history
  2. feat(core): add executor for dotnet publish #33 (#36)

    * feat(dotnet): add publish command to client
    
    Add a publish command for a future publish executor to use
    
    * feat(core): add publish executor
    
    Add a publish executor that delegates to `dotnet publish`
    
    Resolves #33
    
    * feat(core): add MSBuild properties to publish executor
    
    Add support for commonly used but unusually formatted MSBuild properties.
    
    * test(core): fix name of publish executor in tests
    
    Fix the name of the executor to be consistent with real world targets.
    
    Co-authored-by: Ben Callaghan <bcallaghan@selectbankcard.com>
    2 people authored and AgentEnder committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ac8c898 View commit details
    Browse the repository at this point in the history
  3. release(): 0.5.0 [skip ci]

    # [0.5.0](v0.4.2...v0.5.0) (2021-05-06)
    
    ### Features
    
    * **core:** add executor for dotnet publish [#33](#33) ([#36](#36)) ([ac8c898](ac8c898))
    semantic-release-bot committed May 6, 2021
    Configuration menu
    Copy the full SHA
    21c44c0 View commit details
    Browse the repository at this point in the history
Loading