nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.65k stars 1.42k forks source link

CICD script doesn't update the version number of the nuget package after updating to 2.7.1 #1372

Closed tonyqus closed 1 month ago

tonyqus commented 1 month ago

Reproduced Action

https://github.com/nissl-lab/npoi/actions/runs/9750796358/job/26910982974

Description

The file is named NPOI 2.7.0.nupkg instead of NPOI 2.7.1 after I update the following assembly version

[assembly: AssemblyVersion("2.7.1.0")]
[assembly: AssemblyFileVersion("2.7.1.0")]

Please help check the action script.