release notes
This commit is contained in:
parent
4ca4ecc07f
commit
53734e0f8d
6 changed files with 19 additions and 1 deletions
4
VsDingExtensionProject/ReleaseNotes.txt
Normal file
4
VsDingExtensionProject/ReleaseNotes.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Version 1.4:
|
||||
* Added options dialog (Tools->Options->Ding). Now it is possible to enable/disable what sounds to play. Thanks to https://github.com/dannoh
|
||||
* Added option to play sounds only if Visual Studio in background. Thanks to https://github.com/dannoh
|
||||
* Support for Visual studio 2015
|
|
@ -181,6 +181,10 @@
|
|||
<None Include="Key.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ReleaseNotes.txt">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
<Content Include="speaker.ico">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
|
|
|
@ -16,6 +16,7 @@ This is an open source project, join!
|
|||
|
||||
Twitter: @GanzhaVitalii</Description>
|
||||
<MoreInfo>https://github.com/thecoderok/vsdingextension</MoreInfo>
|
||||
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
|
||||
<Icon>speaker.ico</Icon>
|
||||
<Tags>productivity</Tags>
|
||||
</Metadata>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue