Skip to content

Commit

Permalink
- Updated Release Notes for HoloNET.HDK, HoloNET.HyperNET, HoloNET.Ma…
Browse files Browse the repository at this point in the history
…nager & HoloNET.ORM.

- Bumped HoloNET Test Harness to v3.0.4.
  • Loading branch information
dellams committed May 26, 2024
1 parent 445737e commit 64e9193
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity</PackageTags>
<PackageReleaseNotes>
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:

Expand Down Expand Up @@ -67,7 +70,7 @@
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>3.0.3</Version>
<Version>3.0.4</Version>
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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\\": {},
Expand All @@ -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": {}
}
},
Expand All @@ -481,8 +481,8 @@
}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
Expand All @@ -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"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand All @@ -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",
Expand Down Expand Up @@ -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": {}
},
Expand Down Expand Up @@ -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"
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity;orm</PackageTags>
<PackageReleaseNotes>
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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity;orm</PackageTags>
<PackageReleaseNotes>
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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity;manager;ui</PackageTags>
<PackageReleaseNotes>
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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>holochain;net;unity;orm</PackageTags>
<PackageReleaseNotes>
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:

Expand Down

0 comments on commit 64e9193

Please sign in to comment.