Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Перейти к файлу
Pranav K ac1fc000ae
Ship version 1.2.2
2019-12-02 13:19:43 -08:00
.nuget Update to newer tooling 2017-10-09 12:38:47 -07:00
samples Add PayPal sample 2018-03-06 11:11:12 -08:00
src Smaller removals and updates to focus this repo on ASP.NET WebHooks 2018-01-19 16:09:36 -08:00
test Smaller removals and updates to focus this repo on ASP.NET WebHooks 2018-01-19 16:09:36 -08:00
tools Use a more compatible NuGet.exe 2019-12-02 11:33:39 -08:00
.appveyor.yml Get AppVeyor builds working 2017-12-01 09:14:22 -08:00
.editorconfig Just need one .editorconfig file 2017-11-12 18:36:14 -08:00
.gitattributes Quick fix: Add .gitattributes and normalize line endings 2017-11-09 13:58:26 -08:00
.gitignore Update to newer tooling 2017-10-09 12:38:47 -07:00
.travis.yml Update to newer tooling 2017-10-09 12:38:47 -07:00
AspNetWebHooks.msbuild Split the solution in two 2018-01-15 14:23:38 -08:00
AspNetWebHooks.sln Add PayPal sample 2018-03-06 11:11:12 -08:00
CHANGELOG.md Added new and fancy changelog 2017-01-10 21:34:54 -08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-04 16:40:59 -07:00
CustomDictionary.xml Update `StripeEvent` to latest API 2017-10-09 12:43:04 -07:00
Directory.Build.props Remove ASP.NET Core WebHooks code and infrastructure 2018-01-19 08:33:17 -08:00
Directory.Build.targets Remove ASP.NET Core WebHooks code and infrastructure 2018-01-19 08:33:17 -08:00
FxCop.ruleset Added support for git.push, git.pullrequest.created, and git.pullrequest.updated. Also added related tests. 2016-07-09 16:09:51 -07:00
FxCopTest.ruleset Added support for git.push, git.pullrequest.created, and git.pullrequest.updated. Also added related tests. 2016-07-09 16:09:51 -07:00
LICENSE.txt Rename LICENSE to LICENSE.txt 2015-09-04 16:39:37 -07:00
README.md Update README.md 2018-06-12 14:47:10 -07:00
Settings.StyleCop Integrated pull request from rposener for SQL storage provider for WebHook registrations! 2015-10-30 17:03:37 -07:00
build.cmd Update build script to use newer MSBuild folder layout 2019-11-26 13:17:42 -08:00
version.props Ship version 1.2.2 2019-12-02 13:19:43 -08:00

README.md

Microsoft ASP.NET WebHooks

Note: This repo is solely for the ASP.NET WebHooks projects (libraries to create and consume WebHooks on ASP.NET 4.x and .NET Framework 4.5). For ASP.NET Core WebHooks (targeting .NET Standard 2.0), see the aspnet/WebHooks repo.

Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.

AppVeyor: AppVeyor

ASP.NET Web Hooks provide support for sending and receiving WebHooks.

See Introducing Microsoft ASP.NET WebHooks Preview for an introduction.

See the initial documentation for details.

Samples

ASP.NET

Resources