mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-05-03 04:52:51 +08:00
Compare commits
2 Commits
2b6c7adff8
...
892df78c26
Author | SHA1 | Date | |
---|---|---|---|
![]() |
892df78c26 | ||
![]() |
7a1c8db6e4 |
1
.github/workflows/README.md
vendored
Normal file
1
.github/workflows/README.md
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
github workflows
|
@ -13,13 +13,11 @@ jobs:
|
|||||||
filter: tree:0
|
filter: tree:0
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 9.0.x
|
||||||
- working-directory: ./src/backend/NSExt
|
|
||||||
run: dotnet build -c Release -f net6.0
|
|
||||||
- working-directory: ./src/backend/NSExt
|
|
||||||
run: dotnet build -c Release -f net7.0
|
|
||||||
- working-directory: ./src/backend/NSExt
|
- working-directory: ./src/backend/NSExt
|
||||||
run: dotnet build -c Release -f net8.0
|
run: dotnet build -c Release -f net8.0
|
||||||
|
- working-directory: ./src/backend/NSExt
|
||||||
|
run: dotnet build -c Release -f net9.0
|
||||||
- working-directory: ./src/backend/NSExt
|
- working-directory: ./src/backend/NSExt
|
||||||
run: dotnet pack -c Release --no-build
|
run: dotnet pack -c Release --no-build
|
||||||
- uses: actions/create-release@v1
|
- uses: actions/create-release@v1
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
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.2.2](https://github.com/nsnail/NSExt/compare/v2.2.1...v2.2.2) (2024-11-25)
|
||||||
|
|
||||||
### [2.2.1](https://github.com/nsnail/NSExt/compare/v2.2.0...v2.2.1) (2024-11-25)
|
### [2.2.1](https://github.com/nsnail/NSExt/compare/v2.2.0...v2.2.1) (2024-11-25)
|
||||||
|
|
||||||
## [2.2.0](https://github.com/nsnail/NSExt/compare/v2.1.0...v2.2.0) (2024-07-02)
|
## [2.2.0](https://github.com/nsnail/NSExt/compare/v2.1.0...v2.2.0) (2024-07-02)
|
||||||
|
@ -51,7 +51,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1129
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3C6F049E-3EE8-4D66-9AFF-E8A369032487}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3C6F049E-3EE8-4D66-9AFF-E8A369032487}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
ci.yml = .github/workflows/ci.yml
|
README.md = .github/workflows/README.md
|
||||||
|
release.yml = .github/workflows/release.yml
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8E4C93BA-9493-4892-80C4-5E174C504829}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8E4C93BA-9493-4892-80C4-5E174C504829}"
|
||||||
|
1
assets/README.md
Normal file
1
assets/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 资源文件目录
|
@ -3,8 +3,8 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReferenceFiles
|
<PackageReferenceFiles
|
||||||
Condition="%(PackageReference.CopyToOutputDirectory) != ''"
|
Condition="%(PackageReference.CopyToOutputDirectory) != ''"
|
||||||
Include="$(NugetPackageRoot)\%(PackageReference.Identity)\%(PackageReference.Version)\%(PackageReference.CopyToOutputDirectory)"/>
|
Include="$(NugetPackageRoot)\%(PackageReference.Identity)\%(PackageReference.Version)\%(PackageReference.CopyToOutputDirectory)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Copy SourceFiles="@(PackageReferenceFiles)" DestinationFolder="$(OutDir)"/>
|
<Copy SourceFiles="@(PackageReferenceFiles)" DestinationFolder="$(OutDir)" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
1
docker/README.md
Normal file
1
docker/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
docker
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cz-git": "^1.11.0",
|
"cz-git": "^1.11.0",
|
||||||
"commitizen": "^4.3.1",
|
"commitizen": "^4.3.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user