Commit Graph

117 Commits

Author SHA1 Message Date
Jan Tattermusch 12dc0da99d upgrade HelloworldXamarin example to 2.23.0 2019-09-05 10:14:10 +02:00
Jan Tattermusch 10156898ea upgrade helloworld classic example to 2.23.0 2019-09-05 09:58:11 +02:00
Jan Tattermusch cbac0b4361 upgrade routeguide example to 2.23.0 2019-09-05 09:50:41 +02:00
Jan Tattermusch 1a33196710 upgrade helloworld example to 2.23.0 2019-09-05 09:50:21 +02:00
SataQiu c99ac03b11 fix some spell errors 2019-04-10 15:45:54 +08:00
Benjamin Krämer 6e2ad131fc
Update README.md
Fixed misleading information about supported VS version
2019-03-19 14:45:04 +01:00
Jan Tattermusch 623702da6e add copyright headers 2019-02-12 22:16:32 +01:00
Jan Tattermusch bf175db9ad upgrade ProjectVersion 2019-02-12 22:16:32 +01:00
Jan Tattermusch 022d71ecc5 Unity example improvements 2019-02-12 22:16:32 +01:00
Jan Tattermusch db598a6cd0 Add HelloworldUnity readme 2019-02-12 22:16:32 +01:00
Jan Tattermusch c78d456e08 add scaffolding for HelloworldUnity 2019-02-12 22:16:32 +01:00
Jan Tattermusch a8a6e925b8 update Grpc.Core in Xamarin example 2019-02-12 11:44:36 +01:00
Jan Tattermusch db34fd2a94 update Xamarin README.md 2019-02-12 11:38:07 +01:00
kkm a82070dc94 Add explicit ItemGroups to .csproj 2018-11-28 23:53:21 -08:00
kkm 6fcb5b29e1 Redo C# examples to use new Grpc.Tools
* No pre-compilation of proto files required;
* Tested under Windows and Linux dotnet and mono;
* But not tested on Mac/mono;
* README updated.
2018-10-14 02:24:12 -07:00
Jan Tattermusch 8018b462b0 update C# examples to netcoreapp2.1 2018-08-30 20:39:52 +02:00
Jan Tattermusch a554a5cd70 regenerate protos for C# examples 2018-08-20 17:54:02 +02:00
Jan Tattermusch 5be1311472 upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:30 +02:00
Jan Tattermusch c818320a3d upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:23 +02:00
Jan Tattermusch 7c0cd2915e
HelloworldXamarin readme improvements 2018-08-03 13:07:27 +02:00
jzeferino 63ce61b4eb
Fixed typo. 2018-08-02 21:37:43 +01:00
jzeferino 1b36ca622c
Improved Xamarin example doc.
Xamarin Studio is no longer preferred for Xamarin development, we should use Visual Studio for Mac.
Also added more info on how to use the nuget package source.
2018-08-02 14:48:35 +01:00
Jan Tattermusch 5e6af82241 add copyright notice for HelloworldXamarin 2018-08-01 10:27:33 +02:00
Jan Tattermusch 2180588e5c HelloworldXamarin readme 2018-07-31 12:42:47 +02:00
Jan Tattermusch ba6682a18c autogenerated changes in Resource.designer.cs 2018-07-31 12:42:47 +02:00
Jan Tattermusch 7ff80cfb5e use local server in XamarinHelloworld 2018-07-31 12:42:47 +02:00
Jan Tattermusch da5452578a experimental helloworld client for ios 2018-07-31 12:42:47 +02:00
Jan Tattermusch 705843c041 experimental helloworld client for android 2018-07-31 12:42:47 +02:00
Jan Tattermusch b335d58cb7 add generated protos 2018-07-31 12:42:47 +02:00
Jan Tattermusch ecaba8a8d3 HelloworldXamaring: add Google.Protobuf dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch fd91656429 HelloworldXamaring: add Grpc.Core dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch 3c497bf4c9 add HelloworldXamarin scaffolding 2018-07-31 12:42:47 +02:00
Jan Tattermusch 888d7da8de
address review comments 2018-07-27 09:53:18 +02:00
Jan Tattermusch e48fe72622 upgrade HelloworldLegacyCsproj to grpc1.13.1 2018-07-26 13:26:08 +02:00
Jan Tattermusch 1a70151ac7 update the README files 2018-07-26 13:18:21 +02:00
Jan Tattermusch 9f3e83e90a upgrade c# Helloworld and RouteGuide to v1.13.1 2018-07-26 12:59:07 +02:00
Jan Tattermusch b56747397b rename route_guide -> RouteGuide 2018-07-26 12:59:07 +02:00
Jan Tattermusch b8acb536e3 make new-style .csproj helloworld the default 2018-07-26 12:59:07 +02:00
Jan Tattermusch 760a492c53 move helloworld -> HelloworldLegacyCsproj 2018-07-26 12:59:07 +02:00
Jan Tattermusch 3443de4a65 convert route_guide to .NETcore project 2018-07-26 12:59:07 +02:00
Andres Medina 89642bb205 Corrected formatting of json files
examples/csharp/route_guide/RouteGuide/route_guide_db.json: Removed BOM
encoding. Some json parsers cannot natively open these files. There are
more portable ways to define Unicode encodings than embedded in files.

src/csharp/doc/docfx.json: Incorrect json format.
2018-06-22 10:09:18 -07:00
Jan Tattermusch 85570890f8 remove C# global.json files 2018-04-20 12:53:19 +02:00
Jan Tattermusch a26aecc03b reimplement distance calculation in routeguide 2018-03-23 07:44:30 +01:00
Jan Tattermusch 63110654a1 regenerate routeguide protos 2017-12-13 23:56:59 +01:00
Jan Tattermusch 4dec552614 regenerate helloworld protos 2017-12-13 23:56:57 +01:00
Jan Tattermusch 990299b48d upgrade Grpc and Protobuf nugets in routeguide 2017-12-13 23:56:56 +01:00
Jan Tattermusch 2df1c24f1d upgrade Grpc and Protobuf nugets in helloworld 2017-12-13 23:56:52 +01:00
Jan Tattermusch a54c12d6cd regenerate helloworld-from-cli protos 2017-12-13 23:56:49 +01:00
Jan Tattermusch b12b8d0ddf cleanup helloworld for dotnet CLI 2017-12-13 23:56:46 +01:00
Jan Tattermusch e9956df33d add global.json files for C# 2017-08-11 18:17:18 +02:00