diff --git a/src/InliningAnalyzer/Properties/AssemblyInfo.cs b/src/InliningAnalyzer/Properties/AssemblyInfo.cs index db65451..e36f92a 100644 --- a/src/InliningAnalyzer/Properties/AssemblyInfo.cs +++ b/src/InliningAnalyzer/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ public static class ProjectVersion { - public const string VersionNumber = "0.6.5.0"; + public const string VersionNumber = "0.7.0.0"; } \ No newline at end of file diff --git a/src/VsExtension/source.extension.vsixmanifest b/src/VsExtension/source.extension.vsixmanifest index 1b70798..aed5cf7 100644 --- a/src/VsExtension/source.extension.vsixmanifest +++ b/src/VsExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Inlining Analyzer 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. IconLarge.png