Hi,
I want to show current abp version into my application so is there any way to get this. Please let me know.
Thanks,
4 Answer(s)
-
0
-
0
Hi
We are adding this code into Host project and all pages are available into Blazor project so If I am adding this into host so I am getting version but If I am adding the same code into blazor then getting error like FileVersion is not supported error in console so please suggest me.
Thanks,
-
0
Maybe Blazor didn't implement this because it runs in your browser. Also Blazor is a client and you also have a host. So these projects have different versions. The best practise is storing Blazor client version in a const variable and get the host version via API call. Create a new application service like ApplicationInfoAppservice and return the version from this service...
-
0
This question has been automatically marked as stale because it has not had recent activity.