Skip to content

Tags: ardalis/modulith

Tags

v2.0.0-beta4

Toggle v2.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #77 from ardalis/net10

Net10 Upgrade

v2.0.0-beta3

Toggle v2.0.0-beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #76 from ardalis/ardalis-patch-6

Fix dotnet pack command by removing NoDefaultExcludes

v2.0.0-beta2

Toggle v2.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update solution and nuspec file paths in workflow

v2.0.0-beta1

Toggle v2.0.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GitHub Actions workflow for NuGet publishing

WIP - needs updated.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore adding projects to solution for initial solution template. (#68)

The projects are already added

v1.1.2-alpha.0.3

Toggle v1.1.2-alpha.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore adding projects to solution for initial solution template. (#68)

The projects are already added

v1.1.2-alpha.0.2

Toggle v1.1.2-alpha.0.2's commit message
Ignore adding projects to solution for initial solution template.

The projects are already added

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #62 from lloydkevin/main

Minor fixes and enhancements.

v1.1.1-alpha.0.1

Toggle v1.1.1-alpha.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #62 from lloydkevin/main

Minor fixes and enhancements.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add config to registrar (#57)

* add config to registrar

* Pass IConfiguration to the ConfigureServices method in each module Registrar

* Fix method signature for UI project

* Fix signature for ddd modules

---------

Co-authored-by: david-acm <davidacm7@outlook.com>