Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/716#discussion_r139980666
--- Diff: gremlin-dotnet/glv/Gremlin.Net.csproj.template ---
@@ -25,7 +25,9 @@ limitations under the License.
</PropertyGroup>
<PropertyGroup Label="Package">
- <Version>${projectVersion}</Version>
+ <Version>$projectVersion</Version>
+ <FileVersion>$projectVersion.0</FileVersion>
--- End diff --
ok - fixed `<FileVersion>` - i just did some regex. i didn't quite
understand the suggestion that @FlorianHockmann made, but I can adjust if you
guys determine it is right to do so. at least it builds now.
---