From fd78b612d4869ac82b093e5bb68c0f8771815ac2 Mon Sep 17 00:00:00 2001 From: Tiemen Date: Thu, 17 Aug 2017 23:09:14 +0200 Subject: [PATCH] - Added support for installing against VS2017 (did some quick testing) - Added support for building against VS2017 (untested) - Incremented version to 1.4 - Fixed readme asterisk escaping --- FortranCodeNav/FortranCodeNav.csproj | 14 ++++++++++---- FortranCodeNav/Properties/AssemblyInfo.cs | 2 +- FortranCodeNav/packages.config | 3 ++- FortranCodeNav/source.extension.vsixmanifest | 7 +++++-- FortranCodeNavCore/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- VSIntegration/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 22 insertions(+), 12 deletions(-) diff --git a/FortranCodeNav/FortranCodeNav.csproj b/FortranCodeNav/FortranCodeNav.csproj index db08f2d..894fbd6 100644 --- a/FortranCodeNav/FortranCodeNav.csproj +++ b/FortranCodeNav/FortranCodeNav.csproj @@ -1,13 +1,16 @@  - + + + 14.0 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) true + v3 true @@ -207,10 +210,13 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + + + - + + - + + + + diff --git a/FortranCodeNavCore/Properties/AssemblyInfo.cs b/FortranCodeNavCore/Properties/AssemblyInfo.cs index 9c64b7b..b93a863 100644 --- a/FortranCodeNavCore/Properties/AssemblyInfo.cs +++ b/FortranCodeNavCore/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("TS")] [assembly: AssemblyProduct("FortranCodeNavCore")] -[assembly: AssemblyCopyright("Copyright © 2012-2015")] +[assembly: AssemblyCopyright("Copyright © 2012-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyVersion("1.4.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/README.md b/README.md index 6297288..36f3b50 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Pattern search is a method to quickly filter the results without typing out the So the search term 'HL' would match 'hello' whereas the search term 'hl' would not. Expressed as a (case insensitive) wildcard pattern: - hl = 'hl' -- HL = 'h*l*' +- HL = 'h\*l\*' The pattern search is useful to quickly find members by their acronym: - Fortran = FTRN diff --git a/VSIntegration/Properties/AssemblyInfo.cs b/VSIntegration/Properties/AssemblyInfo.cs index f89b6e5..5c83b60 100644 --- a/VSIntegration/Properties/AssemblyInfo.cs +++ b/VSIntegration/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("-TS")] [assembly: AssemblyProduct("VSIntegration")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © 2012-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]