Skip to content

Commit

Permalink
Update Readme with Provider information
Browse files Browse the repository at this point in the history
  • Loading branch information
salem84 authored Jul 1, 2021
1 parent 394d2c1 commit f243ad6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Library offers some in-bundle providers to capture versions information, such as

```js
{
"RuntimeInformation.FrameworkDescription":".NET 5.0.3",
"EntryAssemblyVersion":"1.0.0.0",
"RuntimeInformation.FrameworkDescription":".NET 5.0.7",
"EntryAssemblyVersion":"2.5.0.0",

...
}
Expand Down Expand Up @@ -83,9 +83,10 @@ _AspNetCore.VersionInfo_ package includes following providers:

| Provider | Keys | Description |
| - | - | - |
| AssemblyVersionProvider | `EntryAssembly` | Version of entry assembly |
| AssemblyVersionProvider | `EntryAssembly` <br/> `EntryAssemblyFullName` <br/> `EntryAssemblyLocation` <br/> `EntryAssemblyDirectoryPath` <br/> `EntryAssemblyFileVersion` <br/> `EntryAssemblyClrVersion` <br/> `EntryAssemblyCreationDate` <br/> `EntryAssemblyLastModifiedDate` | Version and main properties of entry assembly |
| ClrVersionProvider | `RuntimeInformation.FrameworkDescription` <br/> `RuntimeInformation.OsDescription` <br/> `RuntimeInformation.OsArchitecture` <br/> `RuntimeInformation.ProcessArchitecture` <br/> `RuntimeInformation.RuntimeIdentifier` | Version of the common language runtime and .NET installation on which the app is running |
| AppDomainAssembliesVersionProvider | `<AssemblyName>` | version of assemblies loaded in App Domain |
| AppDomainAssembliesVersionProvider | `<AssemblyName>` | Version of assemblies loaded in App Domain |
| EnvironmentProvider | `Environment.Uptime` <br/> `Environment.OSVersion` <br/> `Environment.IsOsWindows` <br/> `Environment.Is64BitOperatingSystem` <br/> `Environment.Is64BitProcess` <br/> `Environment.ProcessorCount` <br/> `Environment.MachineName` <br/> `Environment.SystemDirectory` <br/> `Environment.WorkingDirectory` <br/> `Environment.CommandLine` <br/> `Environment.DotNetVersion` | Environment properties |


### Options
Expand Down

0 comments on commit f243ad6

Please sign in to comment.