Skip to content

Commit a2a097d

Browse files
Add links to CLRIE released msi/msm files
1 parent ab1bfc7 commit a2a097d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The CLR Instrumentation Engine is a profiler implementation and is enabled and c
1919
* [Getting Started](docs/getting_started.md) for details on how use the CLR Instrumentation Engine.
2020
* [Environment Variables](docs/environment_variables.md)
2121
* [Configure Instrumentation Methods](docs/configuration.md)
22+
* [CLRIE Releases](docs/releases.md)
2223

2324
## Contributing
2425

docs/getting_started.md

-6
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ The Instrumentation Engine supports both x86 and x64 configurations.
6565

6666
See [CLRIE in Azure](scenarios/azure.md) for details about leveraging CLRIE on supported Azure platforms and products.
6767

68-
#### Required Dlls
69-
The Instrumentation Engine supports both x86 and x64 configurations.
70-
71-
* MicrosoftInstrumentationEngine_x86.dll
72-
* MicrosoftInstrumentationEngine_x64.dll
73-
7468
### How do I write an Instrumentation Method?
7569

7670
A simple example of an InstrumentationMethod can be found in

docs/releases.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CLR Instrumentation Engine Releases
2+
3+
The below links provide the latest released packages for CLRIE. Some Azure platforms already support CLRIE as a first part extension. (see [here](scenarios/azure.md) for details).
4+
5+
## Current Release - 1.0.31
6+
7+
|Platform|Links|
8+
|-|-|-|
9+
|Windows (x64)|[Installer (.msi)](https://aka.ms/clrie/release/1.0.31/instrumentationengine.installer_x64.1.0.31.msi)<br/>[Merge Module (.msm)](https://aka.ms/clrie/release/1.0.31/instrumentationengine.module_x64.1.0.31.msm)
10+
|Windows (x86)|[Installer (.msi)](https://aka.ms/clrie/release/1.0.31/instrumentationengine.installer_x86.1.0.31.msi)<br/>[Merge Module (.msm)](https://aka.ms/clrie/release/1.0.31/instrumentationengine.module_x86.1.0.31.msm)

0 commit comments

Comments
 (0)