Indice.Features.Cases.AspNetCore 7.47.0

Suggested Alternatives

Indice.Features.Cases.Server

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Indice.Features.Cases.AspNetCore --version 7.47.0
                    
NuGet\Install-Package Indice.Features.Cases.AspNetCore -Version 7.47.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Indice.Features.Cases.AspNetCore" Version="7.47.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Indice.Features.Cases.AspNetCore" Version="7.47.0" />
                    
Directory.Packages.props
<PackageReference Include="Indice.Features.Cases.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Indice.Features.Cases.AspNetCore --version 7.47.0
                    
#r "nuget: Indice.Features.Cases.AspNetCore, 7.47.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Indice.Features.Cases.AspNetCore@7.47.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Indice.Features.Cases.AspNetCore&version=7.47.0
                    
Install as a Cake Addin
#tool nuget:?package=Indice.Features.Cases.AspNetCore&version=7.47.0
                    
Install as a Cake Tool

Indice Case Management System

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
8.0.0-rc09 308 2024/12/10 8.0.0-rc09 is deprecated because it is no longer maintained.
8.0.0-rc08 183 2024/12/6
8.0.0-rc07 204 2024/12/6
8.0.0-rc06 232 2024/12/6
8.0.0-rc05 209 2024/12/6
8.0.0-rc04 216 2024/12/4
8.0.0-rc03 209 2024/12/2
8.0.0-rc02 195 2024/12/1
8.0.0-rc01 188 2024/11/29
7.47.0 608 2024/11/28 7.47.0 is deprecated because it is no longer maintained.
7.46.0 315 2024/11/27
7.45.0 331 2024/11/26
7.44.0 288 2024/11/26
7.43.1 405 2024/11/25
7.43.0 304 2024/11/22
7.42.0 311 2024/11/21
7.41.0 306 2024/11/15
7.40.0 327 2024/11/14
7.39.1 357 2024/11/8
7.39.0 343 2024/11/6
Loading failed

- Added PatchCaseMetadata to AdminCasesController, so you can now update a case's metadata.
     - Also added PatchCaseMetadata to the IAdminCaseService, so you can now update a case's metadata from your code.