Skip to content

Commit 8e147b9

Browse files
committed
RELEASE: v1.0
1 parent fb63d03 commit 8e147b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6.0.0")]
50-
[assembly: AssemblyFileVersion("0.6.0.0")]
49+
[assembly: AssemblyVersion("1.0.0.0")]
50+
[assembly: AssemblyFileVersion("1.0.0.0")]

RaspberryDebugger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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/v0.6</ReleaseNotes>
9+
<ReleaseNotes>https://github.com/nforgeio/RaspberryDebugger/releases/tag/v1.0</ReleaseNotes>
1010
<Icon>packageicon.png</Icon>
1111
<Tags>raspberry pi debugger</Tags>
1212
</Metadata>

0 commit comments

Comments
 (0)