File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The CLR Instrumentation Engine is a profiler implementation and is enabled and c
19
19
* [ Getting Started] ( docs/getting_started.md ) for details on how use the CLR Instrumentation Engine.
20
20
* [ Environment Variables] ( docs/environment_variables.md )
21
21
* [ Configure Instrumentation Methods] ( docs/configuration.md )
22
+ * [ CLRIE Releases] ( docs/releases.md )
22
23
23
24
## Contributing
24
25
Original file line number Diff line number Diff line change @@ -65,12 +65,6 @@ The Instrumentation Engine supports both x86 and x64 configurations.
65
65
66
66
See [ CLRIE in Azure] ( scenarios/azure.md ) for details about leveraging CLRIE on supported Azure platforms and products.
67
67
68
- #### Required Dlls
69
- The Instrumentation Engine supports both x86 and x64 configurations.
70
-
71
- * MicrosoftInstrumentationEngine_x86.dll
72
- * MicrosoftInstrumentationEngine_x64.dll
73
-
74
68
### How do I write an Instrumentation Method?
75
69
76
70
A simple example of an InstrumentationMethod can be found in
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments