Skip to content

Commit

Permalink
Update resource name to use AssemblyName instead of RootNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Feb 1, 2018
1 parent 89ada27 commit 18e991e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Threading.Tasks;
using Azure.Functions.Cli.Interfaces;
using Azure.Functions.Cli.Common;
using Azure.Functions.Cli.Helpers;
using Colors.Net;
using Fclp;
using System.Runtime.InteropServices;
using static Azure.Functions.Cli.Common.OutputTheme;
using Azure.Functions.Cli.Common;
using System.IO;
using Azure.Functions.Cli.Helpers;

namespace Azure.Functions.Cli.Actions.LocalActions
{
Expand Down
4 changes: 3 additions & 1 deletion src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<None Remove="Properties\ExtensionsProj.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ExtensionsProj.txt" />
<EmbeddedResource Include="ExtensionsProj.txt">
<LogicalName>$(AssemblyName).ExtensionsProj.txt</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.1" />
Expand Down
2 changes: 0 additions & 2 deletions src/Azure.Functions.Cli/Helpers/ExtensionsHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Azure.Functions.Cli.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;

namespace Azure.Functions.Cli.Helpers
Expand Down

0 comments on commit 18e991e

Please sign in to comment.