File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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 >
5
5
<Copyright >Copyright © 2013 Max Hauser</Copyright >
6
6
<AssemblyTitle >Semantic versioning</AssemblyTitle >
7
7
<Authors >Max Hauser</Authors >
13
13
<AssemblyName >Semver</AssemblyName >
14
14
<PackageId >Semver</PackageId >
15
15
<Title >Semantic versioning</Title >
16
- <PackageTags >semver; semantic; version</PackageTags >
16
+ <PackageTags >semver, semantic, version</PackageTags >
17
17
<PackageReleaseNotes >https://github.com/maxhauser/semver/releases</PackageReleaseNotes >
18
18
<PackageProjectUrl >https://github.com/maxhauser/semver</PackageProjectUrl >
19
19
<RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments