You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/02/14 20:34:28 UTC

[06/31] tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

TINKERPOP-1885 Clean up Gremlin.Net csproj CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f39b188
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7f39b188

Branch: refs/heads/TINKERPOP-1857
Commit: 7f39b188ec9035c5af75eafcf5be0eae912d3c60
Parents: 2d7113a
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Wed Feb 14 20:30:10 2018 +0100
Committer: Florian Hockmann <fh...@florian-hockmann.de>
Committed: Wed Feb 14 20:30:10 2018 +0100

----------------------------------------------------------------------
 gremlin-dotnet/glv/Gremlin.Net.csproj.template  | 28 +++++++++-----------
 .../src/Gremlin.Net/Gremlin.Net.csproj          | 28 +++++++++-----------
 2 files changed, 24 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/gremlin-dotnet/glv/Gremlin.Net.csproj.template
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
index 59153b4..c116f0e 100644
--- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
+++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
@@ -30,25 +30,21 @@ limitations under the License.
     <AssemblyVersion><%= (projectVersion =~ /(\d+\.\d+)\.*/)[0][1] %>.0.0</AssemblyVersion>
     <Title>Gremlin.Net</Title>
     <Authors>Apache TinkerPop</Authors>
-    <Description>
-      Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET.
-    </Description>
-    <Summary>
-      Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).
-      Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language
-      that enables users to succinctly express complex traversals on (or queries of) their application’s property graph.
+    <Description>Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET.
 
-      Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including “dot notation”
-      for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and support for global namespaces
-      (a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will immediately be able to work with
-      Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
+Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).
+Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language
+that enables users to succinctly express complex traversals on (or queries of) their application’s property graph.
 
-      Please see the reference documentation at Apache TinkerPop for more information on usage.
+Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including “dot notation”
+for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and support for global namespaces
+(a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will immediately be able to work with
+Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
 
-      NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian Hockmann (versions &lt;= 0.X) and is now
-      included as part of the Apache TinkerPop project. The 'old' Gremlin.Net driver is however still supported.
-      Head to https://github.com/FlorianHockmann/Gremlin.Net for more information.
-    </Summary>
+Please see the reference documentation at Apache TinkerPop for more information on usage.
+
+NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian Hockmann (versions: 0.y.z) and is now
+included as part of the Apache TinkerPop project.</Description>
     <AssemblyOriginatorKeyFile>../../build/tinkerpop.snk</AssemblyOriginatorKeyFile>
     <SignAssembly>true</SignAssembly>
     <PublicSign Condition="'\$(OS)' != 'Windows_NT'">true</PublicSign>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7f39b188/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 41e8f4c..a538b8b 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -30,25 +30,21 @@ limitations under the License.
     <AssemblyVersion>3.2.0.0</AssemblyVersion>
     <Title>Gremlin.Net</Title>
     <Authors>Apache TinkerPop</Authors>
-    <Description>
-      Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET.
-    </Description>
-    <Summary>
-      Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).
-      Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language
-      that enables users to succinctly express complex traversals on (or queries of) their application’s property graph.
+    <Description>Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET.
 
-      Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including “dot notation”
-      for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and support for global namespaces
-      (a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will immediately be able to work with
-      Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
+Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).
+Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language
+that enables users to succinctly express complex traversals on (or queries of) their application’s property graph.
 
-      Please see the reference documentation at Apache TinkerPop for more information on usage.
+Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including “dot notation”
+for function chaining (a.b.c), round bracket function arguments (a(b,c))`, and support for global namespaces
+(a(b()) vs a(__.b()))`. As such, anyone familiar with Gremlin-Java will immediately be able to work with
+Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
 
-      NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian Hockmann (versions &lt;= 0.X) and is now
-      included as part of the Apache TinkerPop project. The 'old' Gremlin.Net driver is however still supported.
-      Head to https://github.com/FlorianHockmann/Gremlin.Net for more information.
-    </Summary>
+Please see the reference documentation at Apache TinkerPop for more information on usage.
+
+NOTE: Gremlin.Net is an extension of the Gremlin.Net driver by Florian Hockmann (versions: 0.y.z) and is now
+included as part of the Apache TinkerPop project.</Description>
     <AssemblyOriginatorKeyFile>../../build/tinkerpop.snk</AssemblyOriginatorKeyFile>
     <SignAssembly>true</SignAssembly>
     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>