Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit abcafb9

Browse files
authored
v0.4.0
2 parents 4a014a1 + 5225d70 commit abcafb9

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.4.0-alpha
4+
5+
- added support for mobject-server v0.4.0
6+
7+
## v0.3.0-alpha
8+
9+
- added support for mobject-graph v0.3.0
10+
311
## v0.2.0-alpha
412

513
- removed datatypes until they are needed

mobject-graph-api.library

-2.18 KB
Binary file not shown.

src/mobject-graph-api/mobject-graph-api-test-project/Main/Main.plcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</PlaceholderReference>
4949
</ItemGroup>
5050
<ItemGroup>
51-
<LibraryReference Include="mobject-graph-api,0.2.0,mobject">
51+
<LibraryReference Include="mobject-graph-api,0.4.0,mobject">
5252
<Namespace>mobject_graph_api</Namespace>
5353
</LibraryReference>
5454
</ItemGroup>

src/mobject-graph-api/mobject-graph-api/mobject-graph-api/mobject-graph-api.plcproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Company>mobject</Company>
2020
<Released>false</Released>
2121
<Title>mobject-graph-api</Title>
22-
<ProjectVersion>0.2.0</ProjectVersion>
22+
<ProjectVersion>0.4.0</ProjectVersion>
2323
<DefaultNamespace>mobject-graph-api</DefaultNamespace>
2424
<Author>mobject dev team</Author>
2525
<Placeholder>mobject-graph-api</Placeholder>
@@ -50,7 +50,7 @@
5050
<LibraryReference Include="mobject-events,1.0.0,mobject">
5151
<Namespace>mobject_events</Namespace>
5252
</LibraryReference>
53-
<LibraryReference Include="mobject-graph,0.2.0,mobject">
53+
<LibraryReference Include="mobject-graph,0.3.0,mobject">
5454
<Namespace>mobject_graph</Namespace>
5555
</LibraryReference>
5656
<LibraryReference Include="mobject-serialization,0.4.0,mobject">
@@ -104,8 +104,8 @@
104104
<ProjectExtensions>
105105
<PlcProjectOptions>
106106
<XmlArchive>
107-
<Data>
108-
<o xml:space="preserve" t="OptionKey">
107+
<Data>
108+
<o xml:space="preserve" t="OptionKey">
109109
<v n="Name">"&lt;ProjectRoot&gt;"</v>
110110
<d n="SubKeys" t="Hashtable" ckt="String" cvt="OptionKey">
111111
<v>{40450F57-0AA3-4216-96F3-5444ECB29763}</v>
@@ -126,13 +126,13 @@
126126
</d>
127127
<d n="Values" t="Hashtable" />
128128
</o>
129-
</Data>
130-
<TypeList>
131-
<Type n="Hashtable">System.Collections.Hashtable</Type>
132-
<Type n="OptionKey">{54dd0eac-a6d8-46f2-8c27-2f43c7e49861}</Type>
133-
<Type n="String">System.String</Type>
134-
</TypeList>
135-
</XmlArchive>
129+
</Data>
130+
<TypeList>
131+
<Type n="Hashtable">System.Collections.Hashtable</Type>
132+
<Type n="OptionKey">{54dd0eac-a6d8-46f2-8c27-2f43c7e49861}</Type>
133+
<Type n="String">System.String</Type>
134+
</TypeList>
135+
</XmlArchive>
136136
</PlcProjectOptions>
137137
</ProjectExtensions>
138138
</Project>

0 commit comments

Comments
 (0)