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 265 12/10/2024 8.0.0-rc09 is deprecated because it is no longer maintained.
8.0.0-rc08 154 12/6/2024
8.0.0-rc07 172 12/6/2024
8.0.0-rc06 199 12/6/2024
8.0.0-rc05 182 12/6/2024
8.0.0-rc04 185 12/4/2024
8.0.0-rc03 175 12/2/2024
8.0.0-rc02 168 12/1/2024
8.0.0-rc01 156 11/29/2024
7.47.0 521 11/28/2024 7.47.0 is deprecated because it is no longer maintained.
7.46.0 266 11/27/2024
7.45.0 274 11/26/2024
7.44.0 241 11/26/2024
7.43.1 352 11/25/2024
7.43.0 254 11/22/2024
7.42.0 263 11/21/2024
7.41.0 251 11/15/2024
7.40.0 282 11/14/2024
7.39.1 304 11/8/2024
7.39.0 290 11/6/2024
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.