Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit b8c1061

Browse files
Yung-Shin LinYung-Shin Lin
authored andcommitted
Project Oxford SDK Release - December 2015 Update 2
1 parent 9513031 commit b8c1061

File tree

118 files changed

+4353
-2516
lines changed

Some content is hidden

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

118 files changed

+4353
-2516
lines changed

Emotion/Windows/ClientLibrary/ClientLibrary.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.40629.0
4+
VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ProjectOxford.Emotion", "Microsoft.ProjectOxford.Emotion.csproj", "{E8A414B0-1281-4586-A030-C5AC32588E55}"
77
EndProject
@@ -19,4 +19,4 @@ Global
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
22-
EndGlobal
22+
EndGlobal

Emotion/Windows/ClientLibrary/Microsoft.ProjectOxford.Emotion.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable-net45+win+wpa81+wp80" />
4+
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="portable-net45+win+wpa81+wp80" />
5+
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable-net45+win+wpa81+wp80" />
36
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
47
</packages>

Emotion/Windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Contributing
6262
============
6363
We welcome contributions and are always looking for new SDKs, input, and
6464
suggestions. Feel free to file issues on the repo and we'll address them as we can. You can also learn more about how you can help on the [Contribution
65-
Rules & Guidelines](<CONTRIBUTING.md>).
65+
Rules & Guidelines](</CONTRIBUTING.md>).
6666

6767
For questions, feedback, or suggestions about Project Oxford services, feel free to reach out to us directly.
6868

Face/Android/ClientLibrary/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ group = "com.microsoft.projectoxford"
2626
// Artifact name is the name of the technology
2727
archivesBaseName = "face"
2828
// Update your version
29-
version = "0.5.0"
29+
version = "1.0.0"
3030

3131
// Upload artifacts to maven central repository staging servers
3232
uploadArchives {

0 commit comments

Comments
 (0)