Skip to content

Releases: rzblue/TechnicAssembler

v1.2.2

11 Apr 00:19
Compare
Choose a tag to compare

A fix so that methods may be used as part of another program.

v1.2.1

10 Apr 13:09
Compare
Choose a tag to compare

This release fixed an issue where the project would not build unless certain requirements were met.

v1.2

10 Apr 12:55
Compare
Choose a tag to compare

This release added the option to give the zip file a custom name rather than the %name%-%version%.zip format. This project is now on Maven Central:
Maven:

<dependency>
    <groupId>com.github.firecrafty.technicassembler</groupId>
    <artifactId>TechnicAssembler</artifactId>
    <version>1.2</version>
</dependency>

Gradle:

compile 'com.github.firecrafty.technicassembler:TechnicAssembler:1.2'

v1.0.2

05 Apr 16:35
Compare
Choose a tag to compare

Fixed bugs related to system files (.DS_Store) causing corruption and errors during zipping of folders

v1.0

01 Apr 23:32
Compare
Choose a tag to compare
no message