1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >2.0.7</Version >
5
- <Description >X.Web.Sitemap is a part of X-Framework library.
6
- This library allows you quickly and easily generate a Google-compatible sitemap files.</Description >
4
+ <Version >2.1.0</Version >
5
+ <Description >This library allows you quickly and easily generate sitemap files.</Description >
7
6
<Copyright >Andrew Gubskiy</Copyright >
8
7
<PackageProjectUrl >https://github.com/ernado-x/X.Web.Sitemap</PackageProjectUrl >
9
8
<RepositoryType >git</RepositoryType >
@@ -12,13 +11,11 @@ This library allows you quickly and easily generate a Google-compatible sitemap
12
11
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13
12
<PackageId >xsitemap</PackageId >
14
13
<Authors >Andrew Gubskiy</Authors >
15
- <Company >.NET Core Ukrainian User Group</Company >
16
- <PackageReleaseNotes ></PackageReleaseNotes >
17
14
<PackageTags >sitemap, web, asp.net, sitemap.xml</PackageTags >
18
15
<PackageVersion >2.0.7</PackageVersion >
19
16
<Title >X.Sitemap</Title >
20
- <AssemblyVersion >2.0.7 .0</AssemblyVersion >
21
- <FileVersion >2.0.7 .0</FileVersion >
17
+ <AssemblyVersion >2.1.0 .0</AssemblyVersion >
18
+ <FileVersion >2.1.0 .0</FileVersion >
22
19
<TargetFramework >netstandard2.0</TargetFramework >
23
20
<LangVersion >default</LangVersion >
24
21
</PropertyGroup >
0 commit comments