cache nuget packages
This commit is contained in:
5
local-nuget/grpc.tools/2.65.0/.nupkg.metadata
Normal file
5
local-nuget/grpc.tools/2.65.0/.nupkg.metadata
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "2HX7+tPCIXwx1nsyj2h0i703D8SM2CMTUqdjDHAsU3HmKKksMJ7K6x31Rhg9yLJsW76OJItyoD9fk7W3HP/Wgw==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
local-nuget/grpc.tools/2.65.0/.signature.p7s
Normal file
BIN
local-nuget/grpc.tools/2.65.0/.signature.p7s
Normal file
Binary file not shown.
22
local-nuget/grpc.tools/2.65.0/Grpc.Tools.nuspec
Normal file
22
local-nuget/grpc.tools/2.65.0/Grpc.Tools.nuspec
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Grpc.Tools</id>
|
||||
<version>2.65.0</version>
|
||||
<authors>The gRPC Authors</authors>
|
||||
<developmentDependency>true</developmentDependency>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>packageIcon.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/grpc/grpc</projectUrl>
|
||||
<description>gRPC and Protocol Buffer compiler for C# projects</description>
|
||||
<copyright>Copyright 2018 The gRPC Authors</copyright>
|
||||
<tags>gRPC RPC HTTP/2</tags>
|
||||
<repository type="git" url="https://github.com/grpc/grpc.git" commit="45479fda2a083c4e46310b9bb6e45e625e381269" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.5" />
|
||||
<group targetFramework=".NETStandard1.3" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
26
local-nuget/grpc.tools/2.65.0/README.md
Normal file
26
local-nuget/grpc.tools/2.65.0/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Grpc.Tools - Protocol Buffers/gRPC C# Code Generation Build Integration
|
||||
|
||||
This package provides C# tooling support for generating C# code from `.proto` files in `.csproj` projects:
|
||||
* It contains protocol buffers compiler and gRPC plugin to generate C# code.
|
||||
* It can be used in building both grpc-dotnet projects and legacy c-core C# projects.
|
||||
|
||||
The package is used to automatically generate the C# code for protocol buffer messages
|
||||
and gRPC service stubs from `.proto` files. These files:
|
||||
* are generated on an as-needed basis each time the project is built.
|
||||
* aren't added to the project or checked into source control.
|
||||
* are a build artifact usually contained in the `obj` directory.
|
||||
|
||||
This package is optional. You may instead choose to generate the C# source files from
|
||||
`.proto` files by running the `protoc` compiler manually or from a script.
|
||||
|
||||
## Simple example
|
||||
|
||||
To add a `.proto` file to a project edit the project’s `.csproj` file and add an item group with a `<Protobuf>` element that refers to the `.proto` file, e.g.
|
||||
|
||||
```xml
|
||||
<ItemGroup>
|
||||
<Protobuf Include="Protos\greet.proto" />
|
||||
</ItemGroup>
|
||||
```
|
||||
|
||||
For more complex examples and detailed information on how to use this package see: [BUILD-INTEGRATION.md](https://github.com/grpc/grpc/blob/master/src/csharp/BUILD-INTEGRATION.md)
|
||||
BIN
local-nuget/grpc.tools/2.65.0/grpc.tools.2.65.0.nupkg
Normal file
BIN
local-nuget/grpc.tools/2.65.0/grpc.tools.2.65.0.nupkg
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
/kCWEu4KogJS1/xT8/sm94fpuDaXpkfeXJ0cHhtKX3u7HjAkraRoCNCRYizVX4NZi2TWIdXTFXwhEC7+h2+Gew==
|
||||
BIN
local-nuget/grpc.tools/2.65.0/packageIcon.png
Normal file
BIN
local-nuget/grpc.tools/2.65.0/packageIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_arm64/protoc
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_arm64/protoc
Normal file
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x64/grpc_csharp_plugin
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x64/grpc_csharp_plugin
Normal file
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x64/protoc
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x64/protoc
Normal file
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x86/grpc_csharp_plugin
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x86/grpc_csharp_plugin
Normal file
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x86/protoc
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/linux_x86/protoc
Normal file
Binary file not shown.
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/macosx_x64/protoc
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/macosx_x64/protoc
Normal file
Binary file not shown.
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/windows_x64/protoc.exe
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/windows_x64/protoc.exe
Normal file
Binary file not shown.
Binary file not shown.
BIN
local-nuget/grpc.tools/2.65.0/tools/windows_x86/protoc.exe
Normal file
BIN
local-nuget/grpc.tools/2.65.0/tools/windows_x86/protoc.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user