Skip to content

Releases: dazinator/DnnPackager

DnnPackager v2.0.6

19 Mar 22:06
Compare
Choose a tag to compare

#21 - Support for producing "Sources" package. +enhancement
#54 - Support for installing a sources package via package manager console +enhancement

Source packages feature is documented here: https://github.com/dazinator/DnnPackager/wiki/Sources-zip-package

Thanks @nvisionative for requesting this feature.

In short, DnnPackager will now output a "sources" version of your install zip alongside the ordinary install zip (in the bin directory).

A source file, is any file in the project that has a "build action" set to "compile".

In VS, in the package console manager window, Install-Module command will install the ordinary zip as before. If you want to install the sources version of your package instead, use the new Install-ModuleSources command. Both commands have the same arguments. Info on wiki here: https://github.com/dazinator/DnnPackager/wiki/Package-Manager-Console-Commands

DnnPackager v2.0.2

16 Feb 22:18
Compare
Choose a tag to compare
  • #49 - DnnPackager now runs for all build configurations, but you can disable it if you want to for a particular build configuration, by setting an msbuild property. +enhancement
  • #17 - Team City Artifacts +enhancement

Commits: 80f12a016a...af3431fbbd

DnnPackager v2.0.1

14 Feb 17:10
Compare
Choose a tag to compare
  • #37 - Install-Module command not building project. +fix
  • #36 - Merge from dev branch contributed by Darrell (dazinator) +enhancement
  • #35 - Support CPS based project systems +enhancement
  • #34 - Installation issue with project templates using NuGet wizard +fix
  • #33 - Rework install of targets files +enhancement
  • #16 - Enable dnn manifest tokens +enhancement

Commits: 2a77710d2b...455a88ce33

DnnPackager v2.0.0

13 Dec 20:00
Compare
Choose a tag to compare

This release is a new Major version as there have been some breaking changes, not just new features.

For upgrading from V1, see: https://github.com/dazinator/DnnPackager/wiki/Upgrading-from-v1-to-v2

  • #31 - PR From Develop branch for below V2 features, contributed by Darrell (dazinator)
  • #29 - Auto Attach Debugger +enhancement
  • #27 - Support .dnnX manifest files +enhancement
  • #25 - Zip file is not output to bin/debug or bin/release +fix
  • #24 - Remove dependency on MsBuild Community Tasks +enhancement
  • #18 - Create Unit Tests +enhancement
  • #15 - Move msbuild xml logic into a C# Custom Build Task class and Create Unit Tests +enhancement
  • #9 - NuGet package doesn't update before. and after. targets files on installation. +enhancement

Commits: c00df061c8...ff57da8184

DnnPackager v1.0.8

06 Dec 13:16
Compare
Choose a tag to compare
  • #23 - Add support for SPA and MVC module development contributed by nvisionative (nvisionative)

Commits: e96ac8079b...9b0c5a3664

DnnPackager v1.0.7

02 May 03:17
Compare
Choose a tag to compare
  • #13 - NuGetOuputDirectory - NuGet.exe pack -outputdir doesn't like trailing slashes +fix
  • #11 - Remove weird BuildVersionNumber formatting +fix
  • #10 - Handle when there is no push nuget feed url specified for pushing the solution nuget package. +fix
  • #8 - Get Team City CI build and Release build set up for NuGet release. +enhancement
  • #5 - SolutionBuildPackagesFolder is never removed
  • #4 - Build error

Commits: 657c577cbf...657c577cbf

DnnPackager v1.0.6

01 May 22:58
Compare
Choose a tag to compare

Issues closed:

  • #8 - Get Team City CI build and Release build set up for NuGet release. +enhancement
  • #5 - SolutionBuildPackagesFolder is never removed. Thanks @Swoogan for this fix! +fix

Commits: 29ddca951d...29ddca951d

1.0.5

01 May 21:50
Compare
Choose a tag to compare

Initial Team City Release!