Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted committed Sep 22, 2024
1 parent c63627c commit b0ef48e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("2.11.0.0")]
[assembly: AssemblyFileVersion("2.11.0.0")]
[assembly: AssemblyVersion("2.12.0.0")]
[assembly: AssemblyFileVersion("2.12.0.0")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
2 changes: 1 addition & 1 deletion visual-studio/source/GitWebLinks/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Git Web Links";
public const string Description = @"Copy links to files in their online Git repositories.";
public const string Language = "en-US";
public const string Version = "2.11.0";
public const string Version = "2.12.0";
public const string Author = "reduckted";
public const string Tags = "";
}
Expand Down
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="GitWebLinks.c090a256-229d-440e-8f5d-34306611b61b" Version="2.11.0" Language="en-US" Publisher="reduckted" />
<Identity Id="GitWebLinks.c090a256-229d-440e-8f5d-34306611b61b" Version="2.12.0" Language="en-US" Publisher="reduckted" />
<DisplayName>Git Web Links</DisplayName>
<Description xml:space="preserve">Copy links to files in their online Git repositories.</Description>
<MoreInfo>https://github.com/reduckted/GitWebLinks</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-gitweblinks",
"displayName": "Git Web Links for VS Code",
"description": "Copy links to files in their online Git repositories",
"version": "2.11.0",
"version": "2.12.0",
"publisher": "reduckted",
"homepage": "https://github.com/reduckted/GitWebLinks",
"repository": {
Expand Down

0 comments on commit b0ef48e

Please sign in to comment.