Skip to content

Commit cdd98f8

Browse files
committed
Update version info
1 parent 648a1f2 commit cdd98f8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/X.Web.Sitemap/X.Web.Sitemap.csproj

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
76
<Copyright>Andrew Gubskiy</Copyright>
87
<PackageProjectUrl>https://github.com/ernado-x/X.Web.Sitemap</PackageProjectUrl>
98
<RepositoryType>git</RepositoryType>
@@ -12,13 +11,11 @@ This library allows you quickly and easily generate a Google-compatible sitemap
1211
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1312
<PackageId>xsitemap</PackageId>
1413
<Authors>Andrew Gubskiy</Authors>
15-
<Company>.NET Core Ukrainian User Group</Company>
16-
<PackageReleaseNotes></PackageReleaseNotes>
1714
<PackageTags>sitemap, web, asp.net, sitemap.xml</PackageTags>
1815
<PackageVersion>2.0.7</PackageVersion>
1916
<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>
2219
<TargetFramework>netstandard2.0</TargetFramework>
2320
<LangVersion>default</LangVersion>
2421
</PropertyGroup>

0 commit comments

Comments
 (0)