Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Dec 13, 2021
1 parent 21a182d commit 21ae194
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SvelteVisualStudioShared/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 SvelteVisualStudioShared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-visual-studio",
"version": "1.5.3",
"version": "1.5.4",
"description": "This extension is a language server client for Visual Studio 2019. Power by [Svelte Language Server](https://github.com/sveltejs/language-tools/) \r with [language server protocol](https://microsoft.github.io/language-server-protocol/)",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions SvelteVisualStudio_2019/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 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("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
2 changes: 1 addition & 1 deletion SvelteVisualStudio_2019/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="SvelteVisualStudio.cf753cf7-a24c-4d55-b2bd-4dab99668848" Version="1.5.3" Language="en-US" Publisher="Jason Lyu" />
<Identity Id="SvelteVisualStudio.cf753cf7-a24c-4d55-b2bd-4dab99668848" Version="1.5.4" Language="en-US" Publisher="Jason Lyu" />
<DisplayName>Svelte For Visual Studio</DisplayName>
<Description xml:space="preserve">A language server client for Visual Studio 2019. Power by Svelte Language Server with language server protocol</Description>
<MoreInfo>https://github.com/jasonlyu123/SvelteVisualStudio</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions SvelteVisualStudio_2022/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
4 changes: 2 additions & 2 deletions SvelteVisualStudio_2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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="SvelteVisualStudio_2022.f3b4e7c0-76bc-44d0-b3f7-6be02c454288" Version="1.0" Language="en-US" Publisher="Jason Lyu" />
<DisplayName>SvelteVisualStudio_2022</DisplayName>
<Identity Id="SvelteVisualStudio_2022.f3b4e7c0-76bc-44d0-b3f7-6be02c454288" Version="1.5.4" Language="en-US" Publisher="Jason Lyu" />
<DisplayName>Svelte For Visual Studio</DisplayName>
<Description xml:space="preserve">A language server client for Visual Studio 2022. Power by Svelte Language Server with language server protocol</Description>
</Metadata>
<Installation>
Expand Down

0 comments on commit 21ae194

Please sign in to comment.