Skip to content

Commit

Permalink
Merge pull request #60 from nils-a/hotfix/GH-58
Browse files Browse the repository at this point in the history
(#58) added CakeModuleAttribute
  • Loading branch information
nils-a authored Jul 29, 2024
2 parents 5e68c88 + 5a66326 commit 6af6fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Cake.Chocolatey.Module/ChocolateyModule.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
using System;

using Cake.Core.Annotations;
using Cake.Core.Composition;
using Cake.Core.Packaging;

using JetBrains.Annotations;

[assembly: CakeModule(typeof(Cake.Chocolatey.Module.ChocolateyModule))]

namespace Cake.Chocolatey.Module
{
/// <summary>
Expand Down

0 comments on commit 6af6fa6

Please sign in to comment.