MSbuild for updating the assemblyinfo file

前端 未结 5 2133
礼貌的吻别
礼貌的吻别 2021-02-13 19:24

I am writing a batch file to automate a series of tasks. One of these tasks is to update the version of the dlls in my solution, by editing the assemblyinfo.cs file in the vario

5条回答
  •  后悔当初
    2021-02-13 20:11

    Isn't there an MS Build task for modifying the assemblyInfo.cs

    we have something like this in our publish.proj

    
        
    
    
    
    
    

提交回复
热议问题