|
17 | 17 | <Authors>David Ellams (NextGen Software Ltd)</Authors>
|
18 | 18 | <PackageTags>holochain;net;unity</PackageTags>
|
19 | 19 | <PackageReleaseNotes>
|
20 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/c26a822f4fd6a2aff0da6b01bf4ab4796c663034: |
21 |
| - - Added IsEnabled parameter to the constructor for the HolochainProperty attribute. |
22 |
| - |
23 |
| - - Added isVersionTrackingEnabled, isAuditTrackingEnabled & isAuditAgentCreateModifyDeleteFieldsEnabled params to all constructors in HoloNETAuditEntryBaseClass. |
24 |
| - |
25 |
| - - Added IsVersionTrackingEnabled, IsAuditTrackingEnabled & IsAuditAgentCreateModifyDeleteFieldsEnabled properties to HoloNETAuditEntryBaseClass. |
26 |
| - |
27 |
| - - Added customDataKeyValuePair & holochainPropertiesIsEnabledKeyValuePair params to SaveAsync method in HoloNETAuditEntryBaseClass. |
28 |
| - |
29 |
| - - Added entryHash to summary info for DeleteAsync method in HoloNETAuditEntryBaseClass. |
30 |
| - |
31 |
| - - Moved Version property from HoloNETEntryBaseClass to HoloNETAuditEntryBaseClass. |
32 |
| - |
33 |
| - - Added customDataKeyValuePair & holochainPropertiesIsEnabledKeyValuePair params to SaveAsync method in HoloNETEntryBaseClass. |
34 |
| - |
35 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/37e87dc46aab518febb8f1ac17a30f50b2197ed2: |
36 |
| - - Renamed HolochainPropertyName to HolochainFieldName throughout the full HoloNET codebase and documentation. |
37 |
| - |
38 |
| - - Renamed propertyName to fieldName in HolochainFieldName attribute. |
39 |
| - |
40 |
| - - Added holochainPropertiesIsEnabledKeyValuePair to call to base.SaveAsync in SaveAsync method in HoloNETAuditEntryBaseClass. |
41 |
| - |
42 |
| - - Added summary documentation to HoloNETConfig properties. |
43 |
| - |
44 |
| - - Added test/sample use case for overriding the SaveAsync method in Avatar example object where various properties are disabled. |
45 |
| - |
46 |
| - https://github.com/holochain-open-dev/holochain-client-csharp/commit/a4d78bae4154a3939b53f0171a4609b326ce6bce: |
47 |
| - - Renamed holochainPropertiesIsEnabledKeyValuePair to holochainFieldsIsEnabledKeyValuePair param in SaveAsync & Save methods in HoloNETAuditEntryBaseClass & HoloNETEntryBaseClass. |
48 |
| - |
49 |
| - - Added Save method to HoloNETAuditEntryBaseClass. |
50 |
| - |
51 |
| - - Added 2 Delete overloads & DeleteAsync methods to HoloNETAuditEntryBaseClass. |
52 |
| - |
53 |
| - - Save methods in HoloNETEntryBaseClass are now all virtual methods meaning they can be overriden in classes that extend it. |
54 |
| - |
55 |
| - - Avatar class in HoloNET Test Harness now has additional examples of how to override the Save and SaveAsync methods. |
56 |
| - |
57 |
| - - Avatar class in HoloNET Test Harness now has example of how to use constructors that enable/disable the various auditing functionality of HoloNETAuditEntryBaseClass. |
58 |
| - |
59 |
| - - Updated HoloNET README.md/documentation to reflect the latest changes to HoloNET such as the additional auditing capabilitites and increased flexability and extendability of the Save/SaveAsync methods. |
60 |
| - |
61 |
| - - View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.2 |
| 20 | + - View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.3 |
62 | 21 | </PackageReleaseNotes>
|
63 | 22 | <RepositoryType>git</RepositoryType>
|
64 | 23 | <RepositoryUrl>https://github.com/holochain-open-dev/holochain-client-csharp</RepositoryUrl>
|
|
67 | 26 | <!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
|
68 | 27 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
69 | 28 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
70 |
| - <Version>2.1.2</Version> |
| 29 | + <Version>2.1.3</Version> |
71 | 30 | <!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
|
72 | 31 |
|
73 | 32 | <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
0 commit comments