Skip to content

Microsoft IIS Administration 6.0.0

Latest
Compare
Choose a tag to compare
@yaqiyang yaqiyang released this 27 Sep 17:34
· 8 commits to dev since this release
526bab3

Microsoft IIS Administration is a REST API that allows consumers to configure and monitor their IIS web servers. With the API installed on your IIS machine, you can configure your IIS instance with any HTTP client. See https://docs.microsoft.com/en-us/IIS-Administration for more information.

Dependencies

  • .NET Core Runtime 6.0-latest
  • ASP.NET Core Runtime 6.0-lastest

https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Change Log

  • Refreshed dependence on .Net core to version 6.0.0,
  • Updated dependencies to current versions,
  • Removed dependence on MicrosoftAspNetCoreMvcWebApiCompatShimVersion,
  • Minor bug fixes,