xavtool
xavtool copied to clipboard
Xplat Automating Version Tool
I'm consistently getting the below problem when running on Ventura after using brew to download it (per instructions). When I did a search on this issue, this [came up](https://zchee.github.io/golang-wiki/MacOS12BSDThreadRegisterIssue/) showing...
If using xavtool 1.2.1-fix on mac or windows following error appears with latest VS 2019 release. panic: interface conversion: interface {} is string, not map[string]interface {} ``` goroutine 1 [running]:...
xavtool Version 1.2.0 [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x11b9626] goroutine 1 [running]: ` main.isIgnored(0x0, 0x0, 0xc42008b0b0) /home/travis/gopath/src/github.com/gabrielrobert/xavtool/finders.go:50 +0x56 main.findManifests.func1(0x7ffeefbfd634, 0x9, 0x0, 0x0, 0x1253ba0, 0xc42008b0b0, 0x30, 0x120ab40) /home/travis/gopath/src/github.com/gabrielrobert/xavtool/finders.go:24 +0x70 path/filepath.Walk(0x7ffeefbfd634,...
It would be nice for us enterprise devs that test in different environments to put an environment string on the end of the Semver and have it preserved during increment...
As state [here](https://stackoverflow.com/questions/13180543/what-is-assemblyinfo-cs-used-for): > AssemblyInfo.cs contains information about your assembly, like name, description, version, etc. You can find more details about its content reading the comments that are included in...
We do not keep ordering at the moment. For instance: ``` CFBundleDevelopmentRegion English CFBundleName xavtool ``` Could become: ``` CFBundleName xavtool CFBundleDevelopmentRegion English ``` It's not an issue, just a...
It could be nice to have enhanced support for continuous integration, things like: - VSTS task - Cake build addin - ps / sh scripts
As state [here](https://stackoverflow.com/questions/42138418/equivalent-to-assemblyinfo-in-dotnet-core-csproj/42143079), new `.csproj` file supports versioning. ``` net461 1.2.3.4 Author 1 Company XYZ Product 2 MyApp 2.0.0.0 3.0.0.0 en Description here Copyright License URL Project URL Icon URL...
`xavtool` should be able to end process gracefully then show useful error messages. Use cases: - All kind of manifests with malformed elements - All kind of manifests with missing...