Skip to content

Commit

Permalink
Fixes #416 - Removed reference to [UsedImplicitly] attribute which ap…
Browse files Browse the repository at this point in the history
…parently has been removed from Sitecore.Kernel
  • Loading branch information
cassidydotdk committed Oct 14, 2021
1 parent 8222920 commit 0df68a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("4.1.6.0")]
[assembly: AssemblyFileVersion("4.1.6.0")]
[assembly: AssemblyInformationalVersion("4.1.6-pre1")]
[assembly: AssemblyInformationalVersion("4.1.6-pre2")]
[assembly: CLSCompliant(false)]
2 changes: 0 additions & 2 deletions src/Unicorn/Configuration/PredicatePresetHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using Sitecore;
using Sitecore.Diagnostics;

namespace Unicorn.Configuration
{
[UsedImplicitly]
public class PredicatePresetHandler : IPredicatePresetHandler
{
// ReSharper disable once InconsistentNaming
Expand Down

0 comments on commit 0df68a7

Please sign in to comment.