From 64e91938a1696af130cab73caaa850fddd11b963 Mon Sep 17 00:00:00 2001 From: David Ellams Date: Sun, 26 May 2024 16:09:25 -0400 Subject: [PATCH] - Updated Release Notes for HoloNET.HDK, HoloNET.HyperNET, HoloNET.Manager & HoloNET.ORM. - Bumped HoloNET Test Harness to v3.0.4. --- ...olochain.HoloNET.Client.TestHarness.csproj | 9 ++++-- ...lient.TestHarness.csproj.nuget.dgspec.json | 30 +++++-------------- .../obj/project.assets.json | 12 ++++---- .../obj/project.nuget.cache | 2 +- ...xtGenSoftware.Holochain.HoloNET.HDK.csproj | 9 ++++-- ...Software.Holochain.HoloNET.HyperNET.csproj | 7 +++-- ...nSoftware.Holochain.HoloNET.Manager.csproj | 10 ++++--- ...xtGenSoftware.Holochain.HoloNET.ORM.csproj | 7 +++-- 8 files changed, 43 insertions(+), 43 deletions(-) diff --git a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj index 32191e8..c1eea17 100644 --- a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj +++ b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj @@ -15,11 +15,14 @@ David Ellams (NextGen Software Ltd) holochain;net;unity - This is a very small release with minor bug fixes such as if there is a problem writing the embedded holochain.exe or hc.exe to the current working directory it will now write them to the AppData folder as a fallback, the error handling has also been improved. It also now writes the HoloNETDNA to the AppData folder as the default to avoid windows security issues. + - This release has multiple bug fixes. + - Bug fixes for Get DNA Definition Conductor API function. + - Bug fixes for Disconnect and Re-Connect issues. + - Dependencies updated such as the NextGen Libs it uses. **NOTE: The documentation is still for the previous version, please bare with us while we update this soon... thank you!** - *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v2.2.0...v3.0.0 + *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.5 NuGet Packages: @@ -67,7 +70,7 @@ MIT True - 3.0.3 + 3.0.4 false diff --git a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj.nuget.dgspec.json b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj.nuget.dgspec.json index 142381d..f278861 100644 --- a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj.nuget.dgspec.json +++ b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj.nuget.dgspec.json @@ -104,7 +104,7 @@ } }, "C:\\Users\\USER\\source\\repos\\holochain-client-csharp\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj": { - "version": "3.0.3", + "version": "3.0.4", "restore": { "projectUniqueName": "C:\\Users\\USER\\source\\repos\\holochain-client-csharp\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj", "projectName": "NextGenSoftware.Holochain.HoloNET.Client.TestHarness", @@ -442,7 +442,7 @@ } }, "C:\\Users\\USER\\source\\repos\\NextGenSoftware-Libraries\\NextGenSoftware Libraries\\NextGenSoftware.Utilities\\NextGenSoftware.Utilities.csproj": { - "version": "1.2.0", + "version": "1.2.1", "restore": { "projectUniqueName": "C:\\Users\\USER\\source\\repos\\NextGenSoftware-Libraries\\NextGenSoftware Libraries\\NextGenSoftware.Utilities\\NextGenSoftware.Utilities.csproj", "projectName": "NextGenSoftware.Utilities", @@ -460,7 +460,7 @@ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ - "net7.0" + "net8.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, @@ -469,8 +469,8 @@ "https://www.myget.org/F/opensilver/api/v3/index.json": {} }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net8.0": { + "targetAlias": "net8.0", "projectReferences": {} } }, @@ -481,8 +481,8 @@ } }, "frameworks": { - "net7.0": { - "targetAlias": "net7.0", + "net8.0": { + "targetAlias": "net8.0", "imports": [ "net461", "net462", @@ -494,26 +494,12 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[7.0.19, 7.0.19]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[7.0.19, 7.0.19]" - }, - { - "name": "Microsoft.WindowsDesktop.App.Ref", - "version": "[7.0.19, 7.0.19]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.105\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.105/PortableRuntimeIdentifierGraph.json" } } }, diff --git a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.assets.json b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.assets.json index 34feb43..25d29be 100644 --- a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.assets.json +++ b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.assets.json @@ -789,7 +789,7 @@ "dependencies": { "Colorful.Console": "1.2.15", "NextGenSoftware.ErrorHandling": "1.0.0", - "NextGenSoftware.Utilities": "1.2.0" + "NextGenSoftware.Utilities": "1.2.1" }, "compile": { "bin/placeholder/NextGenSoftware.CLI.Engine.dll": {} @@ -814,7 +814,7 @@ "dependencies": { "MessagePack": "2.4.59", "Newtonsoft.Json": "13.0.2", - "NextGenSoftware.Utilities": "1.2.0", + "NextGenSoftware.Utilities": "1.2.1", "NextGenSoftware.WebSocket": "2.0.0", "Nito.AsyncEx.Context": "5.1.2", "SauceControl.Blake2Fast": "2.0.0", @@ -855,9 +855,9 @@ "bin/placeholder/NextGenSoftware.Logging.dll": {} } }, - "NextGenSoftware.Utilities/1.2.0": { + "NextGenSoftware.Utilities/1.2.1": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v8.0", "compile": { "bin/placeholder/NextGenSoftware.Utilities.dll": {} }, @@ -3221,7 +3221,7 @@ "path": "../../NextGenSoftware-Libraries/NextGenSoftware Libraries/NextGenSoftware.Logging/NextGenSoftware.Logging.csproj", "msbuildProject": "../../NextGenSoftware-Libraries/NextGenSoftware Libraries/NextGenSoftware.Logging/NextGenSoftware.Logging.csproj" }, - "NextGenSoftware.Utilities/1.2.0": { + "NextGenSoftware.Utilities/1.2.1": { "type": "project", "path": "../../NextGenSoftware-Libraries/NextGenSoftware Libraries/NextGenSoftware.Utilities/NextGenSoftware.Utilities.csproj", "msbuildProject": "../../NextGenSoftware-Libraries/NextGenSoftware Libraries/NextGenSoftware.Utilities/NextGenSoftware.Utilities.csproj" @@ -3243,7 +3243,7 @@ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { - "version": "3.0.3", + "version": "3.0.4", "restore": { "projectUniqueName": "C:\\Users\\USER\\source\\repos\\holochain-client-csharp\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj", "projectName": "NextGenSoftware.Holochain.HoloNET.Client.TestHarness", diff --git a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.nuget.cache b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.nuget.cache index b12aaa1..d06863a 100644 --- a/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.nuget.cache +++ b/NextGenSoftware.Holochain.HoloNET.Client.TestHarness/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "dbyYUpdU6zbjYqWUyobLiSjxGd+GttgNbCgDRPbDYbrqg4O10xIulHZblNmj3Q5YhjqatW9gar+bbmg11UQkUg==", + "dgSpecHash": "S9XmHc64c2WFl8jdcz60JnpjGWxMjtgy3EMqKPn6uVaHVsgjCAY+w+Uup5gWDxI5OVLcfg+6TAZL16rMgc1T+Q==", "success": true, "projectFilePath": "C:\\Users\\USER\\source\\repos\\holochain-client-csharp\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness\\NextGenSoftware.Holochain.HoloNET.Client.TestHarness.csproj", "expectedPackageFiles": [ diff --git a/NextGenSoftware.Holochain.HoloNET.HDK/NextGenSoftware.Holochain.HoloNET.HDK.csproj b/NextGenSoftware.Holochain.HoloNET.HDK/NextGenSoftware.Holochain.HoloNET.HDK.csproj index ab4e1a1..8f58415 100644 --- a/NextGenSoftware.Holochain.HoloNET.HDK/NextGenSoftware.Holochain.HoloNET.HDK.csproj +++ b/NextGenSoftware.Holochain.HoloNET.HDK/NextGenSoftware.Holochain.HoloNET.HDK.csproj @@ -22,12 +22,15 @@ David Ellams (NextGen Software Ltd) holochain;net;unity;orm - This release has multiple bug fixes and new features such as the Get DNA Definition Conductor API function. + - This release has multiple bug fixes. + - Bug fixes for Get DNA Definition Conductor API function. + - Bug fixes for Disconnect and Re-Connect issues. + - Dependencies updated such as the NextGen Libs it uses. **NOTE: The documentation is still for the previous version, please bare with us while we update this soon... thank you!** - *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.4 - + *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.5 + NuGet Packages: [NextGenSoftware.Holochain.HoloNET.Client](https://www.nuget.org/packages/NextGenSoftware.Holochain.HoloNET.Client) diff --git a/NextGenSoftware.Holochain.HoloNET.HyperNET/NextGenSoftware.Holochain.HoloNET.HyperNET.csproj b/NextGenSoftware.Holochain.HoloNET.HyperNET/NextGenSoftware.Holochain.HoloNET.HyperNET.csproj index 1f36df0..2f795ad 100644 --- a/NextGenSoftware.Holochain.HoloNET.HyperNET/NextGenSoftware.Holochain.HoloNET.HyperNET.csproj +++ b/NextGenSoftware.Holochain.HoloNET.HyperNET/NextGenSoftware.Holochain.HoloNET.HyperNET.csproj @@ -19,11 +19,14 @@ David Ellams (NextGen Software Ltd) holochain;net;unity;orm - This is a very small release with minor bug fixes such as if there is a problem writing the embedded holochain.exe or hc.exe to the current working directory it will now write them to the AppData folder as a fallback, the error handling has also been improved. It also now writes the HoloNETDNA to the AppData folder as the default to avoid windows security issues. + - This release has multiple bug fixes. + - Bug fixes for Get DNA Definition Conductor API function. + - Bug fixes for Disconnect and Re-Connect issues. + - Dependencies updated such as the NextGen Libs it uses. **NOTE: The documentation is still for the previous version, please bare with us while we update this soon... thank you!** - *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.4 + *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.5 NuGet Packages: diff --git a/NextGenSoftware.Holochain.HoloNET.Manager/NextGenSoftware.Holochain.HoloNET.Manager.csproj b/NextGenSoftware.Holochain.HoloNET.Manager/NextGenSoftware.Holochain.HoloNET.Manager.csproj index 3944fc9..0dd4fac 100644 --- a/NextGenSoftware.Holochain.HoloNET.Manager/NextGenSoftware.Holochain.HoloNET.Manager.csproj +++ b/NextGenSoftware.Holochain.HoloNET.Manager/NextGenSoftware.Holochain.HoloNET.Manager.csproj @@ -20,13 +20,15 @@ David Ellams (NextGen Software Ltd) holochain;net;unity;manager;ui - This release has multiple bug fixes and new features such as the Get DNA Definition Conductor API function. - - HoloNET Manager has many additional improvements and bug fixes such as the new menu, About and Exit popups. + - This release has multiple bug fixes. + - Bug fixes for Get DNA Definition Conductor API function. + - Bug fixes for Disconnect and Re-Connect issues. + - Dependencies updated such as the NextGen Libs it uses. + - HoloNET Manager has many additional improvements and bug fixes such as the new menu, About and Exit popups. **NOTE: The documentation is still for the previous version, please bare with us while we update this soon... thank you!** - *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.1.0 + *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.5 NuGet Packages: diff --git a/NextGenSoftware.Holochain.HoloNET.ORM/NextGenSoftware.Holochain.HoloNET.ORM.csproj b/NextGenSoftware.Holochain.HoloNET.ORM/NextGenSoftware.Holochain.HoloNET.ORM.csproj index 1571951..600445f 100644 --- a/NextGenSoftware.Holochain.HoloNET.ORM/NextGenSoftware.Holochain.HoloNET.ORM.csproj +++ b/NextGenSoftware.Holochain.HoloNET.ORM/NextGenSoftware.Holochain.HoloNET.ORM.csproj @@ -19,11 +19,14 @@ David Ellams (NextGen Software Ltd) holochain;net;unity;orm - This release has multiple bug fixes and new features such as the Get DNA Definition Conductor API function. + - This release has multiple bug fixes. + - Bug fixes for Get DNA Definition Conductor API function. + - Bug fixes for Disconnect and Re-Connect issues. + - Dependencies updated such as the NextGen Libs it uses. **NOTE: The documentation is still for the previous version, please bare with us while we update this soon... thank you!** - *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.4 + *Full Changelog:* https://github.com/holochain-open-dev/holochain-client-csharp/compare/v3.0.3...v3.0.5 NuGet Packages: