Skip to content

Commit

Permalink
Merge pull request #64 from cake-contrib/feature/gh-63
Browse files Browse the repository at this point in the history
(GH-63) Fix namespace import
  • Loading branch information
pascalberger committed Jun 22, 2018
2 parents 165f539 + 55a705c commit 13f3fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.DocFx/DocFxInitAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Cake.DocFx
/// projects.
/// </summary>
[CakeAliasCategory("DocFx")]
[CakeNamespaceImport("Cake.DocFx.Build")]
[CakeNamespaceImport("Cake.DocFx.Init")]
public static class DocFxInitAliases
{
/// <summary>
Expand Down

0 comments on commit 13f3fa3

Please sign in to comment.