BlazorInputFile icon indicating copy to clipboard operation
BlazorInputFile copied to clipboard

Assembly version is not specifyed and will always be in version 1.0.0

Open rob-ack opened this issue 5 years ago • 0 comments

https://github.com/SteveSandersonMS/BlazorInputFile/blob/fbd0f341da2dca8bfa152ff73816c86213faaab9/BlazorInputFile/BlazorInputFile.csproj#L7

Your Package Version will change but your Assembly version is unaffected by this setting. You can use the following line instead to set Package Version and Assembly Version at the same time.

<Version>0.2.0</Version>

rob-ack avatar Sep 01 '20 10:09 rob-ack