Skip to content

Commit

Permalink
RELEASE: v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Dec 21, 2020
1 parent c3bcdbe commit dbf5d0f
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("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.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="0.5" Language="en-US" Publisher="neonFORGE LLC" />
<Identity Id="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="0.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/v0.5</ReleaseNotes>
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v0.6</ReleaseNotes>
<Icon>packageicon.png</Icon>
<Tags>raspberry pi debugger</Tags>
<Preview>true</Preview>
Expand Down

0 comments on commit dbf5d0f

Please sign in to comment.