Skip to content

Commit

Permalink
Merge pull request dotnet#4365 from guardrex/guardrex/lowercase-me
Browse files Browse the repository at this point in the history
Lowercase me
  • Loading branch information
scottaddie authored Sep 24, 2017
2 parents a246146 + add0224 commit cedac1b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/url-rewriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: fundamentals/url-rewriting
---
# URL Rewriting Middleware in ASP.NET Core

By [Luke Latham](https://github.com/GuardRex) and [Mikael Mengistu](https://github.com/mikaelm12)
By [Luke Latham](https://github.com/guardrex) and [Mikael Mengistu](https://github.com/mikaelm12)

[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/fundamentals/url-rewriting/samples/)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/aspnet-core-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: hosting/aspnet-core-module
---
# ASP.NET Core Module configuration reference

By [Luke Latham](https://github.com/GuardRex), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Sourabh Shirhatti](https://twitter.com/sshirhatti)
By [Luke Latham](https://github.com/guardrex), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Sourabh Shirhatti](https://twitter.com/sshirhatti)

This document provides details on how to configure the ASP.NET Core Module for hosting ASP.NET Core applications. For an introduction to the ASP.NET Core Module and installation instructions, see the [ASP.NET Core Module overview](xref:fundamentals/servers/aspnet-core-module).

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: hosting/directory-structure
---
# Directory structure of published ASP.NET Core apps

By [Luke Latham](https://github.com/GuardRex)
By [Luke Latham](https://github.com/guardrex)

In ASP.NET Core, the application directory, *publish*, is comprised of application files, config files, static assets, packages, and the runtime (for self-contained apps). This is the same directory structure as previous versions of ASP.NET, where the entire application lives inside the web root directory.

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/iis-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: hosting/iis-modules
---
# Using IIS Modules with ASP.NET Core

By [Luke Latham](https://github.com/GuardRex)
By [Luke Latham](https://github.com/guardrex)

ASP.NET Core applications are hosted by IIS in a reverse-proxy configuration. Some of the native IIS modules and all of the IIS managed modules are not available to process requests for ASP.NET Core apps. In many cases, ASP.NET Core offers an alternative to the features of IIS native and managed modules.

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/performance/caching/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uid: performance/caching/middleware
---
# Response Caching Middleware in ASP.NET Core

By [Luke Latham](https://github.com/GuardRex) and [John Luo](https://github.com/JunTaoLuo)
By [Luke Latham](https://github.com/guardrex) and [John Luo](https://github.com/JunTaoLuo)

[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/middleware/samples)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/performance/response-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: performance/response-compression
---
# Response Compression Middleware for ASP.NET Core

By [Luke Latham](https://github.com/GuardRex)
By [Luke Latham](https://github.com/guardrex)

[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/response-compression/samples)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/publishing/iis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uid: publishing/iis
---
# Set up a hosting environment for ASP.NET Core on Windows with IIS, and deploy to it

By [Luke Latham](https://github.com/GuardRex) and [Rick Anderson](https://twitter.com/RickAndMSFT)
By [Luke Latham](https://github.com/guardrex) and [Rick Anderson](https://twitter.com/RickAndMSFT)

## Supported operating systems

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/key-vault-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uid: security/key-vault-configuration
---
# Azure Key Vault configuration provider

By [Luke Latham](https://github.com/GuardRex) and [Andrew Stanton-Nurse](https://github.com/anurse)
By [Luke Latham](https://github.com/guardrex) and [Andrew Stanton-Nurse](https://github.com/anurse)

# [ASP.NET Core 2.x](#tab/aspnetcore2x)

Expand Down

0 comments on commit cedac1b

Please sign in to comment.