Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Mar 5, 2015
1 parent 3ac2ea1 commit 181f629
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Engage.ApplicationInsights.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="ReleaseNotes_00.05.00.htm" />
<Content Include="ReleaseNotes_00.06.00.htm" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("97bc4a5f-9d98-4ba7-91f4-37b3cff50281")]
[assembly: AssemblyVersion("0.5.0.*")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")]
11 changes: 0 additions & 11 deletions ReleaseNotes_00.05.00.htm

This file was deleted.

17 changes: 17 additions & 0 deletions ReleaseNotes_00.06.00.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="Normal">
<h3>Change Log</h3>
<ol style="max-height: 20em; overflow: auto;">
<li>
<h4>Version 0.6.0 &mdash; <time datetime="2015-03-05">March 5, 2015</time></h4>
<ul>
<li>Fixes an issue where uninstalling the module can break the site (<a href="https://github.com/EngageSoftware/Engage-Application-Insights/issues/1">#1</a>)</li>
<li>Add documentation on obtaining an instrumentation key (<a href="https://github.com/EngageSoftware/Engage-Application-Insights/issues/2">#2</a>)</li>
</ul>
</li>
</ol>
<p>More details can be found on the <a href="https://github.com/EngageSoftware/Engage-Application-Insights/issues?q=is%3Aclosed">Change Log</a></p>
<!--<h3>Known Issues</h3>
<ul>
<li>Modules using different versions of the Telerik RadControls for ASP.NET AJAX (including many OnyakTech modules) may not be able to function alongside Engage: Booking.</li>
</ul>-->
</div>

0 comments on commit 181f629

Please sign in to comment.