Skip to content

Commit

Permalink
Fix naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajidur78 committed May 16, 2020
1 parent 7a98529 commit 4d68356
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/abcdefghijklmnopqrstuvwxyz.Tests/AlphabetTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using NUnit.Framework;
using abcdefghijklmnopqrstuvwxyz;
using Abcdefghijklmnopqrstuvwxyz;

namespace abcdefghijklmnopqrstuvwxyz.Tests
namespace Abcdefghijklmnopqrstuvwxyz.Tests
{
public class AlphabetTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;

namespace abcdefghijklmnopqrstuvwxyz
namespace Abcdefghijklmnopqrstuvwxyz
{
/// <summary>
/// Class containing the only function this library provides
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Company>NeverFinishAnything</Company>
<Description>abcdefghijklmnopqrstuvwxyz is a library providing all alphabets in the modern english language.</Description>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RootNamespace>Abcdefghijklmnopqrstuvwxyz</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4d68356

Please sign in to comment.