Gabriel Robert
Gabriel Robert
This PR add the possibility to load javascript files using this format: ``` export default { nested: { content: "EN" } } ``` This format is used by libraries like...
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...