Skip to content

Commit 36eba93

Browse files
committed
RELEASE: v0.5
1 parent 535f8e5 commit 36eba93

File tree

5 files changed

+13
-303
lines changed

5 files changed

+13
-303
lines changed

Doc/RELEASE.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
* `AssemblyInfo.cs:` both the assembly and file versions
1212
* `source.extension.vsixmanifest`
1313

14-
5. Update the release notes in: `ReleaseNotes.rtf`
14+
5. Update `source.extension.vsixmanifest` **Release Notes** with the new release URI on GitHub. This should look like:
15+
16+
https://github.com/nforgeio/RaspberryDebugger/releases/tag/v0.4
17+
18+
Note that we haven't published the release yet so be sure not to copy/paste the URL from the release draft. Instead, copy/paste the link above and modify the version.
1519

1620
6. Open the solution, set the build configuration to **RELEASE** and then manually clean and build the solution.
1721

@@ -23,15 +27,13 @@
2327

2428
9. Copy/paste the SHA512 from `$/Build/RaspberryDebugger.vsix.sha512.txt** into the release notes.
2529

26-
10. Update the release notes at: `$/RaspberryDebugger/ReleaseNotes.rtf`
27-
28-
11. Commit any changes and push them to GitHub using a comment like: **RELEASE: v1.0**
30+
10. Commit any changes and push them to GitHub using a comment like: **RELEASE: v1.0**
2931

30-
12. Publish the GitHub release.
32+
11. Publish the GitHub release.
3133

32-
13. Switch back to the **main** branch, merge the changes from the release branch and push **main** to GitHub.
34+
12. Switch back to the **main** branch, merge the changes from the release branch and push **main** to GitHub.
3335

34-
14. Publish to the Visual Studio Marketplace:
36+
13. Publish to the Visual Studio Marketplace:
3537

3638
a. Goto [Visual Studio MarketPlace](https://marketplace.visualstudio.com/vs)
3739
b. Sign via via [email protected] (for now)

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("0.4.0.0")]
50-
[assembly: AssemblyFileVersion("0.4.0.0")]
49+
[assembly: AssemblyVersion("0.5.0.0")]
50+
[assembly: AssemblyFileVersion("0.5.0.0")]

RaspberryDebugger/RaspberryDebugger.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
115115
<IncludeInVSIX>true</IncludeInVSIX>
116116
</Content>
117-
<Content Include="ReleaseNotes.rtf">
118-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
119-
<IncludeInVSIX>true</IncludeInVSIX>
120-
</Content>
121117
<EmbeddedResource Include="raspberry-catalog.json" />
122118
<None Include="source.extension.vsixmanifest">
123119
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)