Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ Later around 2023, Tinos version 2 was created and development continued on it u

Now about half way through 2026, Tinos 3 is now in official development onwards to 0.1. we'll see what the future holds for tinos. We're exicited as for what we're working on.

We hope that you enjoy using Tinos 3
We hope that you enjoy using Tinos 3

## contributing guideline notice
We're using the Tin Systems Platform github organization global contributing guidelines.
4 changes: 2 additions & 2 deletions Tinos3.FileSystem/Tinos3.FileSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<!-- Core kernel packages -->
<ItemGroup>
<PackageReference Include="Cosmos.Kernel" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel" Version="3.0.78" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.78" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions Tinos3.Graphics/GraphicsInit.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Tinos3.Graphics
{
public class GraphicsInit
{
public void initGraphics()
{
Console.WriteLine("GRAPHICS: Initializing graphics");
}
}
}
14 changes: 14 additions & 0 deletions Tinos3.Graphics/Tinos3.Graphics.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cosmos.Kernel" Version="3.0.78" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.78" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tinos3.Shell/Tinos3.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cosmos.Kernel" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel" Version="3.0.78" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.78" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Tinos3.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Path="Tinos3.Abstractions/Tinos3.Abstractions.csproj" Id="5b7e0dc5-b04b-413e-afb9-baa8c5a14951" />
<Project Path="Tinos3.Applications/Tinos3.Applications.csproj" Id="cf5be140-c451-48b0-aa34-6113d088343c" />
<Project Path="Tinos3.FileSystem/Tinos3.FileSystem.csproj" Id="934f5ef9-e7b5-4df7-9106-ba78489ff671" />
<Project Path="Tinos3.Graphics/Tinos3.Graphics.csproj" Id="373289dc-8915-4a87-bd7d-00e98f7e0a7c" />
<Project Path="Tinos3.Shell/Tinos3.Shell.csproj" />
<Project Path="Tinos3/Tinos3.csproj" />
</Solution>
6 changes: 3 additions & 3 deletions Tinos3/Tinos3.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Cosmos.Sdk/3.0.77">
<Project Sdk="Cosmos.Sdk/3.0.78">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,8 +8,8 @@

<!-- Core kernel packages -->
<ItemGroup>
<PackageReference Include="Cosmos.Kernel" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.77" />
<PackageReference Include="Cosmos.Kernel" Version="3.0.78" />
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.78" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions tinos3.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Path="Tinos3.Abstractions/Tinos3.Abstractions.csproj" Id="5b7e0dc5-b04b-413e-afb9-baa8c5a14951" />
<Project Path="Tinos3.Applications/Tinos3.Applications.csproj" Id="cf5be140-c451-48b0-aa34-6113d088343c" />
<Project Path="Tinos3.FileSystem/Tinos3.FileSystem.csproj" Id="934f5ef9-e7b5-4df7-9106-ba78489ff671" />
<Project Path="Tinos3.Graphics/Tinos3.Graphics.csproj" Id="373289dc-8915-4a87-bd7d-00e98f7e0a7c" />
<Project Path="Tinos3.Shell/Tinos3.Shell.csproj" />
<Project Path="Tinos3/Tinos3.csproj" />
</Solution>