|
17 | 17 | <Authors>David Ellams (NextGen Software Ltd)</Authors>
|
18 | 18 | <PackageTags>holochain;net;unity</PackageTags>
|
19 | 19 | <PackageReleaseNotes>
|
20 |
| - This release includes some minor bug fixes as well as small improvements such as additional caching around reflection to speed up dynamic object creation for saving and loading. |
| 20 | + |
21 | 21 |
|
22 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/ed86f0084a05ee6fa3f3c4759293441f3e1b5582 |
23 |
| - Fixed a bug in StartHolochainConductorAsync method in HoloNETClient where _conductorProcess.StartInfo.Arguments included hc but there is no need because it is in the _conductorProcess.StartInfo.FileName |
| 22 | + |
24 | 23 |
|
25 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/7eda17dedb6f8bc4d0e58c7ea7b5f29ecaf61a31 |
26 |
| - Changed namespace that HoloNETAuditEntryBaseClass belongs to NextGenSoftware.Holochain.HoloNET.Client. |
27 |
| - |
28 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/d36ecadffd3028c35fcdc4cad9079290a7ecfcd9 |
29 |
| - - Changed calls to HoloNETClient.WaitTillReadyForZomeCallsAsync to WaitTillHoloNETInitializedAsync in SaveAsync and DeleteAsync methods in HoloNETAuditEntryBaseClass. |
30 |
| - |
31 |
| - - Added additional example of how to override SaveAsync method to README.md/documentation. |
32 |
| - |
33 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/5d82a73c9d80d529aea51405bb5b3f74c91280a5 |
34 |
| - - Added optional caching to SaveAsync & Save methods in HoloNETEntryBaseClass & HoloNETAuditEntryBaseClass so the property infos are cached when using refelction which may give a slight performance improvement. |
35 |
| - |
36 |
| - - Added optional caching to MapEntryDataObjectAsync & MapEntryDataObject methods in HoloNETClient so the property infos are cached when using reflection which may give a slight performance improvement. |
37 |
| - |
38 |
| - - Updated README.md/documentation. |
39 |
| - |
40 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/7639e37bd44619b6192f2b6f9c766c272e55d343 |
41 |
| - - Added static propertyinfo caching to Save methods in HoloNETEntryBaseClass that use reflection to dynamically build the params for the zome function (save/update). |
42 |
| - |
43 |
| - - Added static ClearCache method to HoloNETEntryBaseClass to clear propertyinfo cache mentioned above. |
44 |
| - |
45 |
| - - The propertyInfo cache used in the MapEntryDataObjectAsync method is now cleared in the ClearCache method in HoloNETClient. |
46 |
| - |
47 |
| - - View full release here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.3 |
| 24 | + - View full release here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.4 |
48 | 25 | </PackageReleaseNotes>
|
49 | 26 | <RepositoryType>git</RepositoryType>
|
50 | 27 | <RepositoryUrl>https://github.com/holochain-open-dev/holochain-client-csharp</RepositoryUrl>
|
|
53 | 30 | <!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
|
54 | 31 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
55 | 32 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
56 |
| - <Version>2.1.3</Version> |
| 33 | + <Version>2.1.4</Version> |
57 | 34 | <!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
|
58 | 35 |
|
59 | 36 | <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
0 commit comments