Skip to content

Commit

Permalink
- Removed older NextGenSoftware.OASIS.Providers.HoloOASIS.Desktop & N…
Browse files Browse the repository at this point in the history
…extGenSoftware.OASIS.Providers.HoloOASIS.Unity projects.

- Created NuGet Package for NextGenSoftware.OASIS.BootLoader.

- Created README for new NuGet Package NextGenSoftware.OASIS.BootLoader.
  • Loading branch information
dellams committed Aug 25, 2022
1 parent 3c3c5bb commit ed04fe8
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Core\NextGenSoftware.OASIS.API.Core.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.DNA\NextGenSoftware.OASIS.API.DNA.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Manager\NextGenSoftware.OASIS.API.Native.EndPoint.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.OASISBootLoader\NextGenSoftware.OASIS.OASISBootLoader.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.BlockStackOASIS\NextGenSoftware.OASIS.API.Providers.BlockStackOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.EOSIOOASIS\NextGenSoftware.OASIS.API.Providers.EOSIOOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.EthereumOASIS\NextGenSoftware.OASIS.API.Providers.EthereumOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.IPFSOASIS\NextGenSoftware.OASIS.API.Providers.IPFSOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.MongoOASIS\NextGenSoftware.OASIS.API.Providers.MongoDBOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.SOLIDOASIS\NextGenSoftware.OASIS.API.Providers.SOLIDOASIS.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Core\NextGenSoftware.OASIS.API.Providers.HoloOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
using NextGenSoftware.Holochain.HoloNET.Client.Core;
using System;
using System.Threading.Tasks;
using NextGenSoftware.OASIS.API.Core.Holons;
using NextGenSoftware.OASIS.API.Providers.HoloOASIS.Core;
using NextGenSoftware.WebSocket;
using System;
using System.Threading.Tasks;

