NuGet package for Sharp Architecture
One request we received when NuGet first came out (as NuPack) was for Sharp Architecture to release a package. We all agreed that this would be a good way to deliver updates in the future as it meant the end user did not have to download either the source or a template just to extract the assemblies.
Well the wait is over, today we released a NuGet package for Sharp Architecture 1.9.6. The package has the following dependencies:
Don't worry about all of those dependencies, when you install the package, you can choose to use the -IgnoreDependencies command-line argument to only reference SharpArchitecture.
You can find the project by using the package manager console:
And install it using the following command:
Once everything is installed, you will notice that a new folder has been created at the solution root of your Sharp Architecture folder structure.
This folder will contain the following packages in it:
I do have a couple of other packages installed, MvcScaffolding for one, so you will see some packages that are not referenced by Sharp Architecture. Please let us know if you have any problems with the package. It is very much a work in progress.