From 0cb7ce6d7fa662765e5dc3c4c75349af715826dd Mon Sep 17 00:00:00 2001 From: Alex Stefano Falcon Flores Date: Sun, 22 Sep 2024 12:42:47 -0500 Subject: [PATCH] [ADD] Console Nuget --- Test/Console_Nuget/Console_Nuget.csproj | 14 ++++++++++++++ Test/Console_Nuget/Program.cs | 4 ++++ Tiempo.sln | 23 +++++++++++++++++++++++ Tiempo/Tiempo.csproj | 8 ++++---- 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 Test/Console_Nuget/Console_Nuget.csproj create mode 100644 Test/Console_Nuget/Program.cs diff --git a/Test/Console_Nuget/Console_Nuget.csproj b/Test/Console_Nuget/Console_Nuget.csproj new file mode 100644 index 0000000..191ee46 --- /dev/null +++ b/Test/Console_Nuget/Console_Nuget.csproj @@ -0,0 +1,14 @@ + + + + Exe + net8.0 + enable + enable + + + + + + + diff --git a/Test/Console_Nuget/Program.cs b/Test/Console_Nuget/Program.cs new file mode 100644 index 0000000..a9e8721 --- /dev/null +++ b/Test/Console_Nuget/Program.cs @@ -0,0 +1,4 @@ +using Tiempo; + +var result = new DateTime(2001, 7, 16, 11, 55, 0); +Console.WriteLine(result.SubMonths(1)); \ No newline at end of file diff --git a/Tiempo.sln b/Tiempo.sln index 13e6bb7..586ded6 100644 --- a/Tiempo.sln +++ b/Tiempo.sln @@ -28,6 +28,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Assets\tiempo.png = Assets\tiempo.png EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console_Nuget", "Test\Console_Nuget\Console_Nuget.csproj", "{FEB05236-54E2-40BE-9874-CB5AC8387252}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -202,6 +204,26 @@ Global {41FB3117-A503-43DF-B099-C34903250B44}.Release|x64.Build.0 = Release|Any CPU {41FB3117-A503-43DF-B099-C34903250B44}.Release|x86.ActiveCfg = Release|Any CPU {41FB3117-A503-43DF-B099-C34903250B44}.Release|x86.Build.0 = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|ARM.ActiveCfg = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|ARM.Build.0 = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|ARM64.Build.0 = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|x64.ActiveCfg = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|x64.Build.0 = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|x86.ActiveCfg = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Debug|x86.Build.0 = Debug|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|Any CPU.Build.0 = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|ARM.ActiveCfg = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|ARM.Build.0 = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|ARM64.ActiveCfg = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|ARM64.Build.0 = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|x64.ActiveCfg = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|x64.Build.0 = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|x86.ActiveCfg = Release|Any CPU + {FEB05236-54E2-40BE-9874-CB5AC8387252}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -213,6 +235,7 @@ Global {E265D910-B7F0-49B0-B867-A28940F9C946} = {3A3C3652-81F9-4521-AC5F-816F4E0E9E51} {A82413EE-58B2-49C3-BA3C-F01142190317} = {3A3C3652-81F9-4521-AC5F-816F4E0E9E51} {E49D61CD-4C65-497D-BA9F-D9DC81AD6F50} = {3A3C3652-81F9-4521-AC5F-816F4E0E9E51} + {FEB05236-54E2-40BE-9874-CB5AC8387252} = {3A3C3652-81F9-4521-AC5F-816F4E0E9E51} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {344354F1-DCAB-47F4-99A0-72DDDB44BC6D} diff --git a/Tiempo/Tiempo.csproj b/Tiempo/Tiempo.csproj index 00e0d39..35b49aa 100644 --- a/Tiempo/Tiempo.csproj +++ b/Tiempo/Tiempo.csproj @@ -5,12 +5,12 @@ Tiempo Tiempo Library - 0.0.4.0 - 0.0.4.0 + 1.5.0.0 + 1.5.0.0 Tiempo Tiempo - 0.0.4 + 1.5.0 Alex Falcon Flores Alex Falcon Flores Tiempo @@ -23,7 +23,7 @@ https://github.com/alexfalconflores/tiempo git dotnet; net; netcore; netstandard; library; uwp; winform; winui3; winappsdk; utility; toolkit; csharp; extensions; universal; windows; helper; date; datetime; time; format; console; wpf; asp; aspnet; api - 🔨 Fixed the problem of why it did not recognize the reference. + ➕Added more functions for months Assets\icon.png Docs\readme.md MIT