File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
ScreamControl_Client/Properties
ScreamControl_Control/Properties Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "0.12 .*" ) ]
54
+ [ assembly: AssemblyVersion ( "0.13 .*" ) ]
55
55
[ assembly: AssemblyFileVersion ( "1.0.0" ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "0.12 .*" ) ]
54
+ [ assembly: AssemblyVersion ( "0.13 .*" ) ]
55
55
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ private SimpleAudioVolume GetSimpleAudioVolume()
624
624
var asControl2 = session . QueryInterface < AudioSessionControl2 > ( ) ;
625
625
if ( asControl2 != null )
626
626
{
627
+ Trace . TraceInformation ( "Audio Session Control OK" ) ;
627
628
if ( asControl2 . Process . ProcessName . ToLower ( ) . Contains ( "screamcontrol" ) )
628
629
{
629
630
Trace . Unindent ( ) ;
You can’t perform that action at this time.
0 commit comments