gemutil 1.0.7.8

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

collection of common utilities functions

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows 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 (5)

Showing the top 5 NuGet packages that depend on gemutil:

Package Downloads
gemEvoAccess

API for interfacing with FoxDraw

gemFoxAccess

API for interfacing with FoxDraw

amglab.Excel.ProductivityTool

Excel provides OpneXML interface to C# developer. It facilitate lot of OpenXML to user with easy interface

amgSPXLib

Package Description

gemLGEN

API for module protection

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.7.8 167 5/25/2025
1.0.7.7 156 5/25/2025
1.0.7.6 179 3/13/2025
1.0.7.5 134 1/30/2025
1.0.7.4 114 1/27/2025
1.0.7.3 140 11/27/2024
1.0.7.2 266 8/8/2023
1.0.7.1 249 6/12/2023
1.0.7 188 6/12/2023
1.0.6.9 399 1/22/2023
1.0.6.8 436 12/1/2022
1.0.6.7 907 10/20/2022
1.0.6.6 740 10/18/2022
1.0.6.5 501 10/18/2022
1.0.6.4 523 10/16/2022
1.0.6.3 521 10/16/2022
1.0.6.2 1,051 5/10/2022
1.0.6.1 716 5/6/2022
1.0.6 479 5/4/2022
1.0.5.9 515 5/4/2022
1.0.5.8 516 5/4/2022
1.0.5.7 541 3/23/2022
1.0.5.6 391 1/2/2022
1.0.5.3 3,661 9/1/2021
1.0.5.2 780 8/30/2021
1.0.5.1 689 8/21/2021
1.0.4.9 670 8/20/2021
1.0.4.8 832 6/30/2021
1.0.4.7 2,879 3/8/2021
1.0.4.6 1,334 1/21/2021
1.0.4.5 777 1/12/2021
1.0.4.4 630 1/4/2021
1.0.4.3 1,868 11/25/2020
1.0.4 2,088 9/8/2020

This line has been added to the Excel read using EPPlus to comply with the license
ExcelPackage.LicenseContext = ExcelPackage.LicenseContext.HasValue? ExcelPackage.LicenseContext: LicenseContext.NonCommercial;