Skip to content
Snippets Groups Projects
Commit 70a05a7c authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

unify usage of Version vs VersionPrefix

parent 9197a6ea
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<PropertyGroup> <PropertyGroup>
<AssemblyName>Protobuf.MSBuild</AssemblyName> <AssemblyName>Protobuf.MSBuild</AssemblyName>
<Version>$(GrpcCsharpVersion)</Version> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<!-- If changing targets, change also paths in Google.Protobuf.Tools.targets. --> <!-- If changing targets, change also paths in Google.Protobuf.Tools.targets. -->
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks> <TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment