|
15 | 15 | <Authors>David Ellams (NextGen Software Ltd)</Authors>
|
16 | 16 | <PackageTags>holochain;net;unity</PackageTags>
|
17 | 17 | <PackageReleaseNotes>
|
| 18 | + - Updated HoloNET 2 Documentation (now complete). |
| 19 | + - Added intellisense documentation making it even easier to use HoloNET! :) |
18 | 20 | - Various bug fixes.
|
19 | 21 | - Various improvements.
|
20 |
| - - Added new SaveLoadOASISEntryWithTypeOfEntryDataObject test to HoloNET Test Harness. |
21 |
| - - Added call to ShutDownAllHolochainConductors on HoloNETClient after HoloNET Test Harness calls the Disconect method on HoloNETClient. |
22 |
| - - Added new BuildEntryDataObjectMessage method to HoloNET Test Harness. |
23 |
| - - Added new AvatarEntryDataObject to HoloNET Test Harness to use as example of how to use the CallZomeFunction overloads that either pass in the type of a EntryDataObject to map to or the actual object itself. |
24 |
| - - Added additional commenting/documentation on how to use the new HoloNETAuditEntryBaseClass so is easier to understand in in HoloNET Test Harness. |
25 |
| - - Organised examples into new Examples folder in HoloNET Test Harness so is easier to find and understand. |
26 |
| - - Added new global _avatarEntryDataObject to HoloNET Test Harness as part of the new tests described above. |
27 |
| - - Re-set HoloNETClient defaults so it will auto-start and auto-shutdown the Holochain Condutor as it use to in previous versions in HoloNET Test Harness. |
28 |
| - - Added new OnHolochainConductorsShutdownComplete & OnHoloNETShutdownComplete event handlers to HoloNET Test Harness. |
29 |
| - - View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.0 |
| 22 | + - View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.1 |
30 | 23 | </PackageReleaseNotes>
|
31 | 24 | <RepositoryType>git</RepositoryType>
|
32 | 25 | <RepositoryUrl>https://github.com/NextGenSoftwareUK/holochain-client-csharp</RepositoryUrl>
|
|
35 | 28 | <!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
|
36 | 29 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
37 | 30 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
38 |
| - <Version>2.1.0</Version> |
| 31 | + <Version>2.1.1</Version> |
39 | 32 | <!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
|
40 | 33 |
|
41 | 34 | <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
0 commit comments