aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/nuget_package
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/nuget_package')
-rw-r--r--vsprojects/nuget_package/README.md2
-rw-r--r--vsprojects/nuget_package/grpc.native.csharp.nuspec (renamed from vsprojects/nuget_package/grpc.native.csharp_ext.nuspec)6
-rw-r--r--vsprojects/nuget_package/grpc.native.csharp.props (renamed from vsprojects/nuget_package/grpc.native.csharp_ext.props)0
-rw-r--r--vsprojects/nuget_package/grpc.native.csharp.targets (renamed from vsprojects/nuget_package/grpc.native.csharp_ext.targets)0
4 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/nuget_package/README.md b/vsprojects/nuget_package/README.md
index 00bb400d66..9fcbb5f85d 100644
--- a/vsprojects/nuget_package/README.md
+++ b/vsprojects/nuget_package/README.md
@@ -16,7 +16,7 @@ Build all flavors of gRPC C# extension and package them as a NuGet package.
```
buildall.bat
-nuget pack grpc.native.csharp_ext.nuspec
+nuget pack grpc.native.csharp.nuspec
```
When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).
diff --git a/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec b/vsprojects/nuget_package/grpc.native.csharp.nuspec
index 39791a5d8e..50b56e9e6e 100644
--- a/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec
+++ b/vsprojects/nuget_package/grpc.native.csharp.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
- <id>grpc.native.csharp_ext</id>
+ <id>grpc.native.csharp</id>
<version>$version$</version>
<authors>Google Inc.</authors>
<owners>grpc-packages</owners>
@@ -20,8 +20,8 @@
</dependencies>
</metadata>
<files>
- <file src="grpc.native.csharp_ext.props" target="\build\portable-net45\grpc.native.csharp_ext.props" />
- <file src="grpc.native.csharp_ext.targets" target="\build\portable-net45\grpc.native.csharp_ext.targets" />
+ <file src="grpc.native.csharp.props" target="\build\portable-net45\grpc.native.csharp.props" />
+ <file src="grpc.native.csharp.targets" target="\build\portable-net45\grpc.native.csharp.targets" />
<file src="output\v100\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Release\grpc_csharp_ext.dll" />
<file src="output\v120\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Release\grpc_csharp_ext.dll" />
<file src="output\v100\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Debug\grpc_csharp_ext.dll" />
diff --git a/vsprojects/nuget_package/grpc.native.csharp_ext.props b/vsprojects/nuget_package/grpc.native.csharp.props
index 63d23be3da..63d23be3da 100644
--- a/vsprojects/nuget_package/grpc.native.csharp_ext.props
+++ b/vsprojects/nuget_package/grpc.native.csharp.props
diff --git a/vsprojects/nuget_package/grpc.native.csharp_ext.targets b/vsprojects/nuget_package/grpc.native.csharp.targets
index 1b69362d43..1b69362d43 100644
--- a/vsprojects/nuget_package/grpc.native.csharp_ext.targets
+++ b/vsprojects/nuget_package/grpc.native.csharp.targets