Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGix committed May 23, 2023
1 parent 1a8c8fd commit 73619a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artesian.SDK.prj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<param.email>[email protected]</param.email>
<param.company>Ark Energy</param.company>
<param.summary>This Library provides read access to the Artesian API</param.summary>
<param.description>In v1.4.1 has been added:
- VersionLimit on VersionedQuery (ForMUV method)</param.description>
<param.description>In v1.4.2 has been added:
- Enum for GME Markets and Zones</param.description>
<param.screenshot>${PROJECT_ROOT}\icon.png</param.screenshot>
<param.version>1.4.1</param.version>
<param.version>1.4.2</param.version>
<param.output>${PROJECT_ROOT}\Artesian.SDK.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down
4 changes: 4 additions & 0 deletions GMEPublicOffer/Enums/Market.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@
MI5,
MI6,
MI7,
MIA1,
MIA2,
MIA3,
MSD,
MB,
MB2,
MB3,
MB4,
MB5,
MB6,
MBh,
MRR
end

Expand Down
6 changes: 5 additions & 1 deletion GMEPublicOffer/Enums/Zone.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
SLOV,
SUD,
SVIZ,
CALA
CALA,
MONT,
XGRE,
XSVI,
BSP
end

end

0 comments on commit 73619a7

Please sign in to comment.