We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad2360 commit ac76a71Copy full SHA for ac76a71
2 files changed
LibIPS.NET/LibIPS.NET.csproj
@@ -7,7 +7,7 @@
7
<ProjectGuid>{B997EAB5-FD05-4B98-9663-C9FE2D822150}</ProjectGuid>
8
<OutputType>Library</OutputType>
9
<AppDesignerFolder>Properties</AppDesignerFolder>
10
- <RootNamespace>LibIPS.NET</RootNamespace>
+ <RootNamespace>CodeIsle</RootNamespace>
11
<AssemblyName>LibIPS.NET</AssemblyName>
12
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
<FileAlignment>512</FileAlignment>
LibIPS.NET/LibIpsNet.cs
@@ -4,7 +4,7 @@
4
using System.Text;
5
using System.Threading.Tasks;
6
using System.IO;
-namespace LibIpsNet
+namespace CodeIsle
{
public class LibIpsNet
0 commit comments