Skip to content

Commit

Permalink
v0.2.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhar-dev authored May 7, 2024
1 parent 5cb9543 commit c585584
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.0-alpha

- Added support for mobject-collections v1.2.0

## v0.1.0-alpha

- Initial deserializer code taken from v0.3.0
Expand Down
Binary file modified mobject-deserialization.library
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</PlaceholderReference>
</ItemGroup>
<ItemGroup>
<LibraryReference Include="mobject-deserialization,0.1.0,mobject">
<LibraryReference Include="mobject-deserialization,0.2.0,mobject">
<Namespace>mobject_deserialization</Namespace>
</LibraryReference>
<LibraryReference Include="mobject-errors,0.2.0,mobject">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<TcSmItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.beckhoff.com/schemas/2012/07/TcSmProject" TcSmVersion="1.0" TcVersion="3.1.4024.55" ClassName="CNestedPlcProjDef">
<Project GUID="{FC3E266E-F58D-40FE-B080-DD7C62064706}" Name="Main" PrjFilePath="..\..\Main\Main.plcproj" TmcFilePath="..\..\Main\Main.tmc" ReloadTmc="true" AmsPort="851" FileArchiveSettings="#x000e" SymbolicMapping="true">
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="Main\Main.tmc" TmcHash="{6702EC1A-AC93-D9EA-1753-2C7A77C584B2}">
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="Main\Main.tmc" TmcHash="{6B516241-11AD-6A60-7B41-195F58F0B396}">
<Name>Main Instance</Name>
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID>
<Contexts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>mobject</Company>
<Released>false</Released>
<Title>mobject-deserialization</Title>
<ProjectVersion>0.1.0</ProjectVersion>
<ProjectVersion>0.2.0</ProjectVersion>
<DefaultNamespace>mobject-deserialization</DefaultNamespace>
<Placeholder>mobject-deserialization</Placeholder>
<Author>mobject dev team</Author>
Expand All @@ -46,7 +46,7 @@
</PlaceholderReference>
</ItemGroup>
<ItemGroup>
<LibraryReference Include="mobject-collections,1.1.0,mobject">
<LibraryReference Include="mobject-collections,1.2.0,mobject">
<Namespace>mobject_collections</Namespace>
</LibraryReference>
<LibraryReference Include="mobject-disposable,1.0.0,mobject">
Expand Down

0 comments on commit c585584

Please sign in to comment.