Skip to content

Commit 88f123e

Browse files
update package description sightly
1 parent 02ae03d commit 88f123e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Semver/Semver.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.</Description>
4+
<Description>A SemVer implementation in .Net based on v2.0.0 of the spec found at http://semver.org</Description>
55
<Copyright>Copyright © 2013 Max Hauser</Copyright>
66
<AssemblyTitle>Semantic versioning</AssemblyTitle>
77
<Authors>Max Hauser</Authors>
@@ -13,7 +13,7 @@
1313
<AssemblyName>Semver</AssemblyName>
1414
<PackageId>Semver</PackageId>
1515
<Title>Semantic versioning</Title>
16-
<PackageTags>semver;semantic;version</PackageTags>
16+
<PackageTags>semver,semantic,version</PackageTags>
1717
<PackageReleaseNotes>https://github.com/maxhauser/semver/releases</PackageReleaseNotes>
1818
<PackageProjectUrl>https://github.com/maxhauser/semver</PackageProjectUrl>
1919
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)