Skip to content

Commit

Permalink
- Bumped HoloNET to v2.1.2
Browse files Browse the repository at this point in the history
- Updated HoloNET Release Notes.

- Bumped HoloNET Test Harness to v2.1.2.

- Updated HoloNET Test Harness Release Notes.
  • Loading branch information
dellams committed Mar 17, 2023
1 parent a4d78ba commit ad52df1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,8 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity</PackageTags>
<PackageReleaseNotes>
- Updated HoloNET 2 Documentation (now complete).
- Added intellisense documentation making it even easier to use HoloNET! :)
- Various bug fixes.
- Various improvements.
- Added 2 new constructors to HoloNETAuditEntryBaseClass and HoloNETBaseClass.
- Renamed getAgentPubKeyAndDnaHashFromConductor to retrieveAgentPubKeyAndDnaHashFromConductor throughout HoloNET codebase.
- Renamed getAgentPubKeyAndDnaHashFromSandbox to retrieveAgentPubKeyAndDnaHashFromSandbox throughout HoloNET codebase.
- Renamed automaticallyAttemptToGetFromConductorIfSandBoxFails to automaticallyAttemptToRetreiveFromConductorIfSandBoxFails throughout HoloNET codebase.
- Renamed automaticallyAttemptToGetFromSandBoxIfConductorFails to automaticallyAttemptToRetreiveFromSandBoxIfConductorFails throughout HoloNET codebase.
- Added alsoUseDefaultLogger param to some constructors in HoloNET Client, HoloNETAuditEntryBaseClass and HoloNETBaseClass.
- Added 2 new constructors to HoloNET Client.
- View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.1

- View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.2
</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holochain-open-dev/holochain-client-csharp</RepositoryUrl>
Expand All @@ -37,7 +27,7 @@
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
Expand Down
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.1.1");
Console.WriteLine("NextGenSoftware.Holochain.HoloNET.Client Test Harness v2.1.2");
Console.WriteLine("");

HoloNETConfig config = new HoloNETConfig()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity</PackageTags>
<PackageReleaseNotes>
- Updated HoloNET 2 Documentation (now complete).
- Added intellisense documentation making it even easier to use HoloNET! :)
- View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.1
- View full change log here: https://github.com/holochain-open-dev/holochain-client-csharp/releases/tag/v2.1.2
</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/NextGenSoftwareUK/holochain-client-csharp</RepositoryUrl>
Expand All @@ -26,7 +24,7 @@
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
Expand Down

0 comments on commit ad52df1

Please sign in to comment.