Skip to content

Releases: m-kovalsky/MiniModelBuilder

Mini Model Builder 1.0.8

15 Sep 07:57
776fa09
Compare
Choose a tag to compare
  • Fixed issue with removing perspectives within the Create script

Mini Model Builder 1.0.7

08 Sep 15:06
d02d0af
Compare
Choose a tag to compare
  • Fixed issue with analyzing the partition query statement (searching for SELECT * FROM)

Mini Model Builder 1.0.6

12 Apr 09:39
01be9ee
Compare
Choose a tag to compare
  • Fixed issue in MiniModelBuilder_Create script (removing perspectives moved to the final step to avoid dependency issues)

Mini Model Builder 1.0.5

13 Jan 10:52
8095d40
Compare
Choose a tag to compare
  • Fixed issue for SortByColumn dependencies (#1)

Mini Model Builder 1.0.4

09 Jan 09:49
322324b
Compare
Choose a tag to compare
  • Fixed issue related to export script feature (#1)

Mini Model Builder 1.0.3

30 Aug 08:40
5d1263a
Compare
Choose a tag to compare
  • Updated fonts
  • Added 'Mini Model Builder' title to starting page

Mini Model Builder 1.0.2

23 Apr 09:14
7714945
Compare
Choose a tag to compare
  • Removed zero-space characters

Mini Model Builder 1.0.1

08 Mar 14:45
ebfec05
Compare
Choose a tag to compare
  • Updated the MiniModelBuilder_Create.cs script to use an Environment Variable so it is reusable for all mini models
  • Fixed the Script button tooltip

Mini Model Builder 1.0.0

01 Dec 21:06
a7edead
Compare
Choose a tag to compare

Initial release of the Mini Model Builder tool. The 2 files function as such:

  • MiniModelBuilder.cs: This is the Mini Model Builder program which is run inside of Tabular Editor. This is where you customize your mini model to your desired specifications.
  • MiniModelBuilder_Create.cs: This is the script that is executed to create the mini model. It reads the metadata which was saved while using the Mini Model Builder program.

Please read the README document for additional information about this program.