release notes

This commit is contained in:
Vitalii Ganzha 2015-06-08 12:13:39 -07:00
parent 4ca4ecc07f
commit 53734e0f8d
6 changed files with 19 additions and 1 deletions

View 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

View file

@ -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>

View file

@ -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>