Skip to content

Commit

Permalink
Version 0.0.2 : Namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 20, 2019
1 parent 9879ab9 commit 6420706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FileHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.IO;
using Platform.Unsafe;

namespace Platform.Helpers.IO
namespace Platform.IO
{
public static class FileHelpers
{
Expand Down
2 changes: 1 addition & 1 deletion Platform.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.IO Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.IO</AssemblyTitle>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionPrefix>0.0.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Platform.IO</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion StreamExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.IO;
using Platform.Unsafe;

namespace Platform.Helpers.IO
namespace Platform.IO
{
public static class StreamExtensions
{
Expand Down

1 comment on commit 6420706

@Konard
Copy link
Member Author

@Konard Konard commented on 6420706 Aug 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.