Skip to content

Commit 6e0323b

Browse files
author
MiYABiS
committed
mod vsixmanifest
1 parent cdd174b commit 6e0323b

File tree

9 files changed

+36
-6
lines changed

9 files changed

+36
-6
lines changed

MocaSnippet/MocaNET.png

-50 KB
Loading

MocaSnippet/MocaNET128.png

-12.3 KB
Binary file not shown.

MocaSnippet/MocaNET200.png

26.9 KB
Loading

MocaSnippet/MocaNET345.png

70.3 KB
Loading

MocaSnippet/MocaNET64.png

4.53 KB
Loading

MocaSnippet/MocaSnippet.vbproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,26 @@
8383
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8484
<IncludeInVSIX>true</IncludeInVSIX>
8585
</Content>
86-
<Content Include="MocaNET.png">
86+
<Content Include="MocaNET345.png">
8787
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8888
<IncludeInVSIX>true</IncludeInVSIX>
8989
</Content>
90-
<Content Include="MocaNET128.png">
90+
<Content Include="MocaNET.png">
9191
<IncludeInVSIX>true</IncludeInVSIX>
9292
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9393
</Content>
94+
<Content Include="MocaNET200.png">
95+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
96+
<IncludeInVSIX>true</IncludeInVSIX>
97+
</Content>
9498
<Content Include="MocaNET32.png">
9599
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
96100
<IncludeInVSIX>true</IncludeInVSIX>
97101
</Content>
102+
<Content Include="MocaNET64.png">
103+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
104+
<IncludeInVSIX>true</IncludeInVSIX>
105+
</Content>
98106
<Content Include="VB\Moca.NET\Dao\MocaDAODelete.snippet">
99107
<IncludeInVSIX>true</IncludeInVSIX>
100108
</Content>
@@ -170,6 +178,10 @@
170178
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
171179
<IncludeInVSIX>true</IncludeInVSIX>
172180
</Content>
181+
<Content Include="ReleaseNotes.txt">
182+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
183+
<IncludeInVSIX>true</IncludeInVSIX>
184+
</Content>
173185
<None Include="source.extension.vsixmanifest" />
174186
</ItemGroup>
175187
<ItemGroup />

MocaSnippet/ReleaseNote.rtf

165 Bytes
Binary file not shown.

MocaSnippet/ReleaseNotes.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Moca.NET Snippets Extension for Visual Studio Release Notes
2+
3+
1.4.0
4+
- GitHub Issue #3
5+
6+
1.3.0
7+
- GitHub Issue #2
8+
9+
1.2.0
10+
- add C#
11+
12+
1.1.0
13+
- VSPackage
14+
- VS2015
15+
16+
1.0.0
17+
- New Release

MocaSnippet/source.extension.vsixmanifest

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<DisplayName>Moca.NET Code Snippet</DisplayName>
66
<Description xml:space="preserve">A code snippets created for this Moca.NET and Log4net.
77
supports VB and C# code.</Description>
8-
<MoreInfo>https://visualstudiogallery.msdn.microsoft.com/96efa364-a9d3-4352-85fc-c5d117abca7f</MoreInfo>
8+
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETCodeSnippet</MoreInfo>
99
<License>License.txt</License>
10-
<Icon>MocaNET128.png</Icon>
11-
<PreviewImage>MocaNET.png</PreviewImage>
12-
<Tags>snippets Moca.NET</Tags>
10+
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
11+
<Icon>MocaNET.png</Icon>
12+
<PreviewImage>MocaNET200.png</PreviewImage>
13+
<Tags>Snippet, Moca.NET, log4net</Tags>
1314
</Metadata>
1415
<Installation>
1516
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,17.0)" />

0 commit comments

Comments
 (0)