Skip to content

Commit ff41cae

Browse files
authored
push 1.12.0 release changes to public git repo. (#646)
1 parent 4795056 commit ff41cae

File tree

110 files changed

+3306
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+3306
-145
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This project hosts the **samples** for the Microsoft Cognitive Services Speech S
2424

2525
Please check [here](https://aka.ms/csspeech/whatsnew) for release notes and older releases.
2626

27+
* Speech SDK Release 1.12.0
28+
29+
May 2020 we released version 1.12.0 of the Speech SDK
30+
2731
* Speech SDK Release 1.11.0
2832

2933
March 2020 we released version 1.11.0 of the Speech SDK

quickstart/cpp/windows/from-file/helloworld/helloworld.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
171171
<ImportGroup Label="ExtensionTargets">
172172
<!-- N.B. the .targets extensions must be spelled out here -->
173-
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
173+
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
174174
</ImportGroup>
175175
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
176176
<PropertyGroup>
177177
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
178178
</PropertyGroup>
179-
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
179+
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
180180
</Target>
181181
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CognitiveServices.Speech" version="1.11.0" targetFramework="native" />
3+
<package id="Microsoft.CognitiveServices.Speech" version="1.12.0" targetFramework="native" />
44
</packages>

quickstart/cpp/windows/from-microphone/helloworld/helloworld.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@
166166
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167167
<ImportGroup Label="ExtensionTargets">
168168
<!-- N.B. the .targets extensions must be spelled out here -->
169-
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
169+
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
170170
</ImportGroup>
171171
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
172172
<PropertyGroup>
173173
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
174174
</PropertyGroup>
175-
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
175+
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
176176
</Target>
177177
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CognitiveServices.Speech" version="1.11.0" targetFramework="native" />
3+
<package id="Microsoft.CognitiveServices.Speech" version="1.12.0" targetFramework="native" />
44
</packages>

quickstart/cpp/windows/intent-recognition/helloworld/helloworld.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@
166166
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167167
<ImportGroup Label="ExtensionTargets">
168168
<!-- N.B. the .targets extensions must be spelled out here -->
169-
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
169+
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
170170
</ImportGroup>
171171
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
172172
<PropertyGroup>
173173
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
174174
</PropertyGroup>
175-
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
175+
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
176176
</Target>
177177
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CognitiveServices.Speech" version="1.11.0" targetFramework="native" />
3+
<package id="Microsoft.CognitiveServices.Speech" version="1.12.0" targetFramework="native" />
44
</packages>

quickstart/cpp/windows/multi-device-conversation/helloworld/helloworld.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@
158158
</ItemGroup>
159159
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
160160
<ImportGroup Label="ExtensionTargets">
161-
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
161+
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
162162
</ImportGroup>
163163
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
164164
<PropertyGroup>
165165
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
166166
</PropertyGroup>
167-
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
167+
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
168168
</Target>
169169
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CognitiveServices.Speech" version="1.11.0" targetFramework="native" />
3+
<package id="Microsoft.CognitiveServices.Speech" version="1.12.0" targetFramework="native" />
44
</packages>

quickstart/cpp/windows/text-to-speech/helloworld/helloworld.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@
166166
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167167
<ImportGroup Label="ExtensionTargets">
168168
<!-- N.B. the .targets extensions must be spelled out here -->
169-
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
169+
<Import Project="..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets" Condition="Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" />
170170
</ImportGroup>
171171
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
172172
<PropertyGroup>
173173
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
174174
</PropertyGroup>
175-
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.11.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
175+
<Error Condition="!Exists('..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CognitiveServices.Speech.1.12.0\build\native\Microsoft.CognitiveServices.Speech.targets'))" />
176176
</Target>
177177
</Project>

0 commit comments

Comments
 (0)