Skip to content

Commit a5c0f5f

Browse files
committed
correct path typos
1 parent 89c7995 commit a5c0f5f

14 files changed

+7
-8
lines changed

Microsoft.AspNet.OutputCache.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCach
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.CustomOutputCacheProvider", "test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj", "{A8F3E399-BCAF-4F3E-BC16-5CA98A779916}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider", "src\SQLOutputCacheAsyncProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj", "{062FD141-4E51-4943-8C69-385DDE3D2792}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider", "src\SQLAsyncOutputCacheProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj", "{062FD141-4E51-4943-8C69-385DDE3D2792}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MicrosoftAspNetOutputCache.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<ItemGroup>
55
<AssemblyProject Include="src\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj" />
6-
<AssemblyProject Include="src\SQLOutputCacheAsyncProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj" />
6+
<AssemblyProject Include="src\SQLAsyncOutputCacheProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj" />
77
<AssemblyProject Include="test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj" />
88
</ItemGroup>
99
<ItemGroup>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<UseIISExpress>true</UseIISExpress>
5-
<ProjectView>ProjectFiles</ProjectView>
65
</PropertyGroup>
76
<ProjectExtensions>
87
<VisualStudio>

src/packages/Packages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
2020
<ItemGroup>
2121
<NuGetProject Include="OutputCacheModuleAsync.nupkg\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.nuproj" />
22-
<NuGetProject Include="SQLOutputCacheAsyncProvider.nupkg\Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider.nuproj" />
22+
<NuGetProject Include="SQLAsyncOutputCacheProvider.nupkg\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuproj" />
2323
<NuGetProject Include="CustomOutputCacheProvider.nupkg\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.nuproj" />
2424
</ItemGroup>
2525
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
66
<NuGetPackageId>$(MSBuildProjectName)</NuGetPackageId>
7-
<NuSpecFile>Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider.nuspec</NuSpecFile>
7+
<NuSpecFile>Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuspec</NuSpecFile>
88
</PropertyGroup>
99
<ItemGroup>
1010
<NuGetContent Include="$(AssemblyName).dll">
@@ -19,7 +19,7 @@
1919
<Source>$(OutputPath)</Source>
2020
<Destination>lib\Net462</Destination>
2121
</NuGetContent>
22-
<NuGetContentProject Include="$(RepositoryRoot)\src\SQLOutputCacheAsyncProvider\$(MSBuildProjectName).csproj" Condition="'$(NuGetPackSymbols)' == 'true'" />
22+
<NuGetContentProject Include="$(RepositoryRoot)\src\SQLAsyncOutputCacheProvider\$(MSBuildProjectName).csproj" Condition="'$(NuGetPackSymbols)' == 'true'" />
2323
<NuGetContent Include="Content\Net462\*">
2424
<Destination>content\Net462</Destination>
2525
</NuGetContent>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<authors>Microsoft</authors>
77
<owners>Microsoft</owners>
88
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
9-
<title>Microsoft ASP.NET Async SQL OutputCache Provider</title>
9+
<title>Microsoft ASP.NET SQL Async OutputCache Provider</title>
1010
<description>Async version SQL OutputCache Provider</description>
1111
<summary>Async version SQL OutputCache Provider</summary>
1212
<language>en-US</language>
1313
<projectUrl>http://www.asp.net/</projectUrl>
1414
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
1515
<requireLicenseAcceptance>true</requireLicenseAcceptance>
16-
<tags>ASP.NET Async SQL OutputCache Provider</tags>
16+
<tags>ASP.NET SQL Async OutputCache Provider</tags>
1717
</metadata>
1818
</package>

0 commit comments

Comments
 (0)