Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aghazanchyan committed Mar 15, 2024
1 parent 5525197 commit 87d6894
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 195 deletions.
4 changes: 2 additions & 2 deletions AgeCalculator/AgeCalculator.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Authors>Arman Ghazanchyan</Authors>
<Company>AG</Company>
<Description>The Age Calculator is a library (based on the Gregorian calendar) which can be used to calculate the age between two dates and output years, months, days and time components.</Description>
<Product>Age Calculator</Product>
<RepositoryUrl>https://github.com/arman-g/AgeCalculator</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Age Calculator Calculation Calculate Years Old</PackageTags>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<PackageReleaseNotes>For sample usage see the REDME file under the repository.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/arman-g/AgeCalculator</PackageProjectUrl>
<ApplicationIcon />
Expand Down
2 changes: 1 addition & 1 deletion AgeCalculator/AgeCalculator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 87d6894

Please sign in to comment.