Skip to content

Commit 3f3a094

Browse files
Update ProjectUrl in nuspec. (#71)
1 parent 3596409 commit 3f3a094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/packages/CosmosDBSessionStateProviderAsync.nupkg/Microsoft.AspNet.SessionState.CosmosDBSessionStateProviderAsync.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses CosmosDB as the data store and leverages async database operation to provide better scability.</description>
1111
<summary>Async version CosmosDBSessionState provider</summary>
1212
<language>en-US</language>
13-
<projectUrl>http://www.asp.net/</projectUrl>
13+
<projectUrl>https://github.com/aspnet/AspNetSessionState</projectUrl>
1414
<icon>images\dotnet-icon.png</icon>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1616
<license type="expression">MIT</license>

src/packages/SessionStateModule.nupkg/Microsoft.AspNet.SessionState.SessionStateModule.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>In .Net 4.6.2, asp.net enables plugin async SessionState module which is a good fit for the non-in-memory SessionState data store. This async SessionState module provides the extensibility to plugin an async version of SessionState provider.</description>
1111
<summary>A SessionState module provides ability to plug in async SessionState provider.</summary>
1212
<language>en-US</language>
13-
<projectUrl>http://www.asp.net/</projectUrl>
13+
<projectUrl>https://github.com/aspnet/AspNetSessionState</projectUrl>
1414
<icon>images\dotnet-icon.png</icon>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1616
<license type="expression">MIT</license>

src/packages/SqlSessionStateProviderAsync.nupkg/Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses SQL Server as the data store and leverages async database operation to provide better scability.</description>
1414
<summary>Async version SqlSessionState provider</summary>
1515
<language>en-US</language>
16-
<projectUrl>http://www.asp.net/</projectUrl>
16+
<projectUrl>https://github.com/aspnet/AspNetSessionState</projectUrl>
1717
<icon>images\dotnet-icon.png</icon>
1818
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1919
<license type="expression">MIT</license>

0 commit comments

Comments
 (0)