Skip to content

Commit df8f439

Browse files
committed
[doc]: Tweaked the release template
1 parent 34486b9 commit df8f439

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Doc/RELEASE-TEMPLATE.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,38 @@ Raspberry Debugger is a Visual Studio extension intended for debugging .NET Core
22

33
## Highlights:
44

5-
**TODO: WRITE SOMETHING HERE**
5+
This is a minor release: we just updated some package dependencies.
66

77
Please submit any issues you encounter to:
88

99
https://github.com/nforgeio/RaspberryDebugger/issues
1010

1111
## Changes:
1212

13-
**TODO: WRITE SOMETHING HERE**
13+
* Updated some package dependencies.
1414

1515
### Installation:
1616

1717
Simply download the `RaspberryDebugger.vsix` file to your workstation and double-click it to have Visual Studio install it.
1818

19+
**IMPORTANT:** Raspberry Debugger is not currently compatible with any .NET 5 SDKs. If you have a .NET 5 SDK installed you'll need to add this `global.json` file to your project or solution directory so your project will be built using the latest installed .NET 3.1.x SDK:
20+
21+
Save as **global.json** file:
22+
```
23+
{
24+
"sdk": {
25+
"version": "3.1.100",
26+
"rollForward": "latestMinor"
27+
}
28+
}
29+
```
30+
1931
### Build Artifacts and SHA512 signatures:
2032

2133
This is is the Raspberry Debugger VSIX package:
2234

2335
> **RaspberryDebugger.vsix:**
24-
> `FILL THIS IN`
36+
> SHA512: `FILL THIS IN`
2537
2638
### Disclosures:
2739

0 commit comments

Comments
 (0)