From 91242245f3b99d0cee574f7100e3b264c5732775 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 14 Jan 2015 14:54:47 -0800 Subject: [PATCH] Fix directory casing, part 2. --- .../OpenIdConnectSample.kproj | 0 .../Startup.cs | 0 .../project.json | 0 .../Microsoft.AspNet.Security.OpenIdConnect.kproj | 0 .../NonceCache.cs | 0 .../Notifications/AuthorizationCodeReceivedNotification.cs | 0 .../OpenIdConnectAuthenticationDefaults.cs | 0 .../OpenIdConnectAuthenticationExtensions.cs | 0 .../OpenIdConnectAuthenticationMiddleware.cs | 0 .../OpenIdConnectAuthenticationNotifications.cs | 0 .../OpenIdConnectAuthenticationOptions.cs | 0 .../OpenidConnectAuthenticationHandler.cs | 0 .../Project.json | 0 .../Resources.Designer.cs | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename samples/{OpenIdConnectSample_casing => OpenIdConnectSample}/OpenIdConnectSample.kproj (100%) rename samples/{OpenIdConnectSample_casing => OpenIdConnectSample}/Startup.cs (100%) rename samples/{OpenIdConnectSample_casing => OpenIdConnectSample}/project.json (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/Microsoft.AspNet.Security.OpenIdConnect.kproj (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/NonceCache.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/Notifications/AuthorizationCodeReceivedNotification.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenIdConnectAuthenticationDefaults.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenIdConnectAuthenticationExtensions.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenIdConnectAuthenticationMiddleware.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenIdConnectAuthenticationNotifications.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenIdConnectAuthenticationOptions.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/OpenidConnectAuthenticationHandler.cs (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/Project.json (100%) rename src/{Microsoft.AspNet.Security.OpenIdConnect_casing => Microsoft.AspNet.Security.OpenIdConnect}/Resources.Designer.cs (100%) diff --git a/samples/OpenIdConnectSample_casing/OpenIdConnectSample.kproj b/samples/OpenIdConnectSample/OpenIdConnectSample.kproj similarity index 100% rename from samples/OpenIdConnectSample_casing/OpenIdConnectSample.kproj rename to samples/OpenIdConnectSample/OpenIdConnectSample.kproj diff --git a/samples/OpenIdConnectSample_casing/Startup.cs b/samples/OpenIdConnectSample/Startup.cs similarity index 100% rename from samples/OpenIdConnectSample_casing/Startup.cs rename to samples/OpenIdConnectSample/Startup.cs diff --git a/samples/OpenIdConnectSample_casing/project.json b/samples/OpenIdConnectSample/project.json similarity index 100% rename from samples/OpenIdConnectSample_casing/project.json rename to samples/OpenIdConnectSample/project.json diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/Microsoft.AspNet.Security.OpenIdConnect.kproj b/src/Microsoft.AspNet.Security.OpenIdConnect/Microsoft.AspNet.Security.OpenIdConnect.kproj similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/Microsoft.AspNet.Security.OpenIdConnect.kproj rename to src/Microsoft.AspNet.Security.OpenIdConnect/Microsoft.AspNet.Security.OpenIdConnect.kproj diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/NonceCache.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/NonceCache.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/NonceCache.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/NonceCache.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/Notifications/AuthorizationCodeReceivedNotification.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/Notifications/AuthorizationCodeReceivedNotification.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/Notifications/AuthorizationCodeReceivedNotification.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/Notifications/AuthorizationCodeReceivedNotification.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationDefaults.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationDefaults.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationDefaults.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationDefaults.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationExtensions.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationExtensions.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationExtensions.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationMiddleware.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationMiddleware.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationNotifications.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationNotifications.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationNotifications.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationNotifications.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationOptions.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenIdConnectAuthenticationOptions.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenidConnectAuthenticationHandler.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/OpenidConnectAuthenticationHandler.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/OpenidConnectAuthenticationHandler.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/OpenidConnectAuthenticationHandler.cs diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/Project.json b/src/Microsoft.AspNet.Security.OpenIdConnect/Project.json similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/Project.json rename to src/Microsoft.AspNet.Security.OpenIdConnect/Project.json diff --git a/src/Microsoft.AspNet.Security.OpenIdConnect_casing/Resources.Designer.cs b/src/Microsoft.AspNet.Security.OpenIdConnect/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Security.OpenIdConnect_casing/Resources.Designer.cs rename to src/Microsoft.AspNet.Security.OpenIdConnect/Resources.Designer.cs