WiM.Services
2.1.0
dotnet add package WiM.Services --version 2.1.0
NuGet\Install-Package WiM.Services -Version 2.1.0
<PackageReference Include="WiM.Services" Version="2.1.0" />
<PackageVersion Include="WiM.Services" Version="2.1.0" />
<PackageReference Include="WiM.Services" />
paket add WiM.Services --version 2.1.0
#r "nuget: WiM.Services, 2.1.0"
#:package WiM.Services@2.1.0
#addin nuget:?package=WiM.Services&version=2.1.0
#tool nuget:?package=WiM.Services&version=2.1.0
Provide reusable service framework and extensions for dotnetcore and aspcore webservices
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.3)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.Extensions.Options (>= 3.1.3)
- WIM.Exceptions (>= 1.3.0)
- WIM.Extensions (>= 1.3.0)
- WIM.Hypermedia (>= 1.1.3)
- WIM.Resources (>= 1.2.2)
- WIM.Security (>= 1.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 1,587 | 4/3/2020 |
| 1.2.1 | 1,396 | 6/12/2019 |
| 1.2.0 | 1,438 | 5/30/2019 |
| 1.1.13 | 1,329 | 4/26/2019 |
| 1.1.12 | 1,329 | 4/26/2019 |
| 1.1.11 | 1,513 | 4/11/2019 |
| 1.1.10 | 1,496 | 4/10/2019 |
| 1.1.9 | 1,580 | 2/15/2019 |
| 1.1.8 | 1,592 | 12/11/2018 |
| 1.1.7 | 2,124 | 3/29/2018 |
| 1.1.6 | 2,110 | 3/28/2018 |
| 1.1.5 | 2,014 | 3/28/2018 |
| 1.1.4 | 2,050 | 3/28/2018 |
| 1.1.3 | 2,048 | 1/12/2018 |
| 1.1.2 | 1,951 | 12/15/2017 |
| 1.1.1 | 2,173 | 12/8/2017 |
| 1.1.0 | 2,225 | 11/29/2017 |
2.1.0 - package reference updates to support dotnetcore 3.1, target framework only applicable for netcore due to dependancy requirements
1.2.1 - added jwtbearersettings
1.2.0 - added jwtbearer auth methods, and rearranges some of basic auth
1.1.13 - rename attribute
1.1.12 - update wim-messaging, and apiconfig updates
1.1.11 - hypermedia updates
1.1.10-authentication authorization
1.1.9- add msging to controller and update namespaces
1.1.8 - fixed apiconfig method to check for null
1.1.7 - added requires authentication tag.
1.1.6 - still messing around with uri creator.
1.1.5 - updated APIConfig uri name creator
1.1.4 - made exceptionhandling virtual
1.1.3 - update to apiconfig settings
1.1.2 - fixed configurationcontroller to handle null AttributeRouteInfo
1.1.1- changed RestResource.resource to RestResource.name