WIM.Services
10.0.1
dotnet add package WIM.Services --version 10.0.1
NuGet\Install-Package WIM.Services -Version 10.0.1
<PackageReference Include="WIM.Services" Version="10.0.1" />
<PackageVersion Include="WIM.Services" Version="10.0.1" />
<PackageReference Include="WIM.Services" />
paket add WIM.Services --version 10.0.1
#r "nuget: WIM.Services, 10.0.1"
#:package WIM.Services@10.0.1
#addin nuget:?package=WIM.Services&version=10.0.1
#tool nuget:?package=WIM.Services&version=10.0.1
Provide reusable service framework and extensions for dotnetcore and aspcore webservices
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.AspNetCore.Authentication (>= 2.3.9)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.7)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.9)
- Microsoft.AspNetCore.Mvc (>= 2.3.9)
- Microsoft.Extensions.Options (>= 10.0.7)
- System.Security.Cryptography.Xml (>= 10.0.7)
- WIM.Exceptions (>= 2.1.0)
- WIM.Extensions (>= 2.1.0)
- WIM.Hypermedia (>= 2.1.0)
- WIM.Resources (>= 2.1.0)
- WIM.Security (>= 2.1.0)
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 |
|---|---|---|
| 10.0.1 | 96 | 6/2/2026 |
| 10.0.0 | 97 | 6/1/2026 |
| 2.1.0 | 1,618 | 4/3/2020 |
| 1.2.1 | 1,412 | 6/12/2019 |
| 1.2.0 | 1,447 | 5/30/2019 |
| 1.1.13 | 1,339 | 4/26/2019 |
| 1.1.12 | 1,339 | 4/26/2019 |
| 1.1.11 | 1,524 | 4/11/2019 |
| 1.1.10 | 1,504 | 4/10/2019 |
| 1.1.9 | 1,588 | 2/15/2019 |
| 1.1.8 | 1,600 | 12/11/2018 |
| 1.1.7 | 2,137 | 3/29/2018 |
| 1.1.6 | 2,122 | 3/28/2018 |
| 1.1.5 | 2,026 | 3/28/2018 |
| 1.1.4 | 2,062 | 3/28/2018 |
| 1.1.3 | 2,061 | 1/12/2018 |
| 1.1.2 | 1,963 | 12/15/2017 |
| 1.1.1 | 2,184 | 12/8/2017 |
| 1.1.0 | 2,232 | 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