From b34e0a7cdd594840b495449c2095b7aaf8d4d67b Mon Sep 17 00:00:00 2001 From: Roald Ruiter Date: Tue, 18 May 2021 19:57:17 +0200 Subject: [PATCH] Added vsix manifest info and bumped version number. --- src/TcBlackExtension/LICENSE.txt | 21 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 4 ++-- src/TcBlackExtension/TcBlackExtension.csproj | 4 ++++ .../source.extension.vsixmanifest | 9 ++++++-- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 src/TcBlackExtension/LICENSE.txt diff --git a/src/TcBlackExtension/LICENSE.txt b/src/TcBlackExtension/LICENSE.txt new file mode 100644 index 0000000..19f5101 --- /dev/null +++ b/src/TcBlackExtension/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Roald Ruiter + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/src/TcBlackExtension/Properties/AssemblyInfo.cs b/src/TcBlackExtension/Properties/AssemblyInfo.cs index 1153f7a..947635c 100644 --- a/src/TcBlackExtension/Properties/AssemblyInfo.cs +++ b/src/TcBlackExtension/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("TcBlackExtension")] -[assembly: AssemblyDescription("Visual Studio Extension to Format TwinCAT Structured Text")] +[assembly: AssemblyDescription("Opinionated formatter for TwinCAT Structured Text")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("TcBlackExtension")] @@ -29,4 +29,4 @@ // 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("0.1.0.0")] +[assembly: AssemblyVersion("0.1.1.0")] diff --git a/src/TcBlackExtension/TcBlackExtension.csproj b/src/TcBlackExtension/TcBlackExtension.csproj index 40cc05b..c8a8494 100644 --- a/src/TcBlackExtension/TcBlackExtension.csproj +++ b/src/TcBlackExtension/TcBlackExtension.csproj @@ -72,6 +72,10 @@ Menus.ctmenu + + Always + true + diff --git a/src/TcBlackExtension/source.extension.vsixmanifest b/src/TcBlackExtension/source.extension.vsixmanifest index a7b9712..2bbe18c 100644 --- a/src/TcBlackExtension/source.extension.vsixmanifest +++ b/src/TcBlackExtension/source.extension.vsixmanifest @@ -1,9 +1,14 @@  - + TcBlackExtension - Empty VSIX Project. + Opinionated formatter for TwinCAT Structured Text. + https://github.com/Roald87/TcBlack/ + LICENSE.txt + https://github.com/Roald87/TcBlack/ + https://github.com/Roald87/TcBlack/releases + twincat structured text opninionated code formatter