Skip to content

Commit

Permalink
update version to 0.7.6
Browse files Browse the repository at this point in the history
szehetner committed Mar 11, 2019
1 parent 5188a99 commit 1c6a5b4
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### Version 0.7.5, 2018/01/05:
### Version 0.7.6, 2019/03/11:

* support for Visual Studio 2019 ([#15](https://github.com/szehetner/InliningAnalyzer/issues/15))

### Version 0.7.5, 2019/01/05:

* support for dark color theme ([#12](https://github.com/szehetner/InliningAnalyzer/issues/12))
* fix for missing assembly errors in Web Application Projects ([#13](https://github.com/szehetner/InliningAnalyzer/issues/13))
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
{
public static class ProjectVersion
{
public const string VersionNumber = "0.7.5.0";
public const string VersionNumber = "0.7.6.0";
}
}
2 changes: 1 addition & 1 deletion src/InliningAnalyzer.JitCompiler/ProjectVersion.cs
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
{
public static class ProjectVersion
{
public const string VersionNumber = "0.7.5.0";
public const string VersionNumber = "0.7.6.0";
}
}
2 changes: 1 addition & 1 deletion src/VsExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="InliningAnalyzer-a4c401b8-a782-441a-8548-e7a44aeb23d1" Version="0.7.5" Language="en-US" Publisher="szehetner" />
<Identity Id="InliningAnalyzer-a4c401b8-a782-441a-8548-e7a44aeb23d1" Version="0.7.6" Language="en-US" Publisher="szehetner" />
<DisplayName>Inlining Analyzer</DisplayName>
<Description xml:space="preserve">Inlining Analyzer shows if a method call will be inlined by the JIT Compiler. Method calls are highlighted right in the source code and also display the reason for a failed inline as given by the JIT Compiler.</Description>
<ReleaseNotes>https://github.com/szehetner/InliningAnalyzer/blob/master/ReleaseHistory.md</ReleaseNotes>

0 comments on commit 1c6a5b4

Please sign in to comment.