|
17 | 17 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
18 | 18 | <PackageProjectUrl>https://www.nuget.org/packages/RepetierSharp/</PackageProjectUrl> |
19 | 19 | <RepositoryUrl>https://github.com/Z0rdak/RepetierSharp</RepositoryUrl> |
20 | | - <AssemblyVersion>0.2.1.0</AssemblyVersion> |
21 | | - <FileVersion>0.2.1.0</FileVersion> |
22 | | - <Version>0.2.1</Version> |
23 | | - <PackageVersion>0.2.1</PackageVersion> |
| 20 | + <AssemblyVersion>0.2.2.0</AssemblyVersion> |
| 21 | + <FileVersion>0.2.2.0</FileVersion> |
| 22 | + <Version>0.2.2</Version> |
| 23 | + <PackageVersion>0.2.2</PackageVersion> |
24 | 24 | <NeutralLanguage>en</NeutralLanguage> |
25 | 25 | <PackageTags>Repetier-Server, 3D-Printing, Websocket, API-Client</PackageTags> |
26 | 26 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
29 | 29 | <RepositoryType>git</RepositoryType> |
30 | 30 | <Nullable>enable</Nullable> |
31 | 31 | <PackageReleaseNotes> |
32 | | - [0.2.1] - 2025-03-26 |
33 | | - |
| 32 | + Added |
| 33 | + - Add command serializer to fix problems with serialization |
| 34 | + - Add type mapping for new events |
| 35 | + - Add event handling for jobsChanged, printQueueChanged and gcodeStorageChanged events. The corresponding event handlers are now invoked accordingly. |
| 36 | + Changed |
| 37 | + - Reduce overly excessive error logging from exceptions during message handling |
34 | 38 | Fixed |
35 | | - - Fix logger factories not using the `using` statement, causing potential memory issues |
36 | | - - Fix JsonDocument during message handling not using the `using` statement, causing potential memory issues |
| 39 | + - Fix commands not being serialized properly |
| 40 | + - Fix parsed json being discard to early causing errors |
| 41 | + - Fix wrong type cast for state event serialization |
| 42 | + - Fix wrong type cast for printerListChanged event serialization |
| 43 | + - Fix wrong type cast for userCredentials event serialization |
37 | 44 | </PackageReleaseNotes> |
38 | 45 | <!-- Disable Warning CS8618 globally. 99% occourance of this is in POCOs where it does not matter at all --> |
39 | 46 | <NoWarn>CS8618</NoWarn> |
|
0 commit comments