Skip to content

Commit 5129e0e

Browse files
committed
RELEASE: v1.2
1 parent a47e04a commit 5129e0e

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ _A Visual Studio Extension for debugging .NET Core applications remotely on a Ra
33

44
---
55

6-
**IMPORTANT:** There appears to be a .NET 5 runtime problem that prevents remote debugging on ARM based machines (like Raspberries):
7-
8-
* https://github.com/dotnet/runtime/issues/44745
9-
* [#15](https://github.com/nforgeio/RaspberryDebugger/issues/15): .NET 5.0.100 remote Raspberry debugging doesn't work
10-
11-
The workaround until Microsoft fixes this is to revert your app back to a .NET Core 3.1 SDK.
6+
**IMPORTANT:** .NET 5.0 starting with the SDK 5.0.102 works now!
127

138
---
149

RaspberryDebugger/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.1.0.0")]
50-
[assembly: AssemblyFileVersion("1.1.0.0")]
49+
[assembly: AssemblyVersion("1.2.0.0")]
50+
[assembly: AssemblyFileVersion("1.2.0.0")]

RaspberryDebugger/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="1.1" Language="en-US" Publisher="neonFORGE LLC" />
4+
<Identity Id="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="1.2" Language="en-US" Publisher="neonFORGE LLC" />
55
<DisplayName>Raspberry Debugger</DisplayName>
66
<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>
77
<License>license.txt</License>
88
<GettingStartedGuide>https://github.com/nforgeio/RaspberryDebugger</GettingStartedGuide>
9-
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v1.1</ReleaseNotes>
9+
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v1.2</ReleaseNotes>
1010
<Icon>packageicon.png</Icon>
1111
<Tags>raspberry pi debugger</Tags>
1212
</Metadata>

0 commit comments

Comments
 (0)