This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from AYLIEN/clusters-machine-translation-release
feat: Introduce clustering and machine translation
- Loading branch information
Showing
108 changed files
with
12,338 additions
and
12,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<version>2.0.0</version> | ||
<version>3.0.0</version> | ||
<id>Aylien.NewsApi</id> | ||
<title>Aylien.NewsApi</title> | ||
<description>Aylien News API library for .NET</description> | ||
<authors>Aylien Inc., Hamed Ramezanian Nik</authors> | ||
<authors>Aylien Inc.</authors> | ||
<owners>Aylien Inc.</owners> | ||
<licenseUrl>https://github.com/AYLIEN/aylien_newsapi_csharp/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://newsapi.aylien.com/</projectUrl> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<copyright>Copyright AYLIEN Inc. 2017</copyright> | ||
<copyright>Copyright AYLIEN Inc. 2019</copyright> | ||
<releaseNotes>See GitHub for details of commits since previous version.</releaseNotes> | ||
<tags>Aylien News API</tags> | ||
<dependencies> | ||
<dependency id="Newtonsoft.Json" version="8.0.3" /> | ||
<dependency id="RestSharp" version="105.2.3" /> | ||
<group targetFramework="net45"> | ||
<dependency id="FubarCoder.RestSharp.Portable.HttpClient" version="4.0.8" /> | ||
<dependency id="Newtonsoft.Json" version="12.0.2" /> | ||
</group> | ||
</dependencies> | ||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" /> | ||
</frameworkAssemblies> | ||
</metadata> | ||
<files> | ||
<file src="README.md" target="tools/README.md" /> | ||
<file src="bin/net45/Aylien.NewsApi.dll" target="lib/net45/Aylien.NewsApi.dll" /> | ||
<file src="bin/net45/Aylien.NewsApi.xml" target="lib/net45/Aylien.NewsApi.xml" /> | ||
|
||
<file src="bin/net40/Aylien.NewsApi.dll" target="lib/net40/Aylien.NewsApi.dll" /> | ||
<file src="bin/net40/Aylien.NewsApi.xml" target="lib/net40/Aylien.NewsApi.xml" /> | ||
<file src="src/Aylien.NewsApi/bin/Release/Aylien.NewsApi.dll" target="lib/net45/Aylien.NewsApi.dll" /> | ||
<file src="src/Aylien.NewsApi/bin/Release/Aylien.NewsApi.xml" target="lib/net45/Aylien.NewsApi.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Express 2013 for Windows Desktop | ||
VisualStudioVersion = 12.0.31101.0 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aylien.NewsApi", "src\main\csharp\Aylien.NewsApi\Aylien.NewsApi.csproj", "{C9AB4D14-F827-4E0E-B7B5-48AC4E4855AC}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aylien.NewsApi", "src\Aylien.NewsApi\Aylien.NewsApi.csproj", "{26CEEA81-E9A7-4904-BEBC-A3DBBF11F1A3}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C9AB4D14-F827-4E0E-B7B5-48AC4E4855AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C9AB4D14-F827-4E0E-B7B5-48AC4E4855AC}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C9AB4D14-F827-4E0E-B7B5-48AC4E4855AC}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C9AB4D14-F827-4E0E-B7B5-48AC4E4855AC}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{26CEEA81-E9A7-4904-BEBC-A3DBBF11F1A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{26CEEA81-E9A7-4904-BEBC-A3DBBF11F1A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{26CEEA81-E9A7-4904-BEBC-A3DBBF11F1A3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{26CEEA81-E9A7-4904-BEBC-A3DBBF11F1A3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
EndGlobal |
Oops, something went wrong.