Skip to content

Commit d58fc56

Browse files
committed
Preparation for 1.1.0.0 release
Added changelog and fixed code analysis warning.
1 parent a0f6bfb commit d58fc56

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

AssemblyHost/Child/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private static void Main(string[] args)
6868
/// <summary>
6969
/// Executes the hosted assembly.
7070
/// </summary>
71+
/// <param name="main">The main AppDomain for the application.</param>
7172
/// <param name="args">The command-line arguments.</param>
7273

7374
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic", Justification = "Called cross-domain via instance.")]

CHANGES.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
AssemblyHost Releases
2+
============
3+
4+
The current version of AssemblyHost is 1.1.0.0.
5+
6+
# 1.1.0.0 (Released September 27, 2014)
7+
8+
Backwards compatible with 1.0.0.0 but introduces a new API function.
9+
10+
- Added HostProcess.WaitStopped method to provide a convenient way to wait for the child process to complete and return the result.
11+
- Added example application containing several examples that can be used as starting points as well as explanations of each mode.
12+
- Modified the AssemblyHost to attempt to notify the parent process of unhandled exceptions in the child and avoid the crash dialog.
13+
- Modified tests to collect impact data and to be able to pass on slower machines.
14+
15+
# 1.0.0.0 (Released August 31, 2014)
16+
17+
Initial release of the AssemblyHost.

0 commit comments

Comments
 (0)