You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/05/05 17:45:13 UTC

[jira] [Resolved] (REEF-195) DLL and NuGet versions are not synchronized

     [ https://issues.apache.org/jira/browse/REEF-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariia Mykhailova resolved REEF-195.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15

.nuspec files use {{$version$}} for version, which uses assembly version from {{AssemblyInfo.cs}}. So dll and NuGet versions should already be synchronized. During the release we only change version in {{AssemblyInfo.cs}} and {{.cpp}} files, not in any {{.nuspec}} files.

REEF-281 will cover work on reducing amount of version constants in our code, as discussed in the comments for this issue.

> DLL and NuGet versions are not synchronized
> -------------------------------------------
>
>                 Key: REEF-195
>                 URL: https://issues.apache.org/jira/browse/REEF-195
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF.NET
>            Reporter: Markus Weimer
>             Fix For: 0.15
>
>
> Currently, the version of the NuGets we produce isn't synchronized with the versions of the assemblies we put into them. The assemblies always have version {{1.0.0}}, while the NuGet has version {{0.11-SNAPSHOT-*}}. We should harmonize the two.
> [This tutorial|http://www.codeproject.com/Tips/804005/Automated-creation-of-NuGet-packages] seems to have some hints as to how to accomplish that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)