Skip to content

Commit 9dbae6c

Browse files
committed
dev - Started development of 1.0.0.1 + desc fix
--- Type: dev Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent 1d6385c commit 9dbae6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.0</Version>
3+
<Version>1.0.0.1</Version>
44
<Authors>Aptivi</Authors>
55
<Company>Aptivi</Company>
66
<Copyright>Copyright (c) 2024 Aptivi</Copyright>

Metalinker/Metalinker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<IncludeSymbols>True</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9-
<Description>A periodic table parser that allows you to get details of a chemical substance.</Description>
9+
<Description>A C# library that parses Metalink version 3.0 and 4.0 files for download manager applications written in .NET</Description>
1010
<PackageProjectUrl>https://github.com/Aptivi/Metalinker</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/Aptivi/Metalinker</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)