blob: 9164b83c6cc5529d3fa4e1eba6fb29bcf11b1aa1 [file] [log] [blame]
Jan Tattermusch66eb18d2015-08-09 20:03:24 -07001#region Copyright notice and license
2
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003// Copyright 2015 gRPC authors.
Jan Tattermusch66eb18d2015-08-09 20:03:24 -07004//
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
Jan Tattermusch66eb18d2015-08-09 20:03:24 -07008//
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009// http://www.apache.org/licenses/LICENSE-2.0
Jan Tattermusch66eb18d2015-08-09 20:03:24 -070010//
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
Jan Tattermusch66eb18d2015-08-09 20:03:24 -070016
17#endregion
18
Jan Tattermuscha5800702015-07-13 21:32:33 -070019using System.Reflection;
Jan Tattermuscha5800702015-07-13 21:32:33 -070020
Jan Tattermuschfe0c4a82016-02-08 16:39:55 -080021[assembly: AssemblyVersion(Grpc.Core.VersionInfo.CurrentAssemblyVersion)]
Jan Tattermusch23a9ca52016-04-25 13:14:11 -070022[assembly: AssemblyFileVersion(Grpc.Core.VersionInfo.CurrentAssemblyFileVersion)]
23[assembly: AssemblyInformationalVersion(Grpc.Core.VersionInfo.CurrentVersion)]