Skip to content

Commit

Permalink
Merge branch 'hotfix/GH-58' into feature/GH-59
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Jul 29, 2024
2 parents 257639a + 5a66326 commit 55f6b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Cake.Chocolatey.Module/ChocolateyModule.cs
Original file line number Diff line number Diff line change
@@ -1,10 +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 55f6b1c

Please sign in to comment.