Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Doug Bunting 5364399228
Finish what Dependabot started (#158)
- update assembly versions, hint paths, binding redirects, et cetera
  - add / remove some binding redirects as needed to compile or test
- move rest of the Microsoft.Owin.* packages to v4.2.2
- react to small breaking changes affecting tests
- nits: mostly related to cleaning up minor warnings in local builds
  - ignore binary log files
  - add a few words to the custom dictionary
  - suppress warnings about using old FxCop approach
  - add `msbuild` summary output to console
  - shutdown the storage emulator after every build
2023-02-21 14:49:05 -08:00
dependabot[bot] 0a9a286389
Bump Newtonsoft.Json (#89)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.4...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 14:38:50 -08:00
Doug Bunting 013b8ced74
Master -> main for AspNetWebHooks (#56)
* Master -> main for AspNetWebHooks
- change trigger for AzDO pipeline
- update tests to avoid word 'master'

* Update dictionary too

* React to 02ab3509aa
- new log4net version needs new hint path and has new version
2021-03-08 16:26:16 -08:00
Doug Bunting e79fd8a8d7 Smaller removals and updates to focus this repo on ASP.NET WebHooks
- update all references to WebHooks.sln then remove that file
- update README.md and change version to 1.3.0-preview1
2018-01-19 16:09:36 -08:00
Doug Bunting d03e1d1bda Update to newer tooling
- move to MSBuild v15.0
- move to StyleCop.MSBuild v5.0.0
  - stable release that supports C#6, not just `nameof(...)`
- move test output path beside, rather than under, regular output path
  - workaround NuGet/Home#6001
  - `\$(Configuration)\Test` -> `\Test\$(Configuration)`
  - quiets builds down significantly
- add AppVeyor configuration and status badge
- disable Travis builds for now
- ignore launchSettings.json files
2017-10-09 12:38:47 -07:00
Henrik Frystyk Nielsen b10c5b1d8d Changed to consistent use of nameof(...) 2016-07-11 20:39:45 -07:00
Henrik Frystyk Nielsen 0782eb1395 Added MyGet WebHook Receiver sample 2016-03-31 15:14:13 -07:00
Maarten Balliauw e97a9a086e Added support for MyGet WebHooks - see http://docs.myget.org/docs/reference/webhooks for details. 2016-03-30 20:55:06 -07:00