[c#] Update NuGet package copyright

This commit is contained in:
Christopher Warrington 2017-11-15 14:11:48 -08:00 коммит произвёл Eduardo Salinas
Родитель 6dadd6cac9
Коммит c586483a7b
9 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -18,7 +18,7 @@
This package contains the full Bond C# communications library. This package contains the full Bond C# communications library.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# RPC messaging network communication</tags> <tags>Bond .NET C# RPC messaging network communication</tags>
<dependencies> <dependencies>
<dependency id="Bond.CSharp" version ="[$coreversion$]" /> <dependency id="Bond.CSharp" version ="[$coreversion$]" />

Просмотреть файл

@ -18,7 +18,7 @@
This package contains the Bond C# Epoxy transport library. This package contains the Bond C# Epoxy transport library.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# RPC messaging network communication</tags> <tags>Bond .NET C# RPC messaging network communication</tags>
<dependencies> <dependencies>
<dependency id="Bond.Comm.Runtime.CSharp" version ="[$version$]" /> <dependency id="Bond.Comm.Runtime.CSharp" version ="[$version$]" />

Просмотреть файл

@ -18,7 +18,7 @@
This package contains the Bond runtime assemblies for the communications library. The full Bond C# communications distribution is in the Bond.Comm.CSharp package. This package contains the Bond runtime assemblies for the communications library. The full Bond C# communications distribution is in the Bond.Comm.CSharp package.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# RPC messaging network communication</tags> <tags>Bond .NET C# RPC messaging network communication</tags>
<dependencies> <dependencies>
<dependency id="Bond.Core.CSharp" version ="[$coreversion$]" /> <dependency id="Bond.Core.CSharp" version ="[$coreversion$]" />

Просмотреть файл

@ -18,7 +18,7 @@
Bond is published on GitHub at https://github.com/Microsoft/bond/ Bond is published on GitHub at https://github.com/Microsoft/bond/
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization</tags> <tags>Bond .NET C# serialization</tags>
</metadata> </metadata>
<files> <files>

Просмотреть файл

@ -20,7 +20,7 @@
The Compiler documentation is available at https://microsoft.github.io/bond/manual/compiler.html The Compiler documentation is available at https://microsoft.github.io/bond/manual/compiler.html
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization</tags> <tags>Bond .NET C# serialization</tags>
</metadata> </metadata>
<files> <files>

Просмотреть файл

@ -20,7 +20,7 @@
This package contains the core Bond runtime assemblies that don't depend on any other Nuget packages. The full Bond C# distribution is in the Bond.CSharp package and the full runtime in Bond.Runtime.CSharp. This package contains the core Bond runtime assemblies that don't depend on any other Nuget packages. The full Bond C# distribution is in the Bond.CSharp package and the full runtime in Bond.Runtime.CSharp.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization</tags> <tags>Bond .NET C# serialization</tags>
</metadata> </metadata>
<files> <files>

Просмотреть файл

@ -20,7 +20,7 @@
This package rolls up the other Bond C# packages and includes the code generator (gbc) and MSBuild targets. If you need finer control of dependencies (e.g., excluding Bond's JSON support to get rid of a NewtonSoft.JSON dependency), you'll need to add the smaller packages individually. This package rolls up the other Bond C# packages and includes the code generator (gbc) and MSBuild targets. If you need finer control of dependencies (e.g., excluding Bond's JSON support to get rid of a NewtonSoft.JSON dependency), you'll need to add the smaller packages individually.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization</tags> <tags>Bond .NET C# serialization</tags>
<dependencies> <dependencies>
<dependency id="Bond.Core.CSharp" version ="[$version$]" /> <dependency id="Bond.Core.CSharp" version ="[$version$]" />

Просмотреть файл

@ -20,7 +20,7 @@
The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization grpc RPC messaging</tags> <tags>Bond .NET C# serialization grpc RPC messaging</tags>
<dependencies> <dependencies>
<dependency id="Bond.Core.CSharp" version ="[$version$] "/> <dependency id="Bond.Core.CSharp" version ="[$version$] "/>

Просмотреть файл

@ -20,7 +20,7 @@
This package contains Bond runtime assemblies and can be specified as a dependency for other NuGet packages using Bond. The full Bond C# distribution is in the Bond.CSharp package. This package contains Bond runtime assemblies and can be specified as a dependency for other NuGet packages using Bond. The full Bond C# distribution is in the Bond.CSharp package.
</description> </description>
<copyright>Copyright (c) Microsoft</copyright> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Bond .NET C# serialization</tags> <tags>Bond .NET C# serialization</tags>
<dependencies> <dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" /> <dependency id="Newtonsoft.Json" version="9.0.1" />