We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77488 commit dc7f5e5Copy full SHA for dc7f5e5
README.md
@@ -31,7 +31,7 @@ Open IRIS terminal:
31
32
```
33
$ docker-compose exec iris iris session iris
34
-USER>write ##class(PackageSample.ObjectScript).Test()
+USER>write ##class(dc.PackageSample.ObjectScript).Test()
35
36
## How to start coding
37
This repository is ready to code in VSCode with ObjectScript plugin.
module.xml
@@ -3,7 +3,7 @@
3
<Document name="objectscript-template.ZPM">
4
<Module>
5
<Name>objectscript-template</Name>
6
- <Version>1.1.1/Version>
+ <Version>1.1.2</Version>
7
<Packaging>module</Packaging>
8
<SourcesRoot>src</SourcesRoot>
9
<Resource Name="dc.PackageSample.PKG"/>
0 commit comments