From bebac7151a1ab6adf3d856f3455c9d1e5eb4d3ec Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:16:41 -0800 Subject: [PATCH] Rename AspNet 5 folders and files. See https://github.com/aspnet/Announcements/issues/144 for more information. --- .../DistributedSession.cs | 0 .../DistributedSessionStore.cs | 0 .../ISessionStore.cs | 0 .../LoggingExtensions.cs | 0 .../Microsoft.AspNetCore.Session.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../SessionDefaults.cs | 0 .../SessionFeature.cs | 0 .../SessionMiddleware.cs | 0 .../SessionMiddlewareExtensions.cs | 0 .../SessionOptions.cs | 0 .../SessionServiceCollectionExtensions.cs | 0 .../SipHash.cs | 0 .../project.json | 0 .../Microsoft.AspNetCore.Session.Tests.xproj} | 0 .../SessionTests.cs | 0 .../TestExtensions.cs | 0 .../project.json | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/DistributedSession.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/DistributedSessionStore.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/ISessionStore.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/LoggingExtensions.cs (100%) rename src/{Microsoft.AspNet.Session/Microsoft.AspNet.Session.xproj => Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj} (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/Resources.resx (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionDefaults.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionFeature.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionMiddleware.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionMiddlewareExtensions.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionOptions.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SessionServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/SipHash.cs (100%) rename src/{Microsoft.AspNet.Session => Microsoft.AspNetCore.Session}/project.json (100%) rename test/{Microsoft.AspNet.Session.Tests/Microsoft.AspNet.Session.Tests.xproj => Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj} (100%) rename test/{Microsoft.AspNet.Session.Tests => Microsoft.AspNetCore.Session.Tests}/SessionTests.cs (100%) rename test/{Microsoft.AspNet.Session.Tests => Microsoft.AspNetCore.Session.Tests}/TestExtensions.cs (100%) rename test/{Microsoft.AspNet.Session.Tests => Microsoft.AspNetCore.Session.Tests}/project.json (100%) diff --git a/src/Microsoft.AspNet.Session/DistributedSession.cs b/src/Microsoft.AspNetCore.Session/DistributedSession.cs similarity index 100% rename from src/Microsoft.AspNet.Session/DistributedSession.cs rename to src/Microsoft.AspNetCore.Session/DistributedSession.cs diff --git a/src/Microsoft.AspNet.Session/DistributedSessionStore.cs b/src/Microsoft.AspNetCore.Session/DistributedSessionStore.cs similarity index 100% rename from src/Microsoft.AspNet.Session/DistributedSessionStore.cs rename to src/Microsoft.AspNetCore.Session/DistributedSessionStore.cs diff --git a/src/Microsoft.AspNet.Session/ISessionStore.cs b/src/Microsoft.AspNetCore.Session/ISessionStore.cs similarity index 100% rename from src/Microsoft.AspNet.Session/ISessionStore.cs rename to src/Microsoft.AspNetCore.Session/ISessionStore.cs diff --git a/src/Microsoft.AspNet.Session/LoggingExtensions.cs b/src/Microsoft.AspNetCore.Session/LoggingExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/LoggingExtensions.cs rename to src/Microsoft.AspNetCore.Session/LoggingExtensions.cs diff --git a/src/Microsoft.AspNet.Session/Microsoft.AspNet.Session.xproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj similarity index 100% rename from src/Microsoft.AspNet.Session/Microsoft.AspNet.Session.xproj rename to src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj diff --git a/src/Microsoft.AspNet.Session/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Session/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Session/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Session/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Session/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Session/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Session/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Session/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Session/Resources.resx b/src/Microsoft.AspNetCore.Session/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Session/Resources.resx rename to src/Microsoft.AspNetCore.Session/Resources.resx diff --git a/src/Microsoft.AspNet.Session/SessionDefaults.cs b/src/Microsoft.AspNetCore.Session/SessionDefaults.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionDefaults.cs rename to src/Microsoft.AspNetCore.Session/SessionDefaults.cs diff --git a/src/Microsoft.AspNet.Session/SessionFeature.cs b/src/Microsoft.AspNetCore.Session/SessionFeature.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionFeature.cs rename to src/Microsoft.AspNetCore.Session/SessionFeature.cs diff --git a/src/Microsoft.AspNet.Session/SessionMiddleware.cs b/src/Microsoft.AspNetCore.Session/SessionMiddleware.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionMiddleware.cs rename to src/Microsoft.AspNetCore.Session/SessionMiddleware.cs diff --git a/src/Microsoft.AspNet.Session/SessionMiddlewareExtensions.cs b/src/Microsoft.AspNetCore.Session/SessionMiddlewareExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionMiddlewareExtensions.cs rename to src/Microsoft.AspNetCore.Session/SessionMiddlewareExtensions.cs diff --git a/src/Microsoft.AspNet.Session/SessionOptions.cs b/src/Microsoft.AspNetCore.Session/SessionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionOptions.cs rename to src/Microsoft.AspNetCore.Session/SessionOptions.cs diff --git a/src/Microsoft.AspNet.Session/SessionServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Session/SessionServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Session/SessionServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Session/SipHash.cs b/src/Microsoft.AspNetCore.Session/SipHash.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SipHash.cs rename to src/Microsoft.AspNetCore.Session/SipHash.cs diff --git a/src/Microsoft.AspNet.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json similarity index 100% rename from src/Microsoft.AspNet.Session/project.json rename to src/Microsoft.AspNetCore.Session/project.json diff --git a/test/Microsoft.AspNet.Session.Tests/Microsoft.AspNet.Session.Tests.xproj b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/Microsoft.AspNet.Session.Tests.xproj rename to test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj diff --git a/test/Microsoft.AspNet.Session.Tests/SessionTests.cs b/test/Microsoft.AspNetCore.Session.Tests/SessionTests.cs similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/SessionTests.cs rename to test/Microsoft.AspNetCore.Session.Tests/SessionTests.cs diff --git a/test/Microsoft.AspNet.Session.Tests/TestExtensions.cs b/test/Microsoft.AspNetCore.Session.Tests/TestExtensions.cs similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/TestExtensions.cs rename to test/Microsoft.AspNetCore.Session.Tests/TestExtensions.cs diff --git a/test/Microsoft.AspNet.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/project.json rename to test/Microsoft.AspNetCore.Session.Tests/project.json