Change Assembly Version in a compiled .NET assembly

前端 未结 6 1927
攒了一身酷
攒了一身酷 2020-12-01 05:17

Simple question... is there a way to change the Assembly Version of a compiled .NET assembly?

I\'d actually be fine with a way to change the Assembly File Version.

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 05:30

    Why do you want to do this? If it's so that another application can use it, you might want to look into assembly binding redirection instead.

提交回复
热议问题