Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
4e40db0e
Commit
4e40db0e
authored
10 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
added NuGet package specifications
parent
b681d0ad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/csharp/Grpc.Core/Grpc.Core.nuspec
+23
-0
23 additions, 0 deletions
src/csharp/Grpc.Core/Grpc.Core.nuspec
src/csharp/Grpc.nuspec
+23
-0
23 additions, 0 deletions
src/csharp/Grpc.nuspec
with
46 additions
and
0 deletions
src/csharp/Grpc.Core/Grpc.Core.nuspec
0 → 100644
+
23
−
0
View file @
4e40db0e
<?xml version="1.0" encoding="utf-8"?>
<package
>
<metadata>
<id>
Grpc.Core
</id>
<title>
gRPC Core
</title>
<summary>
Core C# implementation of gRPC - an RPC library and framework
</summary>
<description>
Core C# implementation of gRPC - an RPC library and framework. See project site for more info.
This is an experimental release, not ready to use.
</description>
<version>
0.1.0
</version>
<authors>
Google Inc.
</authors>
<owners>
jtattermusch
</owners>
<licenseUrl>
https://github.com/grpc/grpc/blob/master/LICENSE
</licenseUrl>
<projectUrl>
https://github.com/grpc/grpc
</projectUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<releaseNotes>
The first experimental release. Not ready to use.
</releaseNotes>
<copyright>
Copyright 2015, Google Inc.
</copyright>
<tags>
gRPC RPC Protocol HTTP/2
</tags>
</metadata>
<files>
<file
src=
"bin/Release/Grpc.Core.dll"
target=
"lib/net45"
/>
</files>
</package>
This diff is collapsed.
Click to expand it.
src/csharp/Grpc.nuspec
0 → 100644
+
23
−
0
View file @
4e40db0e
<?xml version="1.0" encoding="utf-8"?>
<package
>
<metadata>
<id>
Grpc
</id>
<title>
gRPC
</title>
<summary>
C# implementation of gRPC - an RPC library and framework
</summary>
<description>
C# implementation of gRPC - an RPC library and framework. See project site for more info.
This is an experimental release, not ready to use.
</description>
<version>
0.1.0
</version>
<authors>
Google Inc.
</authors>
<owners>
jtattermusch
</owners>
<licenseUrl>
https://github.com/grpc/grpc/blob/master/LICENSE
</licenseUrl>
<projectUrl>
https://github.com/grpc/grpc
</projectUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<releaseNotes>
The first experimental release. Not ready to use.
</releaseNotes>
<copyright>
Copyright 2015, Google Inc.
</copyright>
<tags>
gRPC RPC Protocol HTTP/2
</tags>
<dependencies>
<dependency
id=
"Grpc.Core"
version=
"0.1.0"
/>
</dependencies>
</metadata>
</package>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment