G9AssemblyManagement 1.4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package G9AssemblyManagement --version 1.4.0.1
NuGet\Install-Package G9AssemblyManagement -Version 1.4.0.1
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="G9AssemblyManagement" Version="1.4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add G9AssemblyManagement --version 1.4.0.1
#r "nuget: G9AssemblyManagement, 1.4.0.1"
#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.
// Install G9AssemblyManagement as a Cake Addin
#addin nuget:?package=G9AssemblyManagement&version=1.4.0.1

// Install G9AssemblyManagement as a Cake Tool
#tool nuget:?package=G9AssemblyManagement&version=1.4.0.1

G9TM G9AssemblyManagement

NuGet version (G9AssemblyManagement) Azure DevOps Pipeline Build Status Github Repository

An efficient library for working on assembly levels in .NET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on G9AssemblyManagement:

Package Downloads
G9JSONHandler

A pretty small .NET library has been developed for working with JSON. This library provides many helpful attributes for members like Comment, Encryption, CustomName, Ordering, Ignoring, CustomParser, etc. On the other hand, with the custom parser structure, you can define your desired parsing process for specific types, or with a preferred config, you can customize the parsing process, which leads to more flexibility.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.5.21 87 2/8/2024
1.4.5.1 91 2/8/2024
1.4.5 990 9/25/2022
1.4.4.2 1,833 9/20/2022
1.4.4.1 380 9/20/2022
1.4.4 386 9/19/2022
1.4.3.3 650 9/11/2022
1.4.3.2 384 9/11/2022
1.4.3.1 369 9/11/2022
1.4.2.7 639 9/7/2022
1.4.2.6 658 8/31/2022
1.4.2.5 361 8/31/2022
1.4.2.3 860 8/28/2022
1.4.2.2 891 8/25/2022
1.4.0.1 612 8/20/2022
1.3.3.5 368 8/18/2022
1.3.3.4 381 8/18/2022
1.3.3.2 404 8/17/2022
1.3.3.1 1,095 8/17/2022
1.2.0 664 8/10/2022
1.1.5 634 8/9/2022
1.1.4 391 8/8/2022
1.1.3 645 8/8/2022
1.1.2 403 8/7/2022
1.1.1 383 8/6/2022
1.1.0 393 8/5/2022
1.0.0.3 398 8/3/2022
1.0.0.1 351 8/19/2021
1.0.0 322 8/19/2021

-- Redesigned custom modifier access (StaticAndInstance).
-- Enhanced performance of the SmartChangeType method.
-- Redesigned the basis of data type classes and interfaces.
-- Redesigned structure.
-- Completed tests.