Skip to content

Commit

Permalink
Update version for the release 0.101.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jahav committed Apr 8, 2023
1 parent 21664d7 commit 74ad3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.101.0-rc</Version>
<Version>0.101.0</Version>
</PropertyGroup>

<!-- Set common properties regarding assembly information and nuget packages -->
Expand All @@ -21,7 +21,7 @@
<PackageProjectUrl>https://github.com/ClosedXML/ClosedXML</PackageProjectUrl>
<PackageIcon>nuget-logo.png</PackageIcon>
<PackageTags>Excel OpenXml xlsx</PackageTags>
<Description>See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.101.0-rc ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.</Description>
<Description>See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/$(productVersion) ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.</Description>
<PackageReleaseNotes>See https://github.com/ClosedXML/ClosedXML/releases/tag/$(productVersion)</PackageReleaseNotes>
<RepositoryUrl>https://github.com/ClosedXML/ClosedXML</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 74ad3b1

Please sign in to comment.