Skip to content

Commit c3c9a10

Browse files
committed
Package authoring update.
1 parent 45c876b commit c3c9a10

8 files changed

+19
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
[Bb]in/
33
.vs/
44
msbuild.*
5-
packages/
5+
/packages/
66
*.log

src/packages/CosmosDBTableAsyncOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider.nuproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<NuGetContent Include="$(RepositoryRoot)\docs\CosmosDBTableAsyncOutputCacheProvider.md">
2828
<Destination>docs\Readme.md</Destination>
2929
</NuGetContent>
30+
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
31+
<Destination>images\dotnet-icon.png</Destination>
32+
</NuGetContent>
3033
</ItemGroup>
3134
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
3235
</Project>

src/packages/CosmosDBTableAsyncOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<summary>Async version CosmosDB/Azure Storage Table OutputCache Provider</summary>
1616
<language>en-US</language>
1717
<projectUrl>http://www.asp.net/</projectUrl>
18-
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
19-
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
18+
<icon>images\dotnet-icon.png</icon>
19+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
20+
<license type="expression">MIT</license>
2021
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2122
<readme>docs\Readme.md</readme>
2223
<tags>ASP.NET CosmosDB Azure Storage Table Async OutputCache Provider</tags>

src/packages/OutputCacheModuleAsync.nupkg/Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.nuproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<NuGetContent Include="$(RepositoryRoot)\docs\OutputCacheModuleAsync.md">
2828
<Destination>docs\Readme.md</Destination>
2929
</NuGetContent>
30+
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
31+
<Destination>images\dotnet-icon.png</Destination>
32+
</NuGetContent>
3033
</ItemGroup>
3134
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
3235
</Project>

src/packages/OutputCacheModuleAsync.nupkg/Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<summary>Async version OutputCache module</summary>
1212
<language>en-US</language>
1313
<projectUrl>http://www.asp.net/</projectUrl>
14-
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
15-
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
14+
<icon>images\dotnet-icon.png</icon>
15+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16+
<license type="expression">MIT</license>
1617
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1718
<readme>docs\Readme.md</readme>
1819
<tags>ASP.NET Async OutputCache Module</tags>

src/packages/SQLAsyncOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<NuGetContent Include="$(RepositoryRoot)\docs\SQLAsyncOutputCacheProvider.md">
2828
<Destination>docs\Readme.md</Destination>
2929
</NuGetContent>
30+
<NuGetContent Include="$(RepositoryRoot)\src\packages\assets\dotnet-icon.png">
31+
<Destination>images\dotnet-icon.png</Destination>
32+
</NuGetContent>
3033
</ItemGroup>
3134
<Import Project="$(RepositoryRoot)Tools\NuGetProj.targets"/>
3235
</Project>

src/packages/SQLAsyncOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<summary>Async version SQL OutputCache Provider</summary>
1515
<language>en-US</language>
1616
<projectUrl>http://www.asp.net/</projectUrl>
17-
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
18-
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
17+
<icon>images\dotnet-icon.png</icon>
18+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
19+
<license type="expression">MIT</license>
1920
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2021
<readme>docs\Readme.md</readme>
2122
<tags>ASP.NET SQL Async OutputCache Provider</tags>

src/packages/assets/dotnet-icon.png

6.83 KB
Loading

0 commit comments

Comments
 (0)