Github user jorgebay commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/716#discussion_r139970813
  
    --- 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 --
    
    `FileVersion` only accepts `major.minor.patch.build` format, we need to 
strip any other character like `-SNAPSHOT`.


---

Reply via email to