5 Commits

Author SHA1 Message Date
tk
c3c6819a99 chore(release): 2.3.2 2024-11-25 17:50:57 +08:00
efa6a564dc Merge pull request #28 from nsnail/release
chore(release): 2.3.1
2024-11-25 17:39:29 +08:00
tk
7c5b5443cb chore(release): 2.3.1 2024-11-25 17:39:13 +08:00
689d9560a8 fix: 🐛 a stable release of a package should not have a prerelease dependency (#27)
[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
2024-11-25 17:39:04 +08:00
49de51d649 Merge pull request #26 from nsnail/release
chore(release): 2.3.0
2024-11-25 17:35:51 +08:00
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.3.2](https://github.com/nsnail/NSExt/compare/v2.3.1...v2.3.2) (2024-11-25)
### [2.3.1](https://github.com/nsnail/NSExt/compare/v2.3.0...v2.3.1) (2024-11-25)
### Bug Fixes
* 🐛 a stable release of a package should not have a prerelease dependency ([#27](https://github.com/nsnail/NSExt/issues/27)) ([689d956](https://github.com/nsnail/NSExt/commit/689d9560a858c0ac308ec198b041fdc23720beba))
## [2.3.0](https://github.com/nsnail/NSExt/compare/v2.2.1...v2.3.0) (2024-11-25) ## [2.3.0](https://github.com/nsnail/NSExt/compare/v2.2.1...v2.3.0) (2024-11-25)

View File

@ -1,5 +1,5 @@
{ {
"version": "2.3.0", "version": "2.3.2",
"devDependencies": { "devDependencies": {
"cz-git": "^1.11.0", "cz-git": "^1.11.0",
"commitizen": "^4.3.1", "commitizen": "^4.3.1",

View File

@ -7,7 +7,7 @@
<Import Project="$(SolutionDir)/build/copy.pkg.xml.comment.files.targets"/> <Import Project="$(SolutionDir)/build/copy.pkg.xml.comment.files.targets"/>
<Import Project="$(SolutionDir)/build/prebuild.targets"/> <Import Project="$(SolutionDir)/build/prebuild.targets"/>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0-3.final"/> <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0"/> <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0"/>
<PackageReference Include="System.IO.Hashing" Version="9.0.0"/> <PackageReference Include="System.IO.Hashing" Version="9.0.0"/>
</ItemGroup> </ItemGroup>