/
Connexion displaying wrong date for custom plugin
Connexion displaying wrong date for custom plugin
Please try adding: <Deterministic>False</Deterministic> to the first PropertyGroup section of your .csproj file and rebuilding the solution. This reference that states as of Visual Studio v15.4, that without this set, VS will put gibberish in those fields.
https://intellitect.com/displaying-deploymentbuild-date-web-pages/
Update for Visual Studio 15.4.
Builds in VS now contain information that makes the values in these fields gibberish. Fortunately, this can be easily fixed with a change to your .csproj file. in the first <PropertyGroup> section add the following element:
<Deterministic>False</Deterministic> |
, multiple selections available,
Related content
Connexion v16.0 RC2 (16.0.2157)
Connexion v16.0 RC2 (16.0.2157)
More like this
14.0 Release 7 (v14.0.9129)
14.0 Release 7 (v14.0.9129)
More like this
Connexion v16.0 R1 (16.0.2340)
Connexion v16.0 R1 (16.0.2340)
More like this
Connexion v15.1 R4 (15.1.751)
Connexion v15.1 R4 (15.1.751)
More like this
14.0 Release 13 (v14.0.9994)
14.0 Release 13 (v14.0.9994)
More like this
14.0 Release 11 (v14.0.9935)
14.0 Release 11 (v14.0.9935)
More like this