From 798a68f2840723c0e65411f18fcaeb4e21b0e249 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 13 Dec 2019 00:27:36 +0300 Subject: [PATCH] Fix .NET spelling. GitOrigin-RevId: 6f757f88aea3ac9f0c36d013013e31108d39f28f --- build.html | 2 +- example/README.md | 2 +- example/uwp/app/TdApp.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.html b/build.html index d487597d..d4ba4972 100644 --- a/build.html +++ b/build.html @@ -170,7 +170,7 @@ function getSupportedOs(language) { case 'Kotlin': return ['Android', 'Windows', 'Linux', 'macOS', 'FreeBSD', 'OpenBSD']; case 'C#': - return ['Windows (through C++/CLI)', 'Universal Windows Platform (through C++/CX)', 'Windows (.Net Core)', 'Linux (.Net Core)', 'macOS (.Net Core)', 'FreeBSD (.Net Core)']; + return ['Windows (through C++/CLI)', 'Universal Windows Platform (through C++/CX)', 'Windows (.NET Core)', 'Linux (.NET Core)', 'macOS (.NET Core)', 'FreeBSD (.NET Core)']; case 'Dart': return ['Android', 'iOS', 'Windows', 'Linux', 'macOS', 'tvOS', 'watchOS']; case 'Swift': diff --git a/example/README.md b/example/README.md index a85a0f04..2860605f 100644 --- a/example/README.md +++ b/example/README.md @@ -102,7 +102,7 @@ TDLib provides a native [.NET](https://github.com/tdlib/td#using-dotnet) interfa See [example/uwp](https://github.com/tdlib/td/tree/master/example/uwp) for an example of building TDLib SDK for the Universal Windows Platform and an example of its usage from C#. See [example/csharp](https://github.com/tdlib/td/tree/master/example/csharp) for an example of building TDLib with `C++/CLI` support and an example of TDLib usage from C# on Windows. -If you want to write a cross-platform C# application using .Net Core, see [tdsharp](https://github.com/x2bool/tdsharp). It uses our [JSON](https://github.com/tdlib/td#using-json) interface, +If you want to write a cross-platform C# application using .NET Core, see [tdsharp](https://github.com/x2bool/tdsharp). It uses our [JSON](https://github.com/tdlib/td#using-json) interface, provides an asynchronous interface for interaction with TDLib, automatically generated classes for TDLib API and has some examples. Also see [Unigram](https://github.com/UnigramDev/Unigram), which is a full-featured client rewritten from scratch in C# using TDLib SDK for Universal Windows Platform in less than 2 months, or diff --git a/example/uwp/app/TdApp.csproj b/example/uwp/app/TdApp.csproj index b3d1d944..2b0de8df 100644 --- a/example/uwp/app/TdApp.csproj +++ b/example/uwp/app/TdApp.csproj @@ -88,7 +88,7 @@ true - + PreserveNewest