Skip to content

Commit

Permalink
Added vsix manifest info and bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roald87 committed May 18, 2021
1 parent 79de09b commit b34e0a7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
21 changes: 21 additions & 0 deletions src/TcBlackExtension/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions src/TcBlackExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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")]
4 changes: 4 additions & 0 deletions src/TcBlackExtension/TcBlackExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<VSCTCompile Include="FormatStructuredTextPackage.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="stylesheet.css" />
</ItemGroup>
<ItemGroup>
Expand Down
9 changes: 7 additions & 2 deletions src/TcBlackExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?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="TcBlackExtension.a8d35469-ab91-41dc-bdb0-f276c3ad6370" Version="1.0" Language="en-US" Publisher="Roald Ruiter" />
<Identity Id="TcBlackExtension.a8d35469-ab91-41dc-bdb0-f276c3ad6370" Version="0.1.1" Language="en-US" Publisher="Roald Ruiter" />
<DisplayName>TcBlackExtension</DisplayName>
<Description xml:space="preserve">Empty VSIX Project.</Description>
<Description xml:space="preserve">Opinionated formatter for TwinCAT Structured Text.</Description>
<MoreInfo>https://github.com/Roald87/TcBlack/</MoreInfo>
<License>LICENSE.txt</License>
<GettingStartedGuide>https://github.com/Roald87/TcBlack/</GettingStartedGuide>
<ReleaseNotes>https://github.com/Roald87/TcBlack/releases</ReleaseNotes>
<Tags>twincat structured text opninionated code formatter</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
Expand Down

0 comments on commit b34e0a7

Please sign in to comment.