diff --git a/source/NuGet.Config b/NuGet.Config similarity index 100% rename from source/NuGet.Config rename to NuGet.Config diff --git a/source/Windows.Storage.Streams/ByteBuffer.cs b/Windows.Storage.Streams/ByteBuffer.cs similarity index 100% rename from source/Windows.Storage.Streams/ByteBuffer.cs rename to Windows.Storage.Streams/ByteBuffer.cs diff --git a/source/Windows.Storage.Streams/ByteOrder.cs b/Windows.Storage.Streams/ByteOrder.cs similarity index 100% rename from source/Windows.Storage.Streams/ByteOrder.cs rename to Windows.Storage.Streams/ByteOrder.cs diff --git a/source/Windows.Storage.Streams/DataReader.cs b/Windows.Storage.Streams/DataReader.cs similarity index 100% rename from source/Windows.Storage.Streams/DataReader.cs rename to Windows.Storage.Streams/DataReader.cs diff --git a/source/Windows.Storage.Streams/DataWriter.cs b/Windows.Storage.Streams/DataWriter.cs similarity index 100% rename from source/Windows.Storage.Streams/DataWriter.cs rename to Windows.Storage.Streams/DataWriter.cs diff --git a/source/Windows.Storage.Streams/Friends.cs b/Windows.Storage.Streams/Friends.cs similarity index 100% rename from source/Windows.Storage.Streams/Friends.cs rename to Windows.Storage.Streams/Friends.cs diff --git a/source/Windows.Storage.Streams/IBuffer.cs b/Windows.Storage.Streams/IBuffer.cs similarity index 100% rename from source/Windows.Storage.Streams/IBuffer.cs rename to Windows.Storage.Streams/IBuffer.cs diff --git a/source/Windows.Storage.Streams/IDataReader.cs b/Windows.Storage.Streams/IDataReader.cs similarity index 100% rename from source/Windows.Storage.Streams/IDataReader.cs rename to Windows.Storage.Streams/IDataReader.cs diff --git a/source/Windows.Storage.Streams/IDataWriter.cs b/Windows.Storage.Streams/IDataWriter.cs similarity index 100% rename from source/Windows.Storage.Streams/IDataWriter.cs rename to Windows.Storage.Streams/IDataWriter.cs diff --git a/source/Windows.Storage.Streams/IInputStream.cs b/Windows.Storage.Streams/IInputStream.cs similarity index 100% rename from source/Windows.Storage.Streams/IInputStream.cs rename to Windows.Storage.Streams/IInputStream.cs diff --git a/source/Windows.Storage.Streams/IOutputStream.cs b/Windows.Storage.Streams/IOutputStream.cs similarity index 100% rename from source/Windows.Storage.Streams/IOutputStream.cs rename to Windows.Storage.Streams/IOutputStream.cs diff --git a/source/Windows.Storage.Streams/IRandomAccessStream.cs b/Windows.Storage.Streams/IRandomAccessStream.cs similarity index 100% rename from source/Windows.Storage.Streams/IRandomAccessStream.cs rename to Windows.Storage.Streams/IRandomAccessStream.cs diff --git a/source/Windows.Storage.Streams/InMemoryRandomAccessStream.cs b/Windows.Storage.Streams/InMemoryRandomAccessStream.cs similarity index 100% rename from source/Windows.Storage.Streams/InMemoryRandomAccessStream.cs rename to Windows.Storage.Streams/InMemoryRandomAccessStream.cs diff --git a/source/Windows.Storage.Streams/InputStreamOptions.cs b/Windows.Storage.Streams/InputStreamOptions.cs similarity index 100% rename from source/Windows.Storage.Streams/InputStreamOptions.cs rename to Windows.Storage.Streams/InputStreamOptions.cs diff --git a/source/Windows.Storage.Streams/Properties/AssemblyInfo.cs b/Windows.Storage.Streams/Properties/AssemblyInfo.cs similarity index 100% rename from source/Windows.Storage.Streams/Properties/AssemblyInfo.cs rename to Windows.Storage.Streams/Properties/AssemblyInfo.cs diff --git a/source/Windows.Storage.Streams/README.txt b/Windows.Storage.Streams/README.txt similarity index 100% rename from source/Windows.Storage.Streams/README.txt rename to Windows.Storage.Streams/README.txt diff --git a/source/Windows.Storage.Streams/UnicodeEncoding.cs b/Windows.Storage.Streams/UnicodeEncoding.cs similarity index 100% rename from source/Windows.Storage.Streams/UnicodeEncoding.cs rename to Windows.Storage.Streams/UnicodeEncoding.cs diff --git a/source/Windows.Storage.Streams/Windows.Storage.Streams.nfproj b/Windows.Storage.Streams/Windows.Storage.Streams.nfproj similarity index 100% rename from source/Windows.Storage.Streams/Windows.Storage.Streams.nfproj rename to Windows.Storage.Streams/Windows.Storage.Streams.nfproj diff --git a/source/Windows.Storage.Streams/key.snk b/Windows.Storage.Streams/key.snk similarity index 100% rename from source/Windows.Storage.Streams/key.snk rename to Windows.Storage.Streams/key.snk diff --git a/source/Windows.Storage.Streams/packages.config b/Windows.Storage.Streams/packages.config similarity index 100% rename from source/Windows.Storage.Streams/packages.config rename to Windows.Storage.Streams/packages.config diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ae261a..9cb814b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ pool: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - solution: '**/source/*.sln' + solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.Windows.Storage.Streams' diff --git a/source/nanoFramework.Windows.Storage.Streams.DELIVERABLES.nuspec b/nanoFramework.Windows.Storage.Streams.DELIVERABLES.nuspec similarity index 100% rename from source/nanoFramework.Windows.Storage.Streams.DELIVERABLES.nuspec rename to nanoFramework.Windows.Storage.Streams.DELIVERABLES.nuspec diff --git a/source/nanoFramework.Windows.Storage.Streams.nuspec b/nanoFramework.Windows.Storage.Streams.nuspec similarity index 100% rename from source/nanoFramework.Windows.Storage.Streams.nuspec rename to nanoFramework.Windows.Storage.Streams.nuspec diff --git a/source/nanoFramework.Windows.Storage.Streams.sln b/nanoFramework.Windows.Storage.Streams.sln similarity index 100% rename from source/nanoFramework.Windows.Storage.Streams.sln rename to nanoFramework.Windows.Storage.Streams.sln diff --git a/source/readme.txt b/readme.txt similarity index 100% rename from source/readme.txt rename to readme.txt diff --git a/source/version.json b/version.json similarity index 100% rename from source/version.json rename to version.json