Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 16, 2022
1 parent 3089db9 commit 251de6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Vsix.Orchard/Constants/ExtensionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Lombiq.Vsix.Orchard.Constants
{
internal static class ExtensionVersion
{
public const string Current = "1.6.0";
public const string Current = "1.7.0";
}
}
2 changes: 1 addition & 1 deletion Lombiq.Vsix.Orchard/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="1a2f7a53-92bd-4396-b49c-98a9bfcc1d41" Version="1.6.0" Language="en-US" Publisher="Lombiq Technologies" />
<Identity Id="1a2f7a53-92bd-4396-b49c-98a9bfcc1d41" Version="1.7.0" Language="en-US" Publisher="Lombiq Technologies" />
<DisplayName>Lombiq Orchard Visual Studio Extension</DisplayName>
<Description xml:space="preserve">Visual Studio extension with many features and templates frequently used by Lombiq developers. Contains Orchard-related as well as generic goodies.</Description>
<MoreInfo>https://github.com/Lombiq/Lombiq-Visual-Studio-Extension</MoreInfo>
Expand Down

0 comments on commit 251de6c

Please sign in to comment.