how to find a version of DLL
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
I created a DLL file in c# 2.0 . After some days i make some change in (opened in 2.0 again) dll and compiled it. may i know it will be creating new version or will be previous version . Thanks
Sujit
-
I created a DLL file in c# 2.0 . After some days i make some change in (opened in 2.0 again) dll and compiled it. may i know it will be creating new version or will be previous version . Thanks
Sujit
Check AssemblyInfo and compare them.