question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Revision not set in file version of the Fluent.dll

See original GitHub issue

The file revision of the Fluent.dll has been removed with release of v7.0.0-alpha0623, which cause that our patch installer build is no longer able to patch the Fluent.dll, because the file revision is now smaller than before.

The current workaround is that we build our own version of the Fluent.dll, where we set the file revision explicitly in the Directory.build.targets file and commit the build output for the patch installer build.

Can you please explain, why the file revision was reset to zero?


Environment

  • Fluent.Ribbon v7.0.0-alpha0586
  • Windows 10
  • .NET Framework 4.7

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
batzencommented, Aug 19, 2019

Will fix that tomorrow. Should be related to the changes to the gitversion config i copied from MahApps.Metro.

0reactions
Pyth0ffcommented, Aug 26, 2019

I used the latest checkout and it is now working again. The AssemblyFileVersion of the Fluent.dll is now 7.0.0.707 including the build number 707.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version in .NET DLL not reflecting Build or Revision
I right-click on the properties of the newly created DLL in the bin/debug or bin/release folder and choose "properties". On the "details" tab...
Read more >
Installation completed with errors
GoodMorning, I'm trying to install Ansys Student for a university project but ... The installation will copy the prerequisite setup files from the...
Read more >
Making Sense of AssemblyVersion Numbers
A Guide to AssemblyVersion and FileVersion. The components of a Microsoft DLL or EXE version number are Major, Minor, Build, and Revision.
Read more >
compiling my Udf - FLUENT
Go to the directory your case is in and type 'fluent'. 2. I verified the path is right and changed it to: Microsoft...
Read more >
VERSIONINFO resource - Win32 apps
Defines a version-information resource. The resource contains such information about the file as its version number, its intended operating ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found