Skip to content

Commit 006240f

Browse files
committed
- Bumped HoloNET version to v2.1.4.
- Updated HoloNET release notes. - Bumped HoloNET Test Harness version to v2.1.4. - Updated HoloNET Test Harness release notes.
1 parent 5276f69 commit 006240f

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

NextGenSoftware.Holochain.HoloNET.Client.Core/NextGenSoftware.Holochain.HoloNET.Client.csproj

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,11 @@
1717
<Authors>David Ellams (NextGen Software Ltd)</Authors>
1818
<PackageTags>holochain;net;unity</PackageTags>
1919
<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+
2121

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+
2423

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 &amp; Save methods in HoloNETEntryBaseClass &amp; HoloNETAuditEntryBaseClass so the property infos are cached when using refelction which may give a slight performance improvement.
35-
36-
- Added optional caching to MapEntryDataObjectAsync &amp; 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
4825
</PackageReleaseNotes>
4926
<RepositoryType>git</RepositoryType>
5027
<RepositoryUrl>https://github.com/holochain-open-dev/holochain-client-csharp</RepositoryUrl>
@@ -53,7 +30,7 @@
5330
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
5431
<PackageLicenseExpression>MIT</PackageLicenseExpression>
5532
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
56-
<Version>2.1.3</Version>
33+
<Version>2.1.4</Version>
5734
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
5835

5936
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

NextGenSoftware.Holochain.HoloNET.Client.TestHarness/HoloNETTestHarness.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static async Task TestHoloNETClientAsync(TestToRun testToRun)
3434
{
3535
_timer.Start();
3636
_testToRun = testToRun;
37-
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.1.3");
37+
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.1.4");
3838
Console.WriteLine("");
3939

4040
HoloNETConfig config = new HoloNETConfig()

NextGenSoftware.Holochain.HoloNET.Client.TestHarness/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Authors>David Ellams (NextGen Software Ltd)</Authors>
1616
<PackageTags>holochain;net;unity</PackageTags>
1717
<PackageReleaseNotes>
18-
View full release notes here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.3
18+
View full release notes here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.4
1919
</PackageReleaseNotes>
2020
<RepositoryType>git</RepositoryType>
2121
<RepositoryUrl>https://github.com/NextGenSoftwareUK/holochain-client-csharp</RepositoryUrl>
@@ -24,7 +24,7 @@
2424
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
2525
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2626
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
27-
<Version>2.1.3</Version>
27+
<Version>2.1.4</Version>
2828
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
2929

3030
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

0 commit comments

Comments
 (0)