Skip to content

Commit

Permalink
updated sample to use 1.0.3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Rickard committed Oct 27, 2017
1 parent 20fc2a3 commit d01cb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<Reference Include="PCLStorage">
<HintPath>..\..\packages\PCLStorage.1.0.2\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Cognitive.BingSpeech, Version=1.0.6501.36056, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Cognitive.BingSpeech.1.0.2\lib\portable45-net45+win8+wpa81\Xamarin.Cognitive.BingSpeech.dll</HintPath>
<Reference Include="Xamarin.Cognitive.BingSpeech, Version=1.0.6509.20425, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Cognitive.BingSpeech.1.0.3\lib\portable45-net45+win8+wpa81\Xamarin.Cognitive.BingSpeech.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.18342\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Core.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Sample/Xamarin.Cognitive.BingSpeech.Sample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="portable45-net45+win8+wpa81" />
<package id="PCLStorage" version="1.0.2" targetFramework="portable45-net45+win8+wpa81" />
<package id="Plugin.AudioRecorder" version="0.8.0" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.Cognitive.BingSpeech" version="1.0.2" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.Cognitive.BingSpeech" version="1.0.3" targetFramework="portable45-net45+win8+wpa81" />
<package id="Xamarin.Forms" version="2.4.0.18342" targetFramework="portable45-net45+win8+wpa81" />
</packages>

0 comments on commit d01cb1a

Please sign in to comment.