Skip to content

Commit

Permalink
(#58) added CakeModuleAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Jul 29, 2024
1 parent 5e68c88 commit 5a66326
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 5a66326

Please sign in to comment.