From ab551a0151ff4303343ec76bc5f00fb9f46cabaf Mon Sep 17 00:00:00 2001 From: Andrey Popkov Date: Fri, 8 Jun 2018 15:03:12 +0300 Subject: [PATCH 1/2] change vsixmanifest --- .../source.extension.vsixmanifest | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Acuminator/Acuminator.Vsix/source.extension.vsixmanifest b/src/Acuminator/Acuminator.Vsix/source.extension.vsixmanifest index 7f46710a1..0d211a3bc 100644 --- a/src/Acuminator/Acuminator.Vsix/source.extension.vsixmanifest +++ b/src/Acuminator/Acuminator.Vsix/source.extension.vsixmanifest @@ -1,32 +1,32 @@  - - - Acuminator - Acuminator is a static code analysis and colorizer tool for Visual Studio that simplifies development with Acumatica Framework. Acuminator provides diagnostics and code fixes for common developer challenges related to Acumatica Framework. Also, Acuminator can colorize and format BQL statements, and can collapse attributes and parts of BQL queries. - https://github.com/Acumatica/Acuminator - license.txt - https://github.com/Acumatica/Acuminator/blob/master/docs/ReleaseNotes.md - icon.ico - acumatica - - - - - - - - - - - - - - - - - - - - - + + + Acuminator + Acuminator is a static code analysis and colorizer tool for Visual Studio that simplifies development with Acumatica Framework. Acuminator provides diagnostics and code fixes for common developer challenges related to Acumatica Framework. Also, Acuminator can colorize and format BQL statements, and can collapse attributes and parts of BQL queries. + https://github.com/Acumatica/Acuminator + license.txt + https://github.com/Acumatica/Acuminator/blob/master/docs/ReleaseNotes.md + icon.ico + acumatica + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From d1a7a923eca1f01e0fcd2166d10ca340f012fd1d Mon Sep 17 00:00:00 2001 From: Andrey Popkov Date: Fri, 8 Jun 2018 15:12:59 +0300 Subject: [PATCH 2/2] Add GitVersion.txt to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04f1acf75..2442ba5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ lib/ bld/ [Bb]in/ [Oo]bj/ +src/GitVersion.txt # Visual Studio 2015 cache/options directory .vs/