Open Steinblock opened 9 years ago
Can you just go ahead and publish your code at this point, the Dev Community Following this feed can help develop the script you are working on. Also 16.2.3 is available from DevExpress how do you plan your publishing. Thanks.
Hi @vsmike, thanks for reaching out. I intend to upload the source code on the 23rd of January.
In the meantime, I've published the nuspec files for the most recent release of DevExpress (16.2.3), in case it's helpful.
Any update to publishing the code to generate the nuspec files?
This is not an issue but a feature suggestion.
You said you are using a C# app to generate the nuspec files and are planning to release it after a rewrite. It would be great if you would not just update and relase new versions of the files but create a solution/project with a T4 template that does the job.
With that I could just drop the needed dlls in the lib folder, run the T4 tool which would generate the nuspec files.
This would solve issue #4 and issue #7 with little effort.
The key is to let a single T4 template generate mutliple output files:
http://t4-editor.tangible-engineering.com/blog/how-to-generate-multiple-output-files-from-a-single-t4-template.html