Summary
Fors the specified assemblies.
- Assembly
- Rocket
.Surgery .Build .Information .dll - Namespace
- Rocket
.Surgery .Build .Information - Containing Type
- GitVersion
Syntax
public static IDictionary<Assembly, GitVersion> For(IEnumerable<Assembly> assemblies)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| assemblies | IEnumerable |
The assemblies. |
Return Value
| Type | Description |
|---|---|
| IDictionary |
IDictionary{Assembly, GitVersion}. |
