❔ Randomizing stuff like AssemblyName etc on Build
So I saw this post on stackoverflow; https://stackoverflow.com/questions/30089576/unique-assembly-name-every-build
And the answer to that the guy said its possible to do it via the .csproj file
But I cannot seem to make it work. Is this something that works specifically for unity builds only?
Thanks in advance
Stack Overflow
Unique Assembly name every build
I’m trying to change the Assembly name of my dll during build. I’ve created another exe that changes the assembly name in the csproj file, which I execute during pre-build. But it seems like my cha...
2 Replies