Updated old 2012 assembly ref to 2017.
This commit is contained in:
parent
dff6819653
commit
6ec2d25307
|
@ -7,11 +7,11 @@ using System.Runtime.InteropServices;
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("VsDingExtensionFor2012")]
|
[assembly: AssemblyTitle("VsDingExtensionFor2017")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Bing")]
|
[assembly: AssemblyCompany("Bing")]
|
||||||
[assembly: AssemblyProduct("VsDingExtensionFor2012")]
|
[assembly: AssemblyProduct("VsDingExtensionFor2017")]
|
||||||
[assembly: AssemblyCopyright("")]
|
[assembly: AssemblyCopyright("")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
Version 1.4:
|
Version 1.x:
|
||||||
* Added options dialog (Tools->Options->Ding). Now it is possible to enable/disable what sounds to play. Thanks to https://github.com/dannoh
|
* Support for Visual studio 2017.
|
||||||
* Added option to play sounds only if Visual Studio in background. Thanks to https://github.com/dannoh
|
|
||||||
* Support for Visual studio 2015
|
|
Loading…
Reference in New Issue