Skip to content

Commit

Permalink
Updated Api's for internal fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenolightning committed Jun 8, 2015
1 parent 9e255d5 commit f24471e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FortyOne.AudioSwitcher/AudioSwitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private void Form1_Load(object sender, EventArgs e)

}

private void AudioDeviceManager_AudioDeviceChanged(object sender, AudioDeviceChangedEventArgs e)
private void AudioDeviceManager_AudioDeviceChanged(object sender, DeviceChangedEventArgs e)
{
Action refreshAction = () => { };

Expand Down
10 changes: 5 additions & 5 deletions FortyOne.AudioSwitcher/FortyOne.AudioSwitcher.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
<PropertyGroup />
<PropertyGroup />
<ItemGroup>
<Reference Include="AudioSwitcher.AudioApi, Version=2.2.5.168, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL">
<HintPath>..\packages\AudioSwitcher.AudioApi.2.2.5\lib\portable-net4+wp7+win8\AudioSwitcher.AudioApi.dll</HintPath>
<Reference Include="AudioSwitcher.AudioApi, Version=2.3.0.173, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL">
<HintPath>..\packages\AudioSwitcher.AudioApi.2.3.0\lib\portable-net4+wp7+win8\AudioSwitcher.AudioApi.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="AudioSwitcher.AudioApi.CoreAudio, Version=1.6.5.168, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL">
<HintPath>..\packages\AudioSwitcher.AudioApi.CoreAudio.1.6.5\lib\net40\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
<Reference Include="AudioSwitcher.AudioApi.CoreAudio, Version=1.7.0.173, Culture=neutral, PublicKeyToken=fda5729e2db3a64f, processorArchitecture=MSIL">
<HintPath>..\packages\AudioSwitcher.AudioApi.CoreAudio.1.7.0\lib\net40\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="fastjson, Version=2.1.0.0, Culture=neutral, PublicKeyToken=6b75a806b86095cd, processorArchitecture=MSIL">
<HintPath>..\packages\fastJSON.2.1.12.0\lib\net40\fastjson.dll</HintPath>
<HintPath>..\packages\fastJSON.2.1.14.0\lib\net40\fastjson.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion FortyOne.AudioSwitcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@

[assembly: AssemblyVersion("1.6.5.0")]
[assembly: AssemblyFileVersion("1.6.5.0")]
[assembly: AssemblyInformationalVersion("1.6.5.0")]
[assembly: AssemblyInformationalVersion("1.6.5.1 RC1")]
[assembly: NeutralResourcesLanguageAttribute("")]
2 changes: 1 addition & 1 deletion FortyOne.AudioSwitcher/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="AudioSwitcher.AudioApi" publicKeyToken="fda5729e2db3a64f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.5.168" newVersion="2.2.5.168" />
<bindingRedirect oldVersion="0.0.0.0-2.3.0.173" newVersion="2.3.0.173" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
6 changes: 3 additions & 3 deletions FortyOne.AudioSwitcher/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AudioSwitcher.AudioApi" version="2.2.5" targetFramework="net40-Client" />
<package id="AudioSwitcher.AudioApi.CoreAudio" version="1.6.5" targetFramework="net40-Client" developmentDependency="true" />
<package id="fastJSON" version="2.1.12.0" targetFramework="net40-Client" />
<package id="AudioSwitcher.AudioApi" version="2.3.0" targetFramework="net40-Client" />
<package id="AudioSwitcher.AudioApi.CoreAudio" version="1.7.0" targetFramework="net40-Client" developmentDependency="true" />
<package id="fastJSON" version="2.1.14.0" targetFramework="net40-Client" />
<package id="ilmerge" version="2.14.1208" targetFramework="net40-Client" />
<package id="LibZ.Bootstrap" version="1.1.0.2" targetFramework="net40-Client" />
<package id="WindowsInput" version="0.2.0.0" targetFramework="net35" />
Expand Down

0 comments on commit f24471e

Please sign in to comment.