Skip to content

Commit bef1d94

Browse files
committed
r1.3.x
1 parent 0eac916 commit bef1d94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/VsLinuxDebugger/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.0.0")]
33-
[assembly: AssemblyFileVersion("1.2.0.0")]
32+
[assembly: AssemblyVersion("1.3.0.0")]
33+
[assembly: AssemblyFileVersion("1.3.0.0")]

src/VsLinuxDebugger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" Version="1.2.0" Language="en-US" Publisher="Suess Labs" />
4+
<Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" Version="1.3.0" Language="en-US" Publisher="Suess Labs" />
55
<DisplayName>VS Linux Debugger</DisplayName>
66
<Description xml:space="preserve">Remotely deploy and debug your .NET apps visa SSH on your Linux device using Visual Studio 2022. Works with popular Linux distrobutions such as Ubuntu, Raspberry Pi, and more!</Description>
77
<MoreInfo>https://github.com/SuessLabs/VsLinuxDebug</MoreInfo>

0 commit comments

Comments
 (0)