From c03618c8864aa3f5952b003425708f2f24ce643d Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Sun, 18 Feb 2024 01:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Chore:=20Updated=20version.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Csharpell.Core/Csharpell.Core.csproj | 68 +++++++++--------- Csharpell/Csharpell.csproj | 102 +++++++++++++-------------- 2 files changed, 85 insertions(+), 85 deletions(-) diff --git a/Csharpell.Core/Csharpell.Core.csproj b/Csharpell.Core/Csharpell.Core.csproj index 108af74..16a81ec 100644 --- a/Csharpell.Core/Csharpell.Core.csproj +++ b/Csharpell.Core/Csharpell.Core.csproj @@ -1,41 +1,41 @@ - + - - net8.0 - enable - enable - - - - True - True - + + net8.0 + enable + enable + - - Dynesshely - - Core logic for Csharpell (Csharp script engine). - AGPL-3.0-only - https://github.com/Dynesshely/Csharpell/ - https://github.com/Dynesshely/Csharpell/ - README.md - csharp;executor;code-analysis;roslyn;script;repl - + + True + True + - - $(Version) - $(Version) - - 0.3.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2023-07-20"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes))) - - + + Dynesshely + + Core logic for Csharpell (Csharp script engine). + AGPL-3.0-only + https://github.com/Dynesshely/Csharpell/ + https://github.com/Dynesshely/Csharpell/ + README.md + csharp;executor;code-analysis;roslyn;script;repl + - - - + + $(Version) + $(Version) + + 0.4.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2023-07-20"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes))) + + - - - + + + + + + + diff --git a/Csharpell/Csharpell.csproj b/Csharpell/Csharpell.csproj index 460d311..26d320a 100644 --- a/Csharpell/Csharpell.csproj +++ b/Csharpell/Csharpell.csproj @@ -1,53 +1,53 @@ - - - - Exe - net8.0 - enable - enable - - - - Dynesshely - A shell (REPL) for C# file and execute them as script. - Copyright © Crequency 2023-present - - - - $(Version) - $(Version) - - 0.3.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2023-07-20"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes))) - - - - - README.md - csharp;executor;code-analysis;roslyn;script;repl - AGPL-3.0-only - https://github.com/Dynesshely/Csharpell/ - https://github.com/Dynesshely/Csharpell/ - - True - True - - - - True - csharpell - - - - - - - - - - - - - - + + + + Exe + net8.0 + enable + enable + + + + Dynesshely + A shell (REPL) for C# file and execute them as script. + Copyright © Crequency 2023-present + + + + $(Version) + $(Version) + + 0.4.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2023-07-20"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes))) + + + + + README.md + csharp;executor;code-analysis;roslyn;script;repl + AGPL-3.0-only + https://github.com/Dynesshely/Csharpell/ + https://github.com/Dynesshely/Csharpell/ + + True + True + + + + True + csharpell + + + + + + + + + + + + + +