-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGELOG
44 lines (26 loc) · 1.87 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1.5.6 - Support for 9.2 assembly list format #69 (thanks BasLijten!)
1.5.5 - Fix CollectAdditionalFilesToRemoveFromTarget when run from publish dialog in VS #61
- Fix support for HelixModuleMetadataPatterns.SourceMetadataName #66 (thanks luuksommers!)
1.5.4 - Fix merged transforms (Web.Helix.config) when referenced via PackageReference #56
- Fix skipping unchanged transform configs when referenced via PackageReference #56
1.5.2 - Fix RemoveAdditionalFilesFromTarget failing in fresh environments #54
1.5.1 - Fix RemoveAdditionalFilesFromTarget not deleting files #52
1.5.0 - Support for pattern-based module metadata for advanced content mapping #48
1.4.6 - Support for single project solutions #46
1.4.5 - Support for 'title rows' in assembly lists #43
1.4.4 - Allow publishing of additional Web.config files #40
1.4.2 - Fix error when no Helix transforms are defined #36
1.4.1 - Fix Web.Helix.config transforms being applied to Views/Web.config #34
1.4.0 - Module assembly references are now always included #31
1.3.0 - Advanced per-module content scenarios, specifically around mapped target paths #18
- Remove additional files by pattern #25
1.2.0 - Support for excluding Sitecore assemblies from publish (individually or from lists)
1.1.0 - Support for per-Module additional content patterns (assets/**/*)
- Support for packaging the merged Web.Helix.config transform
- Support for transforming an external Web.config during publish (FileSystem publish only)
1.0.0 - Module web.config files are no longer published #9
- Fix module config files being alternatively removed when deploying to FileSystem #10
- Module pubxml files are no longer imported #8
0.8.1 - Exclude module Web.config files from the transform process
0.8.0 - Skip publishing of transform config files that are unchanged in order to avoid an app pool recycle
0.1.0 - Initial release