Skip to content

Commit

Permalink
Add default namespace prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kebarko committed May 15, 2024
1 parent d58f159 commit b58eda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/MarketWatchConvert/MarketWatchConvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<AssemblyVersion>1.0.*</AssemblyVersion>
<ApplicationIcon>money.ico</ApplicationIcon>
<RootNamespace>KE.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/MarketWatchConvert/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Text.RegularExpressions;
using TextCopy;

namespace MarketWatchConvert;
namespace KE.MarketWatchConvert;

/// <summary>
/// This program reads scraped data from MarketWatch and produces the required output.
Expand Down

0 comments on commit b58eda3

Please sign in to comment.