Skip to content

Commit c2c2ef8

Browse files
committed
- Bumped HoloNET Test Harness to v2.1.1
- Updated HoloNET Test Harness Release Notes.
1 parent a1ef01d commit c2c2ef8

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

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.0");
37+
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.1.1");
3838
Console.WriteLine("");
3939

4040
HoloNETConfig config = new HoloNETConfig()

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,11 @@
1515
<Authors>David Ellams (NextGen Software Ltd)</Authors>
1616
<PackageTags>holochain;net;unity</PackageTags>
1717
<PackageReleaseNotes>
18+
- Updated HoloNET 2 Documentation (now complete).
19+
- Added intellisense documentation making it even easier to use HoloNET! :)
1820
- Various bug fixes.
1921
- 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 &amp; 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
3023
</PackageReleaseNotes>
3124
<RepositoryType>git</RepositoryType>
3225
<RepositoryUrl>https://github.com/NextGenSoftwareUK/holochain-client-csharp</RepositoryUrl>
@@ -35,7 +28,7 @@
3528
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
3629
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3730
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
38-
<Version>2.1.0</Version>
31+
<Version>2.1.1</Version>
3932
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->
4033

4134
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

0 commit comments

Comments
 (0)