Info
Version: | 0.2.2 |
Author(s): | Peter Sunde |
Last Update: | Tuesday, October 22, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/peters/assemblyinfo |
NuGet Url: | https://www.nuget.org/packages/assemblyinfo |
Install
Install-Package assemblyinfo
dotnet add package assemblyinfo
paket add assemblyinfo
assemblyinfo Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
instead of `Assembly.Load` which ensures that you do not have to load it's dependencies beforehand.
This is particularly useful if you just want to know what .NET target framework an assembly
is targeting without running the risk of catching an exception from `Assembly.Load` because of a missing dependency.