diff --git a/.travis.yml b/.travis.yml index 17f3074..cf4a0ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: csharp -dotnet: 5.0 +dotnet: 6.0 dist: xenial mono: none script: - cd "./ThinBasic.NET" - - dotnet build -f netstandard2.1 \ No newline at end of file + - dotnet build +# - dotnet build -f netstandard2.1 \ No newline at end of file diff --git a/README.md b/README.md index bf5f143..dcf2118 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - Windows 7 above (recommend) - ThinBasic 1.10 -- .NET Standard 2.1 +- .NET 6 ## NuGet Installation @@ -21,7 +21,7 @@ PM> Install-Package ThinBasic.NET ## How to Build -Building requires [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/community/) and test under Windows 10. +Building requires [Visual Studio 2022 Community](https://visualstudio.microsoft.com/vs/community/) and test under Windows 10. ## Example @@ -40,6 +40,7 @@ Thinbasic.Release(0); ## License Copyright (c) 2017-2021 Ji-Feng Tsai. +ThinBasic Copyright (c) Eros Olmi [ThinBASIC Interpreter](https://github.com/ThinBASIC). Code released under the MIT license. ## TODO diff --git a/ThinBasic.Example/ThinBasic.Example.csproj b/ThinBasic.Example/ThinBasic.Example.csproj index 2efcade..2637bfb 100644 --- a/ThinBasic.Example/ThinBasic.Example.csproj +++ b/ThinBasic.Example/ThinBasic.Example.csproj @@ -1,8 +1,8 @@ - + Exe - net5.0 + net6.0-windows;net5.0-windows ThinBasic.Example.Program Jiowcl Inwazy Technology @@ -13,6 +13,7 @@ https://github.com/jiowcl/ThinBasic.NET 1.0.0 AnyCPU;x86 + x86 diff --git a/ThinBasic.NET/ThinBasic.NET.csproj b/ThinBasic.NET/ThinBasic.NET.csproj index c0b6879..b9f95de 100644 --- a/ThinBasic.NET/ThinBasic.NET.csproj +++ b/ThinBasic.NET/ThinBasic.NET.csproj @@ -1,24 +1,28 @@  - netstandard2.1 + net6.0-windows;net5.0-windows Inwazy Technology Ji-Feng Tsai .Net Wrapper for ThinBasic Programming Language. true LICENSE https://github.com/jiowcl/ThinBasic.NET - 1.0.3 + 1.0.4 Jiowcl https://github.com/jiowcl/ThinBasic.NET AnyCPU;x86 - 1.0.3 + 1.0.4 true true - 1.0.3.0 - 1.0.3.0 + + false + thinbasic.net.ico + x86 + README.md + True @@ -33,11 +37,19 @@ x86 + + + + True + + True + \ + diff --git a/ThinBasic.NET/thinbasic.net.ico b/ThinBasic.NET/thinbasic.net.ico new file mode 100644 index 0000000..cda424c Binary files /dev/null and b/ThinBasic.NET/thinbasic.net.ico differ diff --git a/ThinBasic.NETTests/ThinBasic.NETTests.csproj b/ThinBasic.NETTests/ThinBasic.NETTests.csproj index 74ce1e6..d4470d7 100644 --- a/ThinBasic.NETTests/ThinBasic.NETTests.csproj +++ b/ThinBasic.NETTests/ThinBasic.NETTests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net6.0-windows;net5.0-windows false @@ -22,6 +22,10 @@ https://github.com/jiowcl/ThinBasic.NET 1.0.0 + + x86 + + README.md @@ -54,6 +58,10 @@ True + + True + \ +