This commit is contained in:
Steve Molloy 2023-01-20 12:01:54 -08:00
Родитель 45c876b89b
Коммит c3c9a104ba
8 изменённых файлов: 19 добавлений и 7 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -2,5 +2,5 @@
[Bb]in/
.vs/
msbuild.*
packages/
/packages/
*.log

Просмотреть файл

@ -27,6 +27,9 @@
<NuGetContent Include="$(RepositoryRoot)\docs\CosmosDBTableAsyncOutputCacheProvider.md">
<Destination>docs\Readme.md</Destination>
</NuGetContent>
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
<Destination>images\dotnet-icon.png</Destination>
</NuGetContent>
</ItemGroup>
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
</Project>

Просмотреть файл

@ -15,8 +15,9 @@
<summary>Async version CosmosDB/Azure Storage Table OutputCache Provider</summary>
<language>en-US</language>
<projectUrl>http://www.asp.net/</projectUrl>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<icon>images\dotnet-icon.png</icon>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<readme>docs\Readme.md</readme>
<tags>ASP.NET CosmosDB Azure Storage Table Async OutputCache Provider</tags>

Просмотреть файл

@ -27,6 +27,9 @@
<NuGetContent Include="$(RepositoryRoot)\docs\OutputCacheModuleAsync.md">
<Destination>docs\Readme.md</Destination>
</NuGetContent>
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
<Destination>images\dotnet-icon.png</Destination>
</NuGetContent>
</ItemGroup>
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
</Project>

Просмотреть файл

@ -11,8 +11,9 @@
<summary>Async version OutputCache module</summary>
<language>en-US</language>
<projectUrl>http://www.asp.net/</projectUrl>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<icon>images\dotnet-icon.png</icon>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<readme>docs\Readme.md</readme>
<tags>ASP.NET Async OutputCache Module</tags>

Просмотреть файл

@ -27,6 +27,9 @@
<NuGetContent Include="$(RepositoryRoot)\docs\SQLAsyncOutputCacheProvider.md">
<Destination>docs\Readme.md</Destination>
</NuGetContent>
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
<Destination>images\dotnet-icon.png</Destination>
</NuGetContent>
</ItemGroup>
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
</Project>

Просмотреть файл

@ -14,8 +14,9 @@
<summary>Async version SQL OutputCache Provider</summary>
<language>en-US</language>
<projectUrl>http://www.asp.net/</projectUrl>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<icon>images\dotnet-icon.png</icon>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<readme>docs\Readme.md</readme>
<tags>ASP.NET SQL Async OutputCache Provider</tags>

Двоичные данные
src/packages/assets/dotnet-icon.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 6.8 KiB