Skip to content

Commit

Permalink
Merge pull request #22 from Microsoft/e2e-html
Browse files Browse the repository at this point in the history
bumping up version
  • Loading branch information
MaxShehovtsov committed Jun 30, 2015
2 parents be53ea4 + 5e2fb79 commit 7920593
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions JavaScript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ _Chutzpah.*
/*/E2ETests/ai.js
/*/E2ETests/sprint*Snippet.js
/*/E2ETests/testSnippet.js
/*/E2ETests/sprint*.html
/*/E2ETests/test.html
/*/E2ETests/*.html
/*/Selenium/testPageWithAppInsights.html
10 changes: 5 additions & 5 deletions JavaScript/JavaScriptSDK.Tests/JavaScriptSDK.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
</ItemGroup>
<ItemGroup>
<None Include="E2ETests\PostBuild.ps1" />
<Content Include="E2ETests\snippetTests.html" />
<Content Include="E2ETests\DisableTelemetryTests.html" />
<Content Include="E2ETests\SanitizerE2ETests.html" />
<Content Include="E2ETests\PublicApiTests.html" />
<Content Include="E2ETests\autoCollection.tests.html" />
<Content Include="E2ETests\E2E.snippetTests.htm" />
<Content Include="E2ETests\E2E.DisableTelemetryTests.htm" />
<Content Include="E2ETests\E2E.SanitizerE2ETests.htm" />
<Content Include="E2ETests\E2E.PublicApiTests.htm" />
<Content Include="E2ETests\E2E.autoCollection.tests.htm" />
<Content Include="E2ETests\autoCollectionTemplates\instrumentation.js" />
<Content Include="E2ETests\standalone\legacySnippet.js" />
<Content Include="E2ETests\ai.js">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/JavaScriptSDK/appInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Microsoft.ApplicationInsights {
"use strict";

export var Version = "0.15.20150624.1";
export var Version = "0.15.20150630.5";

export interface IConfig {
instrumentationKey: string;
Expand Down

0 comments on commit 7920593

Please sign in to comment.