Skip to content

Releases: KaiserDMC/ZipForJudge

Version 2.0

14 May 21:00
f45c7ae
Compare
Choose a tag to compare

Changes:

  1. This versions adds support for Linux distributions via a bash script.

Version 1.4

11 Jun 19:23
833005d
Compare
Choose a tag to compare

Changes:

  1. Upon script initialization the user is now prompted if they wish to keep the "Migrations" folder inside the ".zip" archive.
    This option was given in order to facilitate the ASP .NET Fundamentals course exam requirements.

The answer is **case-insensitive** and can be given in any of the following forms: Yes/Y, yes/y, No/N, no/n.

  1. Removed "TestResults" folder from the ".zip" archive.

Version 1.3

19 Mar 20:28
4590f66
Compare
Choose a tag to compare

Removed "ExportResults" and "ImportResults" folders from ".zip" archive

Version 1.2

17 Mar 20:35
750774a
Compare
Choose a tag to compare

Removed "Datasets" folder from the ".zip" file

Version 1.1

07 Mar 18:20
1d8f18d
Compare
Choose a tag to compare

Fixing a minor bug

  • "bin", "obj", "Migrations", ".vs" in the exclusion section, will refer only to Directories rather than names

Version 1.0

06 Mar 09:55
aff6932
Compare
Choose a tag to compare

Initial Release