Skip to content

Commit 52ef02a

Browse files
committed
RELEASE: v0.3
1 parent df8f439 commit 52ef02a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doc/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
10. Publish the GitHub release.
2727

28-
11. Commit any changes and push them to GitHub using a comment like: **RELEASE v1.0**
28+
11. Commit any changes and push them to GitHub using a comment like: **RELEASE: v1.0**
2929

3030
12. Switch back to the **main** branch, merge the changes from the release branch and push **main** to GitHub.
3131

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.2.0.0")]
50-
[assembly: AssemblyFileVersion("0.2.0.0")]
49+
[assembly: AssemblyVersion("0.3.0.0")]
50+
[assembly: AssemblyFileVersion("0.3.0.0")]

RaspberryDebugger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="0.2" Language="en-US" Publisher="neonFORGE, LLC" />
4+
<Identity Id="Raspberry Debugger.79c7fc56-a78c-4e6b-b73d-f202de491d34" Version="0.3" 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 applications on a real Raspberry Pi using Visual Studio:
77

0 commit comments

Comments
 (0)