typo in assembly version
See original GitHub issueI am getting an error that leads me to believe that this here is a typo based on the screenshot.
It should be version 2.0.0
, no?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
AssemblyVersion using * fails with error "wildcards, which ...
"Deterministic" means something like - the compiler will use the same versions of the files if no changes have happened resulting in faster ......
Read more >AssemblyVersionAttribute Class (System.Reflection)
The AssemblyVersionAttribute attribute is used to assign a version number to an assembly. That version number is then stored with the assembly's metadata....
Read more >Confusing error message for wildcard in [AssemblyVersion ...
Expected Behavior: The error clearly explains that the actual problem is that wildcard assembly versions are not allowed for deterministic ...
Read more >Assembly Has a Higher Version Than Referenced .NET Error
This error indicates that there is a version mismatch between what is referenced by the assembly (<Y.Y.Y.Y>) and what the project is pointed ......
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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah yes it could be. I saw that today in the project. I will release 2.0.1 tonight
Closing this. After some more digging, the release resolved my issue. Thank you.