TINKERPOP-1552 Make csproj version match maven pom versions
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6135a002 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6135a002 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6135a002 Branch: refs/heads/tp32 Commit: 6135a00208a55b8317085531291c9ef98e481ce2 Parents: 6457bb9 Author: Stephen Mallette <[email protected]> Authored: Wed Jun 28 12:42:09 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 28 15:13:12 2017 -0400 ---------------------------------------------------------------------- .../src/Gremlin.Net/Gremlin.Net.csproj | 22 ++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6135a002/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj index 361ce9e..30e15a7 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj +++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj @@ -1,4 +1,22 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +<!-- THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see pom.xml --> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup Label="Build"> <TargetFramework>netstandard1.3</TargetFramework> @@ -7,7 +25,7 @@ </PropertyGroup> <PropertyGroup Label="Package"> - <Version>3.2.6-beta1</Version> + <Version>3.2.6-SNAPSHOT</Version> <Title>Gremlin.Net</Title> <Authors>Apache TinkerPop</Authors> <Description>
