Updated old 2012 assembly ref to 2017.

This commit is contained in:
Ernst 2017-12-01 11:10:37 -08:00
parent dff6819653
commit 6ec2d25307
2 changed files with 4 additions and 6 deletions

View File

@ -7,11 +7,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("VsDingExtensionFor2012")]
[assembly: AssemblyTitle("VsDingExtensionFor2017")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Bing")]
[assembly: AssemblyProduct("VsDingExtensionFor2012")]
[assembly: AssemblyProduct("VsDingExtensionFor2017")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -1,4 +1,2 @@
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
Version 1.x:
* Support for Visual studio 2017.