Skip to content

Commit

Permalink
fix icon requirements; fix codeowners; fix menu item; regen files wit…
Browse files Browse the repository at this point in the history
…h new extension version
  • Loading branch information
MarshalX committed Jun 5, 2024
1 parent c76b30e commit c6449e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @MarshalX @elsape
* @MarshalX @elsapet
Binary file modified Cycode/Resources/ExtensionIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Cycode/VSCommandTable.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// ------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by the free extension VSIX Synchronizer
// This file was generated by VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
using System;

namespace Cycode
{
using System;

/// <summary>
/// Helper class that exposes all GUIDs used across VS Package.
/// </summary>
Expand Down
8 changes: 3 additions & 5 deletions Cycode/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by the extension VSIX Synchronizer
// This file was generated by VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
namespace Cycode
Expand All @@ -9,9 +9,7 @@ internal sealed partial class Vsix
{
public const string Id = "Cycode.f2c5020e-67a2-46f8-a888-609412fd59db";
public const string Name = "Cycode";
public const string Description = @"The Cycode Visual Studio Extension is a plugin for Visual Studio IDE that helps
users to adopt a shift-left strategy, by enabling code scanning early in the development lifecycle, which could
significantly help businesses avoid costly repairs and potential complications down the line.";
public const string Description = @"The Cycode Visual Studio Extension is a plugin for Visual Studio IDE";
public const string Language = "en-US";
public const string Version = "0.0.0";
public const string Author = "Cycode";
Expand Down
4 changes: 1 addition & 3 deletions Cycode/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<Metadata>
<Identity Id="Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version="0.0.0" Language="en-US" Publisher="Cycode" />
<DisplayName>Cycode</DisplayName>
<Description xml:space="preserve">The Cycode Visual Studio Extension is a plugin for Visual Studio IDE that helps
users to adopt a shift-left strategy, by enabling code scanning early in the development lifecycle, which could
significantly help businesses avoid costly repairs and potential complications down the line.</Description>
<Description xml:space="preserve">The Cycode Visual Studio Extension is a plugin for Visual Studio IDE</Description>
<MoreInfo>https://github.com/cycodehq/visual-studio-extension</MoreInfo>
<License>LICENSE</License>
<ReleaseNotes>https://github.com/cycodehq/visual-studio-extensio/blob/main/CHANGELOG.md</ReleaseNotes>
Expand Down

0 comments on commit c6449e1

Please sign in to comment.