namespace NextGenSoftware.OASIS.API.Providers.HoloOASIS.TestHarness
{
class Program
{
static Desktop.HoloOASIS _holoOASIS = new Desktop.HoloOASIS("ws://localhost:8888", HolochainVersion.Redux);
static HoloOASIS _holoOASIS = new HoloOASIS("ws://localhost:8888");
//static Core.HcAvatar _savedAvatar;
static Avatar _savedAvatar;

Expand Down Expand Up @@ -75,8 +73,8 @@ private static void _holoOASIS_OnPlayerAvatarLoaded(object sender, AvatarLoadedE
Console.WriteLine(string.Concat("Email: ", e.Avatar.Email));
//Console.WriteLine(string.Concat("DOB: ", e.Avatar.DOB));
// Console.WriteLine(string.Concat("Address: ", e.Avatar.Address));
Console.WriteLine(string.Concat("Karma: ", e.Avatar.Karma));
Console.WriteLine(string.Concat("Level: ", e.Avatar.Level));
//Console.WriteLine(string.Concat("Karma: ", e.Avatar.Karma));
//Console.WriteLine(string.Concat("Level: ", e.Avatar.Level));
}

private static async void _holoOASIS_OnInitialized(object sender, EventArgs e)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,39 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>NextGenSoftware.OASIS.OASISBootLoader</PackageId>
<Company>NextGen Software Ltd</Company>
<Product>OASIS API BootLoader</Product>
<Title>OASIS API BootLoader</Title>
<Summary>Responsible for Booting The OASIS &amp; managing the various OASIS Providers. Used by various OASIS Packages such as OASIS.API.Integrated.Native.EndPoint, STAR &amp; others.</Summary>
<Description>Responsible for Booting The OASIS &amp; managing the various OASIS Providers. Used by various OASIS Packages such as OASIS.API.Integrated.Native.EndPoint, STAR &amp; others.</Description>
<PackageProjectUrl>https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK</PackageProjectUrl>
<PackageIcon>OASISLogo128.jpg</PackageIcon>
<Authors>David Ellams (NextGen Software Ltd)</Authors>
<PackageTags>OASIS API; Native; Integrated</PackageTags>
<PackageReleaseNotes>Initial Release targeting OASIS API v2.3.1 (Current LIVE REST version).</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK</RepositoryUrl>
<Copyright>Copyright © NextGen Software Ltd 2022</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--<PackageLicenseExpression>GNU GPLv3</PackageLicenseExpression>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>1.0.0</Version>
<!--<PackageLicenseFile>..\LICENSE</PackageLicenseFile>-->

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\OneDrive\Dropbox\Our World\Logo\OASISLogo128.jpg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.8" />
</ItemGroup>

Expand All @@ -17,8 +47,7 @@
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.EOSIOOASIS\NextGenSoftware.OASIS.API.Providers.EOSIOOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.EthereumOASIS\NextGenSoftware.OASIS.API.Providers.EthereumOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HashgraphOASIS\NextGenSoftware.OASIS.API.Providers.HashgraphOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Unity\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Unity.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Core\NextGenSoftware.OASIS.API.Providers.HoloOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.HoloWeb\NextGenSoftware.OASIS.API.Providers.HoloWebOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.IPFSOASIS\NextGenSoftware.OASIS.API.Providers.IPFSOASIS.csproj" />
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.LocalFileOASIS\NextGenSoftware.OASIS.API.Providers.LocalFileOASIS.csproj" />
Expand All @@ -35,4 +64,11 @@
<ProjectReference Include="..\NextGenSoftware.OASIS.API.Providers.TRONOASIS\NextGenSoftware.OASIS.API.Providers.TRONOASIS.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

</Project>
11 changes: 11 additions & 0 deletions NextGenSoftware.OASIS.OASISBootLoader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# NextGen Software OASIS API BootLoader

Responsible for Booting The OASIS & managing the various OASIS Providers. Used by various OASIS Packages such as OASIS.API.Integrated.Native.EndPoint, STAR & others.

Initial Release targeting OASIS API v2.3.1 (Current LIVE REST version): \
https://api.oasisplatform.world

Full documentation and source code can be found here: \
https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK

Make sure you check out the Overview and Benefits Of Building On The WEB 4 OASIS API sections above! :) Thank you!
40 changes: 0 additions & 40 deletions The OASIS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.P
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.FrontEnd.Unity", "NextGenSoftware.OASIS.API.FrontEnd.Unity\NextGenSoftware.OASIS.API.FrontEnd.Unity.csproj", "{3AA65896-B6DC-440B-B07E-19DAA644B4E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop", "NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Desktop.csproj", "{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.Providers.HoloOASIS.Unity", "NextGenSoftware.OASIS.API.Providers.HoloOASIS.Unity\NextGenSoftware.OASIS.API.Providers.HoloOASIS.Unity.csproj", "{2C7B6BD3-F808-48D7-B311-0CF3531FF812}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.Core.TestHarness", "NextGenSoftware.OASIS.API.Core.TestHarness\NextGenSoftware.OASIS.API.Core.TestHarness.csproj", "{3CFB81E4-97D2-43E8-8F17-C4CA11E97772}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenSoftware.OASIS.API.Providers.HoloOASIS", "NextGenSoftware.OASIS.API.Providers.HoloOASIS.Core\NextGenSoftware.OASIS.API.Providers.HoloOASIS.csproj", "{7A33FBFF-2CA4-4C65-B04A-3A3AA694CAB1}"
Expand Down Expand Up @@ -332,42 +328,6 @@ Global
{3AA65896-B6DC-440B-B07E-19DAA644B4E0}.Release|x64.Build.0 = Release|Any CPU
{3AA65896-B6DC-440B-B07E-19DAA644B4E0}.Release|x86.ActiveCfg = Release|Any CPU
{3AA65896-B6DC-440B-B07E-19DAA644B4E0}.Release|x86.Build.0 = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|x64.ActiveCfg = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|x64.Build.0 = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|x86.ActiveCfg = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Debug|x86.Build.0 = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|Any CPU.ActiveCfg = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|Any CPU.Build.0 = Debug|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|x64.ActiveCfg = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|x64.Build.0 = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|x86.ActiveCfg = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Linux|x86.Build.0 = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|Any CPU.Build.0 = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|x64.ActiveCfg = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|x64.Build.0 = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|x86.ActiveCfg = Release|Any CPU
{32CA9D8A-FD85-40CF-93E7-8B5C1AB01C2B}.Release|x86.Build.0 = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|x64.ActiveCfg = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|x64.Build.0 = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|x86.ActiveCfg = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Debug|x86.Build.0 = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|Any CPU.ActiveCfg = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|Any CPU.Build.0 = Debug|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|x64.ActiveCfg = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|x64.Build.0 = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|x86.ActiveCfg = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Linux|x86.Build.0 = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|Any CPU.Build.0 = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|x64.ActiveCfg = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|x64.Build.0 = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|x86.ActiveCfg = Release|Any CPU
{2C7B6BD3-F808-48D7-B311-0CF3531FF812}.Release|x86.Build.0 = Release|Any CPU
{3CFB81E4-97D2-43E8-8F17-C4CA11E97772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CFB81E4-97D2-43E8-8F17-C4CA11E97772}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CFB81E4-97D2-43E8-8F17-C4CA11E97772}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit ed04fe8

Please sign in to comment.