Skip to content

Commit

Permalink
- Bump HoloNET Test Harness to v2.1.0.
Browse files Browse the repository at this point in the history
- Updated HoloNET Test Harness Release Notes.
  • Loading branch information
dellams committed Feb 6, 2023
1 parent 56d612b commit c5208a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static async Task TestHoloNETClientAsync(TestToRun testToRun)
{
_timer.Start();
_testToRun = testToRun;
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.0.2");
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.1.0");
Console.WriteLine("");

HoloNETConfig config = new HoloNETConfig()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity</PackageTags>
<PackageReleaseNotes>
- Renamed SaveLoadOASISEntry test to SaveLoadOASISEntryWithEntryDataObject in HoloNET Test Harness.
- Added new SaveLoadOASISEntryWithTypeOfEntryDataObject test to HoloNET Test Harness.
- Added call to ShutDownAllHolochainConductors on HoloNETClient after HoloNET Test Harness calls the Disconect method on HoloNETClient.
- Added new BuildEntryDataObjectMessage method to HoloNET Test Harness.
- Various bug fixes.
- Various improvements.
</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/NextGenSoftwareUK/holochain-client-csharp</RepositoryUrl>
Expand All @@ -27,7 +25,7 @@
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>2.0.2</Version>
<Version>2.1.0</Version>
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
Expand Down

0 comments on commit c5208a3

Please sign in to comment.