From 642070696da1a5cdb0b16dc56b0f72a868cadc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=94=D1=8C=D1=8F=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sat, 20 Jul 2019 20:54:36 +0300 Subject: [PATCH] Version 0.0.2 : Namespace fix --- FileHelpers.cs | 2 +- Platform.IO.csproj | 2 +- StreamExtensions.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FileHelpers.cs b/FileHelpers.cs index 4f96277..770cafe 100644 --- a/FileHelpers.cs +++ b/FileHelpers.cs @@ -2,7 +2,7 @@ using System.IO; using Platform.Unsafe; -namespace Platform.Helpers.IO +namespace Platform.IO { public static class FileHelpers { diff --git a/Platform.IO.csproj b/Platform.IO.csproj index 129a477..de8e008 100644 --- a/Platform.IO.csproj +++ b/Platform.IO.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.IO Class Library Konstantin Diachenko Platform.IO - 0.0.1 + 0.0.2 Konstantin Diachenko netstandard2.0 Platform.IO diff --git a/StreamExtensions.cs b/StreamExtensions.cs index 17ea212..3589c29 100644 --- a/StreamExtensions.cs +++ b/StreamExtensions.cs @@ -1,7 +1,7 @@ using System.IO; using Platform.Unsafe; -namespace Platform.Helpers.IO +namespace Platform.IO { public static class StreamExtensions {