yx lin
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
5 deletions
-
.github/workflows/build.yml
-
.github/workflows/publish.yml
-
.github/workflows/release.yml
-
common.props
|
|
|
@ -7,7 +7,7 @@ on: |
|
|
|
- "**.csproj" |
|
|
|
|
|
|
|
env: |
|
|
|
DOTNET_VERSION: "9.0.307" |
|
|
|
DOTNET_VERSION: "10.0.102" |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: [ main ] |
|
|
|
env: |
|
|
|
DOTNET_VERSION: "9.0.307" |
|
|
|
DOTNET_VERSION: "10.0.102" |
|
|
|
|
|
|
|
jobs: |
|
|
|
publish: |
|
|
|
|
|
|
|
@ -14,4 +14,4 @@ jobs: |
|
|
|
with: |
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
prerelease: false |
|
|
|
automatic_release_tag: "9.3.6" |
|
|
|
automatic_release_tag: "10.0.2" |
|
|
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<Version>9.3.6</Version> |
|
|
|
<Version>10.0.2</Version> |
|
|
|
<Authors>colin</Authors> |
|
|
|
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn> |
|
|
|
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> |
|
|
|
<PackageOutputPath>$(SolutionDir)LocalNuget</PackageOutputPath> |
|
|
|
<PackageVersion>9.3.6</PackageVersion> |
|
|
|
<PackageVersion>10.0.2</PackageVersion> |
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
<RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl> |
|
|
|
|