Increase version of application.config automatically using powershell after every deployment
- 阅读更多 关于 Increase version of application.config automatically using powershell after every deployment
I am new to powershell and I wanted to change version in an xml file after every deployment and. I referred to Unable to update a value in msbuild proj file using powershell . Below is the xml content: <?xml version="1.0" encoding="utf-8" ?> <configuration> <site> <add key="ShowAppConf" value="true"/> <add key="site.IsCsrfCheck" value="false" /> <add key="EnableDeviceFileAuthentication" value="false" /> <add key="EnableFileAuthentication" value="false" /> <add key="AppVersion" value="v0.1.7.21.31.144402" /> </site> </configuration> and I am trying to increase value of revision version of