Skip to content

Commit

Permalink
RELEASE: v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Apr 10, 2021
1 parent d8c389f commit c1b902e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RaspberryDebugger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,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.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
4 changes: 2 additions & 2 deletions RaspberryDebugger/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="1.5" Language="en-US" Publisher="neonFORGE LLC" />
<Identity Id="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="1.6" Language="en-US" Publisher="neonFORGE LLC" />
<DisplayName>Raspberry Debugger</DisplayName>
<Description xml:space="preserve">The Raspberry Debugger extension provides an easy way to debug your Raspberry .NET Core and .NET 5 applications on a real Raspberry Pi using Visual Studio.</Description>
<License>license.txt</License>
<GettingStartedGuide>https://github.com/nforgeio/RaspberryDebugger</GettingStartedGuide>
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v1.5</ReleaseNotes>
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v1.6</ReleaseNotes>
<Icon>packageicon.png</Icon>
<Tags>raspberry pi debugger</Tags>
</Metadata>
Expand Down

0 comments on commit c1b902e

Please sign in to comment.