HCFramework 1.0.37

dotnet add package HCFramework --version 1.0.37
                    
NuGet\Install-Package HCFramework -Version 1.0.37
                    
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="HCFramework" Version="1.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HCFramework" Version="1.0.37" />
                    
Directory.Packages.props
<PackageReference Include="HCFramework" />
                    
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 HCFramework --version 1.0.37
                    
#r "nuget: HCFramework, 1.0.37"
                    
#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 HCFramework@1.0.37
                    
#: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=HCFramework&version=1.0.37
                    
Install as a Cake Addin
#tool nuget:?package=HCFramework&version=1.0.37
                    
Install as a Cake Tool

HCFramework

This library uses customized controls and functionality for HCortex applications

Authors

HCFramework .NET Library

HCFramework is a .NET library that provides controls and classes for specific HCortex applications. It is designed to help developers implement HCortex application framework.

Installation

To install HCFramework, you can use the NuGet Package Manager in Visual Studio or the .NET CLI.

NuGet Package Manager

  1. Open the NuGet Package Manager in your project.
  2. Search for HCFramework.
  3. Click Install to add the library to your project.

.NET CLI

dotnet add package MTEFramework --version 1.1.6
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 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
1.0.37 214 11/25/2024
1.0.36 203 11/25/2024
1.0.35 198 11/25/2024
1.0.34 194 11/25/2024
1.0.33 196 11/25/2024
1.0.31 248 4/10/2024
1.0.30 275 1/30/2024
1.0.29 209 1/29/2024
1.0.28 328 12/12/2023
1.0.27 215 12/7/2023
1.0.26 196 12/6/2023
1.0.25 219 12/6/2023
1.0.24 212 11/30/2023
1.0.23 230 11/13/2023
1.0.22 202 11/9/2023
1.0.21 217 11/8/2023
1.0.20 203 11/7/2023
1.0.19 243 11/2/2023
1.0.18 223 11/2/2023
1.0.17 225 11/2/2023
Loading failed

Custom control library for Hcortex Applications