Skip to content

Commit ac76a71

Browse files
committed
Changed namespaces.
1 parent cad2360 commit ac76a71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LibIPS.NET/LibIPS.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectGuid>{B997EAB5-FD05-4B98-9663-C9FE2D822150}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>LibIPS.NET</RootNamespace>
10+
<RootNamespace>CodeIsle</RootNamespace>
1111
<AssemblyName>LibIPS.NET</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>

LibIPS.NET/LibIpsNet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Text;
55
using System.Threading.Tasks;
66
using System.IO;
7-
namespace LibIpsNet
7+
namespace CodeIsle
88
{
99
public class LibIpsNet
1010
{

0 commit comments

Comments
 (0)