ZipAssembly 1.1.2

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ZipAssembly --version 1.1.2
                    
NuGet\Install-Package ZipAssembly -Version 1.1.2
                    
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="ZipAssembly" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZipAssembly" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="ZipAssembly" />
                    
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 ZipAssembly --version 1.1.2
                    
#r "nuget: ZipAssembly, 1.1.2"
                    
#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 ZipAssembly@1.1.2
                    
#: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=ZipAssembly&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=ZipAssembly&version=1.1.2
                    
Install as a Cake Tool

A .NET library for loading assemblies from zip files.

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.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  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 ZipAssembly:

Package Downloads
GenericPluginLoader

A c# generc plugin loader.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.3-preview-99680546 5,620 5/9/2020
1.1.3-preview-467508446 422 1/7/2021
1.1.3-preview-465309053 424 1/6/2021
1.1.3-preview-462664168 449 1/5/2021
1.1.3-preview-460338005 400 1/4/2021
1.1.3-preview-455666739 500 1/1/2021
1.1.3-preview-450142383 435 12/29/2020
1.1.3-preview-448217442 419 12/28/2020
1.1.3-preview-437340376 604 12/22/2020
1.1.3-preview-437339680 599 12/22/2020
1.1.3-preview-422450569 436 12/15/2020
1.1.3-preview-407502715 443 12/8/2020
1.1.3-preview-399984519 446 12/4/2020
1.1.3-preview-397661989 451 12/3/2020
1.1.3-preview-393143004 440 12/1/2020
1.1.3-preview-380396995 423 11/24/2020
1.1.3-preview-369301637 507 11/18/2020
1.1.3-preview-367467749 455 11/17/2020
1.1.3-preview-367467590 473 11/17/2020
1.1.2 1,226 2/5/2019
Loading failed

Removed ZipAssembly.Assembly property. The property was redundant as ZipAssembly is a subclass of Assembly anyway. Also added reference assemblies.