Skip to content

Commit e1fc349

Browse files
authored
Merge branch 'develop' into fix-for-static-variable-examination
2 parents ac35d50 + 50b04b3 commit e1fc349

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/VisualStudio.Extension/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?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>
44
<Identity Id="47973986-ed3c-4b64-ba40-a9da73b44ef7" Version="0.6.0.00" Language="en-US" Publisher="nanoFramework" />
55
<DisplayName>nanoFramework VS2017 Extension</DisplayName>
6-
<Description xml:space="preserve">Visual Studio 2017 extension for nanoFramework. Enables creating C# Solutions and provides debugging tools.</Description>
6+
<Description xml:space="preserve">Visual Studio 2017 extension for nanoFramework. Enables creating C# applications for micro-controllers and provides debugging tools.</Description>
77
<MoreInfo>http://www.nanoframework.net</MoreInfo>
8+
<ReleaseNotes>https://github.com/nanoframework/nf-Visual-Studio-extension/blob/develop/CHANGELOG.md</ReleaseNotes>
9+
<GettingStartedGuide>http://docs.nanoframework.net/articles/getting-started-intro.html</GettingStartedGuide>
810
<License>license.txt</License>
911
<Icon>Resources\nF-logo-32.png</Icon>
1012
<Tags>nanoFramework, netnf, netmf, MicroFramework, C#, productivity, microcontroller, I2C, PWM, Serial, SPI, IoT</Tags>

0 commit comments

Comments
 (0)