diff --git a/README.md b/README.md index 1b32ccf5..fdebf30a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet ASP.NET Web Hooks provide support for sending and receiving WebHooks. -See [Introducing Microsoft ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) for an introduction. +See [Introducing Microsoft ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) for an introduction. -See the initial [documentation](http://go.microsoft.com/fwlink/?LinkId=690277) for details. +See the initial [documentation](https://go.microsoft.com/fwlink/?LinkId=690277) for details. ### Samples - [All Samples](/samples/) @@ -40,26 +40,26 @@ See the initial [documentation](http://go.microsoft.com/fwlink/?LinkId=690277) f ### Resources * Overview - * [Announcement of Microsoft ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) - * [Sending WebHooks with ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/15/sending-webhooks-with-asp-net-webhooks-preview.aspx) + * [Announcement of Microsoft ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) + * [Sending WebHooks with ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/15/sending-webhooks-with-asp-net-webhooks-preview.aspx) * [Announcing ASP.NET WebHooks Release Candidate 1](https://blogs.msdn.microsoft.com/webdev/2016/03/05/announcing-asp-net-webhooks-release-candidate-1/) * Integration with WebHook Providers - * [Integrating with Instagram using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/21/integrating-with-instagram-using-asp-net-webhooks-preview.aspx) - * [Integrating with Salesforce using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/07/integrating-with-salesforce-using-asp-net-webhooks-preview.aspx) - * [Integrating with Slack Using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/06/integrating-with-slack-using-asp-net-webhooks-preview.aspx) - * [Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets](http://blogs.msdn.com/b/webdev/archive/2015/11/21/using-asp-net-webhooks-with-ifttt-and-zapier-to-monitor-twitter-and-google-sheets.aspx) - * [Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)](http://blogs.msdn.com/b/webdev/archive/2015/10/04/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment.aspx) - * [Sending WebHooks with Microsoft Dynamics CRM](http://blogs.msdn.com/b/crm/archive/2016/01/15/sending-webhooks-with-microsoft-dynamics-crm.aspx) + * [Integrating with Instagram using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/21/integrating-with-instagram-using-asp-net-webhooks-preview.aspx) + * [Integrating with Salesforce using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/07/integrating-with-salesforce-using-asp-net-webhooks-preview.aspx) + * [Integrating with Slack Using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/06/integrating-with-slack-using-asp-net-webhooks-preview.aspx) + * [Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets](https://blogs.msdn.com/b/webdev/archive/2015/11/21/using-asp-net-webhooks-with-ifttt-and-zapier-to-monitor-twitter-and-google-sheets.aspx) + * [Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)](https://blogs.msdn.com/b/webdev/archive/2015/10/04/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment.aspx) + * [Sending WebHooks with Microsoft Dynamics CRM](https://blogs.msdn.com/b/crm/archive/2016/01/15/sending-webhooks-with-microsoft-dynamics-crm.aspx) * Tooling - * [Announcing the ASP.NET WebHooks Visual Studio Extension Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/29/announcing-the-asp-net-webhooks-visual-studio-extension-preview.aspx) + * [Announcing the ASP.NET WebHooks Visual Studio Extension Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/29/announcing-the-asp-net-webhooks-visual-studio-extension-preview.aspx) * Updates - * [Sending ASP.NET WebHooks from Azure WebJobs](http://blogs.msdn.com/b/webdev/archive/2016/01/31/sending-asp-net-webhooks-from-azure-webjobs.aspx) - * [New Year Updates to ASP.NET WebHooks Preview Dec 2015](http://blogs.msdn.com/b/webdev/archive/2015/12/31/new-year-updates-to-asp-net-webhooks-preview.aspx) + * [Sending ASP.NET WebHooks from Azure WebJobs](https://blogs.msdn.com/b/webdev/archive/2016/01/31/sending-asp-net-webhooks-from-azure-webjobs.aspx) + * [New Year Updates to ASP.NET WebHooks Preview Dec 2015](https://blogs.msdn.com/b/webdev/archive/2015/12/31/new-year-updates-to-asp-net-webhooks-preview.aspx) * Storing WebHook registrations in SQL * Registering WebHook modules with a dependency engine - * [Updates to Microsoft ASP.NET WebHooks Preview Nov 2015](http://blogs.msdn.com/b/webdev/archive/2015/11/07/updates-to-microsoft-asp-net-webhooks-preview.aspx) + * [Updates to Microsoft ASP.NET WebHooks Preview Nov 2015](https://blogs.msdn.com/b/webdev/archive/2015/11/07/updates-to-microsoft-asp-net-webhooks-preview.aspx) * Sending events to *all* users * Sending WebHooks scaling up and out using persistent queues diff --git a/samples/MyGetReceiver/WebHooks/MyGetWebHookHandler.cs b/samples/MyGetReceiver/WebHooks/MyGetWebHookHandler.cs index 188475e3..af212cf0 100644 --- a/samples/MyGetReceiver/WebHooks/MyGetWebHookHandler.cs +++ b/samples/MyGetReceiver/WebHooks/MyGetWebHookHandler.cs @@ -6,7 +6,7 @@ namespace MyGetReceiver.WebHooks { /// /// This handler processes WebHooks from MyGet and leverages the base handler. - /// For details about MyGet WebHooks, please see http://docs.myget.org/docs/reference/webhooks. + /// For details about MyGet WebHooks, please see https://docs.myget.org/docs/reference/webhooks. /// public class MyGetWebHookHandler : MyGetWebHookHandlerBase { diff --git a/samples/MyGetReceiver/index.html b/samples/MyGetReceiver/index.html index 41aa6556..301aa7b7 100644 --- a/samples/MyGetReceiver/index.html +++ b/samples/MyGetReceiver/index.html @@ -20,7 +20,7 @@

Microsoft ASP.NET WebHooks MyGet Receiver

- Please see MyGet WebHooks + Please see MyGet WebHooks for more information.

diff --git a/samples/SalesforceReceiver/index.html b/samples/SalesforceReceiver/index.html index a8d53852..84856ad9 100644 --- a/samples/SalesforceReceiver/index.html +++ b/samples/SalesforceReceiver/index.html @@ -19,7 +19,7 @@

Microsoft ASP.NET WebHooks Salesforce Receiver

For security reasons, the WebHook URI must be an https URI and the 'MS_WebHookReceiverSecret_SalesforceSoap' application setting must be configured to the Salesforce Organization IDs. The Organizational IDs can be found at - Salesforce under Setup | Company Profile | Company Information. + Salesforce under Setup | Company Profile | Company Information.

Optionally you can use the {id} field to differentiate between multiple WebHooks. You can configure each endpoint by setting diff --git a/src/Microsoft.AspNet.WebHooks.Common/Microsoft.AspNet.WebHooks.Common.nuspec b/src/Microsoft.AspNet.WebHooks.Common/Microsoft.AspNet.WebHooks.Common.nuspec index 085bd4b6..9caa0844 100644 --- a/src/Microsoft.AspNet.WebHooks.Common/Microsoft.AspNet.WebHooks.Common.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Common/Microsoft.AspNet.WebHooks.Common.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET WebHooks Common Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides common functionality for sending and receiving WebHooks using ASP.NET. diff --git a/src/Microsoft.AspNet.WebHooks.Custom.Api/Microsoft.AspNet.WebHooks.Custom.Api.nuspec b/src/Microsoft.AspNet.WebHooks.Custom.Api/Microsoft.AspNet.WebHooks.Custom.Api.nuspec index c844b90a..316284b6 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.Api/Microsoft.AspNet.WebHooks.Custom.Api.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Custom.Api/Microsoft.AspNet.WebHooks.Custom.Api.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET Custom WebHooks Web API Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface. diff --git a/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Microsoft.AspNet.WebHooks.Custom.AzureStorage.nuspec b/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Microsoft.AspNet.WebHooks.Custom.AzureStorage.nuspec index d6ae9e88..f2e0ee21 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Microsoft.AspNet.WebHooks.Custom.AzureStorage.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Microsoft.AspNet.WebHooks.Custom.AzureStorage.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET Custom WebHooks Azure Storage Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage. diff --git a/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Readme.txt b/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Readme.txt index 06b49c09..3cd454c5 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Readme.txt +++ b/src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Readme.txt @@ -6,13 +6,13 @@ To set up Table Storage, you must first configure a connection string with the n For test and development, you can use the local Azure Storage Emulator, which comes as part of the Microsoft Azure SDK. To download the latest Microsoft Azure SDK for Visual Studio, please see 'https://azure.microsoft.com/en-us/downloads/'. -A connection string using the local emulator looks like this: +A connection string using the local emulator looks like this: -For deployment, you can get a connection string through the Azure Portal at 'https://portal.azure.com'. If you don't -already have an Azure account, then you can get one at 'http://azure.com'. +For deployment, you can get a connection string through the Azure Portal at 'https://portal.azure.com'. If you don't +already have an Azure account, then you can get one at 'https://azure.com'. For more information about Azure Table Storage, please see 'https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/'. -For more information about Microsoft ASP.NET WebHooks, please see 'http://go.microsoft.com/fwlink/?LinkId=690277'. \ No newline at end of file +For more information about Microsoft ASP.NET WebHooks, please see 'https://go.microsoft.com/fwlink/?LinkId=690277'. diff --git a/src/Microsoft.AspNet.WebHooks.Custom.Mvc/Microsoft.AspNet.WebHooks.Custom.Mvc.nuspec b/src/Microsoft.AspNet.WebHooks.Custom.Mvc/Microsoft.AspNet.WebHooks.Custom.Mvc.nuspec index 2b09ab5a..68aba506 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.Mvc/Microsoft.AspNet.WebHooks.Custom.Mvc.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Custom.Mvc/Microsoft.AspNet.WebHooks.Custom.Mvc.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET Custom WebHooks MVC Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers. diff --git a/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Microsoft.AspNet.WebHooks.Custom.SqlStorage.nuspec b/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Microsoft.AspNet.WebHooks.Custom.SqlStorage.nuspec index 571e9227..831efbc0 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Microsoft.AspNet.WebHooks.Custom.SqlStorage.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Microsoft.AspNet.WebHooks.Custom.SqlStorage.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET Custom WebHooks SQL Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://www.asp.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides support for persisting your custom WebHooks registrations in a SQL database. @@ -20,4 +20,4 @@ - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Readme.txt b/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Readme.txt index 7977e0a5..0e176457 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Readme.txt +++ b/src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Readme.txt @@ -1,15 +1,15 @@ Microsoft ASP.NET Custom WebHooks SQL Module -------------------------------------------- -This package provides support for persisting your custom WebHook registrations in a SQL database. +This package provides support for persisting your custom WebHook registrations in a SQL database. To set up the SQL DB you must first configure a connection string with the name 'MS_SqlStoreConnectionString', for example: - -To create and initialize the DB, use code migrations as follows: Open the 'Package Manager Console' from the +To create and initialize the DB, use code migrations as follows: Open the 'Package Manager Console' from the 'Tools\Nuget Package Manager' menu and type these three lines one after another: Enable-Migrations -ContextAssemblyName Microsoft.AspNet.WebHooks.Custom.SqlStorage @@ -20,4 +20,4 @@ That should create a DB (if it doesn't already exist) and update it to match the For more information about Entity Framework Code Migrations, please see 'https://msdn.microsoft.com/en-us/data/jj591621.aspx'. -For more information about Microsoft ASP.NET WebHooks, please see 'http://go.microsoft.com/fwlink/?LinkId=690277'. \ No newline at end of file +For more information about Microsoft ASP.NET WebHooks, please see 'https://go.microsoft.com/fwlink/?LinkId=690277'. diff --git a/src/Microsoft.AspNet.WebHooks.Custom/Microsoft.AspNet.WebHooks.Custom.nuspec b/src/Microsoft.AspNet.WebHooks.Custom/Microsoft.AspNet.WebHooks.Custom.nuspec index 155d3731..4d651c55 100644 --- a/src/Microsoft.AspNet.WebHooks.Custom/Microsoft.AspNet.WebHooks.Custom.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Custom/Microsoft.AspNet.WebHooks.Custom.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET Custom WebHooks Module Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Azure/Microsoft.AspNet.WebHooks.Receivers.Azure.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Azure/Microsoft.AspNet.WebHooks.Receivers.Azure.nuspec index bee91c42..375eee5a 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Azure/Microsoft.AspNet.WebHooks.Receivers.Azure.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Azure/Microsoft.AspNet.WebHooks.Receivers.Azure.nuspec @@ -6,12 +6,14 @@ Microsoft ASP.NET WebHooks Receiver for Azure WebHooks. Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. For information about Kudu WebHooks, see "https://github.com/projectkudu/kudu/wiki/Web-hooks" and for Azure Alerts, see "https://azure.microsoft.com/en-us/documentation/articles/insights-webhooks-alerts/". + This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. For + information about Kudu WebHooks, see https://github.com/projectkudu/kudu/wiki/Web-hooks and for Azure Alerts, see + https://azure.microsoft.com/en-us/documentation/articles/insights-webhooks-alerts/.

This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.BitBucket/Microsoft.AspNet.WebHooks.Receivers.BitBucket.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.BitBucket/Microsoft.AspNet.WebHooks.Receivers.BitBucket.nuspec index f329f70d..871218ec 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.BitBucket/Microsoft.AspNet.WebHooks.Receivers.BitBucket.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.BitBucket/Microsoft.AspNet.WebHooks.Receivers.BitBucket.nuspec @@ -6,13 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Bitbucket Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Bitbucket. For information about Bitbucket WebHooks, see "https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html". + + This package provides support for receiving WebHooks from Bitbucket. For information about Bitbucket WebHooks, + see https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html. + © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Bitbucket - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Custom/Microsoft.AspNet.WebHooks.Receivers.Custom.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Custom/Microsoft.AspNet.WebHooks.Receivers.Custom.nuspec index be9efbfd..cc746710 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Custom/Microsoft.AspNet.WebHooks.Receivers.Custom.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Custom/Microsoft.AspNet.WebHooks.Receivers.Custom.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET WebHooks Receiver for custom WebHooks. Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides support for receiving custom WebHooks from ASP.NET WebHooks implementations. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Dropbox/Microsoft.AspNet.WebHooks.Receivers.Dropbox.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Dropbox/Microsoft.AspNet.WebHooks.Receivers.Dropbox.nuspec index 5eb00c8f..2c690735 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Dropbox/Microsoft.AspNet.WebHooks.Receivers.Dropbox.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Dropbox/Microsoft.AspNet.WebHooks.Receivers.Dropbox.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Dropbox Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Dropbox. For information about Dropbox WebHooks, see "https://www.dropbox.com/developers/webhooks/docs". + This package provides support for receiving WebHooks from Dropbox. For information about Dropbox WebHooks, see + https://www.dropbox.com/developers/webhooks/docs. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Dropbox - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Extensions/HttpConfigurationExtensions.cs b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Extensions/HttpConfigurationExtensions.cs index 98d24314..a7007677 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Extensions/HttpConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Extensions/HttpConfigurationExtensions.cs @@ -19,7 +19,7 @@ public static class HttpConfigurationExtensions /// same value as configured in the 'MS_WebHookReceiverSecret_DynamicsCRM' application setting, optionally using IDs /// to differentiate between multiple WebHooks, for example 'secret0, id1=secret1, id2=secret2'. /// The 'code' parameter must be between 32 and 128 characters long. - /// For details about Microsoft Dynamics CRM WebHooks, see http://go.microsoft.com/fwlink/?LinkId=722218. + /// For details about Microsoft Dynamics CRM WebHooks, see https://go.microsoft.com/fwlink/?LinkId=722218. /// /// The current config. public static void InitializeReceiveDynamicsCrmWebHooks(this HttpConfiguration config) diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM.nuspec index 72cfe1b6..89cde54d 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM.nuspec @@ -6,12 +6,13 @@ Microsoft ASP.NET WebHooks Receiver for Microsoft Dynamics CRM Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Microsoft Dynamics CRM. For information about Microsoft Dynamics CRM WebHooks, see "http://go.microsoft.com/fwlink/?LinkId=722218". + This package provides support for receiving WebHooks from Microsoft Dynamics CRM. For information about Microsoft + Dynamics CRM WebHooks, see https://go.microsoft.com/fwlink/?LinkId=722218. © Microsoft Corporation. All rights reserved. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/WebHooks/DynamicsCrmWebHookReceiver.cs b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/WebHooks/DynamicsCrmWebHookReceiver.cs index deaff54b..f38bdb7d 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/WebHooks/DynamicsCrmWebHookReceiver.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.DynamicsCRM/WebHooks/DynamicsCrmWebHookReceiver.cs @@ -16,7 +16,7 @@ namespace Microsoft.AspNet.WebHooks /// same value as configured in the 'MS_WebHookReceiverSecret_DynamicsCRM' application setting, optionally using IDs /// to differentiate between multiple WebHooks, for example 'secret0, id1=secret1, id2=secret2'. /// The 'code' parameter must be between 32 and 128 characters long. - /// For details about Microsoft Dynamics CRM WebHooks, see http://go.microsoft.com/fwlink/?LinkId=722218. + /// For details about Microsoft Dynamics CRM WebHooks, see https://go.microsoft.com/fwlink/?LinkId=722218. /// public class DynamicsCrmWebHookReceiver : WebHookReceiver { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Generic/Microsoft.AspNet.WebHooks.Receivers.Generic.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Generic/Microsoft.AspNet.WebHooks.Receivers.Generic.nuspec index 10e3b0c0..e3c326be 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Generic/Microsoft.AspNet.WebHooks.Receivers.Generic.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Generic/Microsoft.AspNet.WebHooks.Receivers.Generic.nuspec @@ -6,12 +6,14 @@ Microsoft ASP.NET WebHooks Receiver for Generic WebHooks Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving generic WebHooks with no special validation logic or security requirements. This can for example be used to receive WebHooks from IFTTT's Maker Channel or a Zapier WebHooks Action. + This package provides support for receiving generic WebHooks with no special validation logic or security + requirements. This can for example be used to receive WebHooks from IFTTT's Maker Channel or a Zapier WebHooks + Action. © Microsoft Corporation. All rights reserved. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.GitHub/Microsoft.AspNet.WebHooks.Receivers.GitHub.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.GitHub/Microsoft.AspNet.WebHooks.Receivers.GitHub.nuspec index e9d4b07b..06a53737 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.GitHub/Microsoft.AspNet.WebHooks.Receivers.GitHub.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.GitHub/Microsoft.AspNet.WebHooks.Receivers.GitHub.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for GitHub Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from GitHub. For information about GitHub WebHooks, see "https://developer.github.com/webhooks/". + This package provides support for receiving WebHooks from GitHub. For information about GitHub WebHooks, see + https://developer.github.com/webhooks/. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks GitHub - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Instagram/Microsoft.AspNet.WebHooks.Receivers.Instagram.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Instagram/Microsoft.AspNet.WebHooks.Receivers.Instagram.nuspec index bb48ede4..b8664874 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Instagram/Microsoft.AspNet.WebHooks.Receivers.Instagram.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Instagram/Microsoft.AspNet.WebHooks.Receivers.Instagram.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Instagram Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Instagram. For information about Instagram WebHooks, see "https://www.instagram.com/developer/subscriptions/". + This package provides support for receiving WebHooks from Instagram. For information about Instagram WebHooks, + see https://www.instagram.com/developer/subscriptions/. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Instagram - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MailChimp/Microsoft.AspNet.WebHooks.Receivers.MailChimp.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.MailChimp/Microsoft.AspNet.WebHooks.Receivers.MailChimp.nuspec index 81d80842..76238320 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MailChimp/Microsoft.AspNet.WebHooks.Receivers.MailChimp.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MailChimp/Microsoft.AspNet.WebHooks.Receivers.MailChimp.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for MailChimp Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from MailChimp. For information about MailChimp WebHooks, see "https://apidocs.mailchimp.com/webhooks/". + This package provides support for receiving WebHooks from MailChimp. For information about MailChimp WebHooks, + see https://developer.mailchimp.com/documentation/mailchimp/guides/about-webhooks/. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks MailChimp - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Extensions/HttpConfigurationExtensions.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Extensions/HttpConfigurationExtensions.cs index 7744415b..c05a05a4 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Extensions/HttpConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Extensions/HttpConfigurationExtensions.cs @@ -20,7 +20,7 @@ public static class HttpConfigurationExtensions /// For security reasons the WebHook URI must be an https URI and contain a 'code' query parameter with the /// same value as configured in the 'MS_WebHookReceiverSecret_MyGet' application setting. /// The 'code' parameter must be between 32 and 128 characters long. - /// For details about MyGet WebHooks, see http://docs.myget.org/docs/reference/webhooks. + /// For details about MyGet WebHooks, see https://docs.myget.org/docs/reference/webhooks. /// /// The current config. public static void InitializeReceiveMyGetWebHooks(this HttpConfiguration config) diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Handlers/MyGetWebHookHandlerBase.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Handlers/MyGetWebHookHandlerBase.cs index 69c918fa..e328ce7a 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Handlers/MyGetWebHookHandlerBase.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Handlers/MyGetWebHookHandlerBase.cs @@ -15,7 +15,7 @@ namespace Microsoft.AspNet.WebHooks { /// /// Provides a base implementation which can be used to for handling MyGet WebHook using strongly-typed - /// payloads. For details about MyGet WebHooks, see http://docs.myget.org/docs/reference/webhooks. + /// payloads. For details about MyGet WebHooks, see https://docs.myget.org/docs/reference/webhooks. /// public abstract class MyGetWebHookHandlerBase : WebHookHandler { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Microsoft.AspNet.WebHooks.Receivers.MyGet.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Microsoft.AspNet.WebHooks.Receivers.MyGet.nuspec index 2467200f..014eb526 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Microsoft.AspNet.WebHooks.Receivers.MyGet.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Microsoft.AspNet.WebHooks.Receivers.MyGet.nuspec @@ -6,15 +6,17 @@ Microsoft ASP.NET WebHooks Receiver for MyGet Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from MyGet. For information about MyGet WebHooks, see "http://docs.myget.org/docs/reference/webhooks". Implement "MyGetWebHookHandlerBase" to work with strong-typed webhook payloads. + This package provides support for receiving WebHooks from MyGet. For information about MyGet WebHooks, see + https://docs.myget.org/docs/reference/webhooks. Implement "MyGetWebHookHandlerBase" to work with strong-typed + WebHook payloads. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks MyGet NuGet - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildFinishedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildFinishedPayload.cs index 4dc6dff1..f2035826 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildFinishedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildFinishedPayload.cs @@ -8,7 +8,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a build has finished. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class BuildFinishedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildQueuedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildQueuedPayload.cs index ccff00cd..5bdebd49 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildQueuedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildQueuedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a build is queued. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class BuildQueuedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildStartedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildStartedPayload.cs index aba818e1..ff521d07 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildStartedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/BuildStartedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a build is started. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class BuildStartedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/Package.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/Package.cs index 0c4ce901..55e89bfb 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/Package.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/Package.cs @@ -5,7 +5,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Describes a Package being manipulated. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class Package { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageAddedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageAddedPayload.cs index f88caef0..82d3df04 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageAddedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageAddedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a package is added. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackageAddedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageDeletedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageDeletedPayload.cs index ace0b1bd..b223d047 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageDeletedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageDeletedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a package is deleted. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackageDeletedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageListedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageListedPayload.cs index 1312c3e6..193f34ef 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageListedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageListedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a package is listed/unlisted. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackageListedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageMetadata.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageMetadata.cs index 9653b5f7..08bf9acc 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageMetadata.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackageMetadata.cs @@ -8,7 +8,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Package metadata. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackageMetadata { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePinnedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePinnedPayload.cs index 29411ff4..ad18dc78 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePinnedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePinnedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a package is pinned/unpinned. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackagePinnedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePushedPayload.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePushedPayload.cs index ca3aae15..3febcb8f 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePushedPayload.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/Payloads/PackagePushedPayload.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNet.WebHooks.Payloads { /// /// Payload sent when a package is pushed to an upstream feed. - /// See http://docs.myget.org/docs/reference/webhooks for details. + /// See https://docs.myget.org/docs/reference/webhooks for details. /// public class PackagePushedPayload { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/WebHooks/MyGetWebHookReceiver.cs b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/WebHooks/MyGetWebHookReceiver.cs index 1e219e40..4b3707fd 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/WebHooks/MyGetWebHookReceiver.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.MyGet/WebHooks/MyGetWebHookReceiver.cs @@ -18,7 +18,7 @@ namespace Microsoft.AspNet.WebHooks /// For security reasons the WebHook URI must be an https URI and contain a 'code' query parameter with the /// same value as configured in the 'MS_WebHookReceiverSecret_MyGet' application setting. /// The 'code' parameter must be between 32 and 128 characters long. - /// For details about MyGet WebHooks, see http://docs.myget.org/docs/reference/webhooks. + /// For details about MyGet WebHooks, see https://docs.myget.org/docs/reference/webhooks. /// public class MyGetWebHookReceiver : WebHookReceiver { diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Paypal/Microsoft.AspNet.WebHooks.Receivers.Paypal.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Paypal/Microsoft.AspNet.WebHooks.Receivers.Paypal.nuspec index 76f5869a..da19f75a 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Paypal/Microsoft.AspNet.WebHooks.Receivers.Paypal.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Paypal/Microsoft.AspNet.WebHooks.Receivers.Paypal.nuspec @@ -6,15 +6,17 @@ Microsoft ASP.NET WebHooks Receiver for Paypal Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Paypal using the Paypal .NET SDK, see "https://www.nuget.org/packages/PayPal". For information about Paypal WebHooks, see "https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/". + This package provides support for receiving WebHooks from Paypal using the Paypal .NET SDK, see + https://www.nuget.org/packages/PayPal. For information about Paypal WebHooks, see + https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Paypal - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Pusher/Microsoft.AspNet.WebHooks.Receivers.Pusher.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Pusher/Microsoft.AspNet.WebHooks.Receivers.Pusher.nuspec index 81666f85..4868584e 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Pusher/Microsoft.AspNet.WebHooks.Receivers.Pusher.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Pusher/Microsoft.AspNet.WebHooks.Receivers.Pusher.nuspec @@ -6,14 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Pusher Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Pusher. For information about Pusher WebHooks, see "https://pusher.com/docs/webhooks". + This package provides support for receiving WebHooks from Pusher. For information about Pusher WebHooks, see + https://pusher.com/docs/webhooks. + © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Pusher - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Extensions/HttpConfigurationExtensions.cs b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Extensions/HttpConfigurationExtensions.cs index a1d1677c..c54cbd6d 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Extensions/HttpConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Extensions/HttpConfigurationExtensions.cs @@ -17,7 +17,7 @@ public static class HttpConfigurationExtensions /// A sample WebHook URI is of the form 'https://<host>/api/webhooks/incoming/sfsoap/{id}'. /// For security reasons, the WebHook URI must be an https URI and the 'MS_WebHookReceiverSecret_SalesforceSoap' /// application setting must be configured to the Salesforce Organization IDs. Organizational IDs can be found at - /// http://www.salesforce.com under Setup | Company Profile | Company Information. + /// https://www.salesforce.com under Setup | Company Profile | Company Information. /// For details about Salesforce Outbound Messages, see https://go.microsoft.com/fwlink/?linkid=838587. /// /// The current config. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Microsoft.AspNet.WebHooks.Receivers.SalesForce.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Microsoft.AspNet.WebHooks.Receivers.SalesForce.nuspec index d7ce19a8..1dc580ec 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Microsoft.AspNet.WebHooks.Receivers.SalesForce.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/Microsoft.AspNet.WebHooks.Receivers.SalesForce.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Salesforce Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving Salesforce SOAP-based Outbound Messages as a WebHook. For information about Salesforce WebHooks, see "https://go.microsoft.com/fwlink/?linkid=838587". + This package provides support for receiving Salesforce SOAP-based Outbound Messages as a WebHook. For information + about Salesforce WebHooks, see https://go.microsoft.com/fwlink/?linkid=838587. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Salesforce - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/WebHooks/SalesforceSoapWebHookReceiver.cs b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/WebHooks/SalesforceSoapWebHookReceiver.cs index d5c42af0..ac3ff661 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/WebHooks/SalesforceSoapWebHookReceiver.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Salesforce/WebHooks/SalesforceSoapWebHookReceiver.cs @@ -20,7 +20,7 @@ namespace Microsoft.AspNet.WebHooks /// A sample WebHook URI is of the form 'https://<host>/api/webhooks/incoming/sfsoap/{id}'. /// For security reasons, the WebHook URI must be an https URI and the 'MS_WebHookReceiverSecret_SalesforceSoap' /// application setting must be configured to the Salesforce Organization IDs. The Organizational IDs can be found at - /// http://www.salesforce.com under Setup | Company Profile | Company Information. + /// https://www.salesforce.com under Setup | Company Profile | Company Information. /// For details about Salesforce Outbound Messages, see https://go.microsoft.com/fwlink/?linkid=838587. /// public class SalesforceSoapWebHookReceiver : WebHookReceiver diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Slack/Microsoft.AspNet.WebHooks.Receivers.Slack.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Slack/Microsoft.AspNet.WebHooks.Receivers.Slack.nuspec index 1a8b6c76..52c89d22 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Slack/Microsoft.AspNet.WebHooks.Receivers.Slack.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Slack/Microsoft.AspNet.WebHooks.Receivers.Slack.nuspec @@ -6,12 +6,13 @@ Microsoft ASP.NET WebHooks Receiver for Slack Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Slack. For information about Slack WebHooks, see "https://api.slack.com/outgoing-webhooks". + This package provides support for receiving WebHooks from Slack. For information about Slack WebHooks, see + https://api.slack.com/custom-integrations/outgoing-webhooks. © Microsoft Corporation. All rights reserved. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Stripe/Microsoft.AspNet.WebHooks.Receivers.Stripe.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Stripe/Microsoft.AspNet.WebHooks.Receivers.Stripe.nuspec index cf71ffad..29537a4e 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Stripe/Microsoft.AspNet.WebHooks.Receivers.Stripe.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Stripe/Microsoft.AspNet.WebHooks.Receivers.Stripe.nuspec @@ -6,12 +6,13 @@ Microsoft ASP.NET WebHooks Receiver for Stripe Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Stripe. For information about Stripe WebHooks, see "https://stripe.com/docs/webhooks". + This package provides support for receiving WebHooks from Stripe. For information about Stripe WebHooks, see + https://stripe.com/docs/webhooks. © Microsoft Corporation. All rights reserved. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Trello/Microsoft.AspNet.WebHooks.Receivers.Trello.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Trello/Microsoft.AspNet.WebHooks.Receivers.Trello.nuspec index fa04e263..6ec18a40 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Trello/Microsoft.AspNet.WebHooks.Receivers.Trello.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Trello/Microsoft.AspNet.WebHooks.Receivers.Trello.nuspec @@ -6,15 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Trello Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Trello. For information about Trello WebHooks, see "https://trello.com/docs/gettingstarted/webhooks.html". + This package provides support for receiving WebHooks from Trello. For information about Trello WebHooks, see + https://developers.trello.com/page/webhooks. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Trello - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Microsoft.AspNet.WebHooks.Receivers.VSTS.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Microsoft.AspNet.WebHooks.Receivers.VSTS.nuspec index ad16f655..b6d769cb 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Microsoft.AspNet.WebHooks.Receivers.VSTS.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Microsoft.AspNet.WebHooks.Receivers.VSTS.nuspec @@ -6,15 +6,17 @@ Microsoft ASP.NET WebHooks Receiver for Visual Studio Team Services Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Visual Studio Team Services. For information about Visual Studio Team Services WebHooks, see "https://www.visualstudio.com/en-us/get-started/integrate/service-hooks/webhooks-and-vso-vs". + This package provides support for receiving WebHooks from Visual Studio Team Services. For information about + Visual Studio Team Services WebHooks, see + https://docs.microsoft.com/en-us/vsts/service-hooks/services/webhooks. © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks TFS VSTS Visual Studio Team Services - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.WordPress/Microsoft.AspNet.WebHooks.Receivers.WordPress.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.WordPress/Microsoft.AspNet.WebHooks.Receivers.WordPress.nuspec index 487e73c5..fe116901 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.WordPress/Microsoft.AspNet.WebHooks.Receivers.WordPress.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.WordPress/Microsoft.AspNet.WebHooks.Receivers.WordPress.nuspec @@ -6,12 +6,13 @@ Microsoft ASP.NET WebHooks Receiver for WordPress Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from WordPress. For information about WordPress WebHooks, see "https://en.support.wordpress.com/webhooks/". + This package provides support for receiving WebHooks from WordPress. For information about WordPress WebHooks, + see https://en.support.wordpress.com/webhooks/. © Microsoft Corporation. All rights reserved. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers.Zendesk/Microsoft.AspNet.WebHooks.Receivers.Zendesk.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers.Zendesk/Microsoft.AspNet.WebHooks.Receivers.Zendesk.nuspec index d4aa383d..e2f84754 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers.Zendesk/Microsoft.AspNet.WebHooks.Receivers.Zendesk.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers.Zendesk/Microsoft.AspNet.WebHooks.Receivers.Zendesk.nuspec @@ -6,13 +6,16 @@ Microsoft ASP.NET WebHooks Receiver for Zendesk Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true - This package provides support for receiving WebHooks from Zendesk. For information about Zendesk WebHooks, see "https://developer.zendesk.com/embeddables/docs/ios/push_notifications_webhook". + + This package provides support for receiving WebHooks from Zendesk. For information about Zendesk + WebHooks, see https://developer.zendesk.com/embeddables/docs/ios/push_notifications_webhook. + © Microsoft Corporation. All rights reserved. Microsoft AspNet WebApi AspNetWebApi WebHooks Zendesk - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.WebHooks.Receivers/Microsoft.AspNet.WebHooks.Receivers.nuspec b/src/Microsoft.AspNet.WebHooks.Receivers/Microsoft.AspNet.WebHooks.Receivers.nuspec index 082adf6b..c1a5da7c 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers/Microsoft.AspNet.WebHooks.Receivers.nuspec +++ b/src/Microsoft.AspNet.WebHooks.Receivers/Microsoft.AspNet.WebHooks.Receivers.nuspec @@ -6,9 +6,9 @@ Microsoft ASP.NET WebHooks Receivers Microsoft Microsoft, aspnet - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - http://go.microsoft.com/fwlink/?LinkId=690277 - http://go.microsoft.com/fwlink/?LinkID=288859 + https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm + https://go.microsoft.com/fwlink/?LinkId=690277 + https://go.microsoft.com/fwlink/?LinkID=288859 true This package provides a uniform model for receiving WebHooks from an open-ended set of WebHook generators such as Dropbox, GitHub, Slack, and many more. diff --git a/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/WebHookAssemblyResolver.cs b/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/WebHookAssemblyResolver.cs index 723a66df..abee4457 100644 --- a/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/WebHookAssemblyResolver.cs +++ b/src/Microsoft.AspNet.WebHooks.Receivers/WebHooks/WebHookAssemblyResolver.cs @@ -11,7 +11,7 @@ namespace Microsoft.AspNet.WebHooks /// Provides a custom implementation that ensures that the WebHooks receiver /// assemblies are loaded. This is useful when running ASP.NET Web API using the OWIN Self Host as there /// assemblies have to be loaded explicitly. For more information on running Web API in a self host, please see - /// 'http://www.asp.net/web-api/overview/hosting-aspnet-web-api/use-owin-to-self-host-web-api'. + /// 'https://www.asp.net/web-api/overview/hosting-aspnet-web-api/use-owin-to-self-host-web-api'. /// public class WebHookAssemblyResolver : DefaultAssembliesResolver {