Skip to content

Commit

Permalink
updated version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szehetner committed May 7, 2018
1 parent a6b173a commit 5f0bef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/InliningAnalyzer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@

public static class ProjectVersion
{
public const string VersionNumber = "0.6.5.0";
public const string VersionNumber = "0.7.0.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.6.5" Language="en-US" Publisher="szehetner" />
<Identity Id="InliningAnalyzer-a4c401b8-a782-441a-8548-e7a44aeb23d1" Version="0.7.0" 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>
<Icon>IconLarge.png</Icon>
Expand Down

0 comments on commit 5f0bef3

Please sign in to comment.