Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Sep 23, 2023
1 parent 8b79921 commit 4e6e14a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/X.Web.Sitemap/X.Web.Sitemap.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.9.0</Version>
<Version>2.9.2</Version>
<Description>This library allows you quickly and easily generate sitemap files.</Description>
<Copyright>Andrew Gubskiy</Copyright>
<PackageProjectUrl>https://github.com/ernado-x/X.Web.Sitemap</PackageProjectUrl>
Expand All @@ -12,17 +12,16 @@
<PackageId>xsitemap</PackageId>
<Authors>Andrew Gubskiy</Authors>
<PackageTags>sitemap, web, asp.net, sitemap.xml</PackageTags>
<PackageVersion>2.9.0</PackageVersion>
<PackageVersion>2.9.2</PackageVersion>
<Title>X.Sitemap</Title>
<AssemblyVersion>2.9.0.2</AssemblyVersion>
<FileVersion>2.9.0.2</FileVersion>
<AssemblyVersion>2.9.2.0</AssemblyVersion>
<FileVersion>2.9.2.0</FileVersion>
<LangVersion>default</LangVersion>
<Nullable>enable</Nullable>
<TargetFrameworks>net6.0;net7.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>


<PropertyGroup>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit 4e6e14a

Please sign in to comment.