Skip to content

Commit

Permalink
[ADD] Console Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalconflores committed Sep 22, 2024
1 parent 4789aab commit 0cb7ce6
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Test/Console_Nuget/Console_Nuget.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Tiempo" Version="1.5.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions Test/Console_Nuget/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
using Tiempo;

var result = new DateTime(2001, 7, 16, 11, 55, 0);
Console.WriteLine(result.SubMonths(1));
23 changes: 23 additions & 0 deletions Tiempo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions Tiempo/Tiempo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<RootNamespace>Tiempo</RootNamespace>
<AssemblyName>Tiempo</AssemblyName>
<OutputType>Library</OutputType>
<FileVersion>0.0.4.0</FileVersion>
<AssemblyVersion>0.0.4.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<!-- NuGet package info -->
<PackageId>Tiempo</PackageId>
<Title>Tiempo</Title>
<Version>0.0.4</Version>
<Version>1.5.0</Version>
<Authors>Alex Falcon Flores</Authors>
<Company>Alex Falcon Flores</Company>
<Product>Tiempo</Product>
Expand All @@ -23,7 +23,7 @@
<RepositoryUrl>https://github.com/alexfalconflores/tiempo</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>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</PackageTags>
<PackageReleaseNotes>🔨 Fixed the problem of why it did not recognize the reference.</PackageReleaseNotes>
<PackageReleaseNotes>➕Added more functions for months</PackageReleaseNotes>
<PackageIcon>Assets\icon.png</PackageIcon>
<PackageReadmeFile>Docs\readme.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 0cb7ce6

Please sign in to comment.