Skip to content

Commit 81967fb

Browse files
committed
Fix for #374 - default config was still referring to sitecore.kernel when it should have been sitecore.buckets
1 parent 844f33b commit 81967fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: ComVisible(false)]
77
[assembly: AssemblyVersion("4.1.5.0")]
88
[assembly: AssemblyFileVersion("4.1.5.0")]
9-
[assembly: AssemblyInformationalVersion("4.1.5-pre3")]
9+
[assembly: AssemblyInformationalVersion("4.1.5")]
1010
[assembly: CLSCompliant(false)]

src/Unicorn/Standard Config Files/Unicorn.AutoPublish.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- if for some reasons you do not have buckets enabled and/or if you have ~\App_Config\Sitecore\Buckets\Buckets.config disabled, use the below patch instead
3636
<processor patch:after="*[@type='Sitecore.Publishing.Pipelines.Publish.AddItemsToQueue, Sitecore.Kernel']" type="Unicorn.Publishing.ManualPublishQueueHandler, Unicorn"/>
3737
-->
38-
<processor patch:after="*[@type='Sitecore.Publishing.Pipelines.Publish.AddBucketFoldersToQueue, Sitecore.Kernel']" type="Unicorn.Publishing.ManualPublishQueueHandler, Unicorn"/>
38+
<processor patch:after="*[@type='Sitecore.Publishing.Pipelines.Publish.AddBucketFoldersToQueue, Sitecore.Buckets']" type="Unicorn.Publishing.ManualPublishQueueHandler, Unicorn"/>
3939
</publish>
4040
</pipelines>
4141
<settings>

0 commit comments

Comments
 (0)