Skip to content

Commit 5ee35c5

Browse files
author
agile.zhou
committed
Merge branch 'master' into publish
2 parents f64d367 + 73a8c0f commit 5ee35c5

File tree

12 files changed

+387
-243
lines changed

12 files changed

+387
-243
lines changed

.github/workflows/release-xxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
5757
- uses: vimtor/action-zip@v1
5858
with:
59-
files: src/AgileConfig.Server.Apisite/bin/Release/net8.0/publish/
59+
files: src/AgileConfig.Server.Apisite/bin/Release/net10.0/publish/
6060
dest: agileconfig_server_deploy.zip
6161
- name: create release
6262
uses: ncipollo/release-action@v1

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="130" src="https://ftp.bmp.ovh/imgs/2021/04/5162f8595d9c6a99.png" style="height: 130px">
2+
<img height="130" src="https://static.xbaby.xyz/blog/ac.png" style="height: 130px">
33
</p>
44

55
<h1 align="center">AgileConfig</h1>
@@ -33,6 +33,7 @@ This is a lightweight configuration center based on .net core . It is easy to de
3333
9. support OIDC/SSO
3434
10. support OpenTelemetry
3535
11. also can be use as a simple service register center
36+
12. role base user permission control
3637

3738
🔆🔆🔆Demo Project :[AgileConfig Server Demo](http://agileconfig_server.xbaby.xyz) name.pwd= admin/123456🔆🔆🔆
3839
client project :[AgileConfig_Client](https://github.com/kklldog/AgileConfig_Client)
@@ -179,9 +180,9 @@ var userid = ConfigClient.Instance["userid"]
179180

180181
## donate
181182
If this project is helpful to you, please scan the QR code below for a cup of coffee.
182-
<img src="https://static.xbaby.xyz/alipay_qr.jpg|w30" width="300">
183+
![](https://static.xbaby.xyz/alipay_qr.jpg|w30)
183184
184-
<img src="https://static.xbaby.xyz/wechatpay_qr.jpg|w30" width="300">
185+
![](https://static.xbaby.xyz/wechatpay_qr.jpg|w30)
185186
186187
## thanks 💖💖💖
187188
大鹏¥66.66 , 瘦草¥6.66 + 88 , ziana¥10.0 , Nullable¥9.99 , *三 ¥6.66 , HHM ¥6.66 , *。 ¥6.66 , 微笑刺客 ¥6.66 ,飞鸟与鱼 ¥38.88, *航 ¥9.9, *啦 ¥6.66, *海 ¥6.66, Dyx 邓杨喜 ¥30 And more ...

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="130" src="https://static.xbaby.xyz/5162f8595d9c6a99.png" style="height: 130px">
2+
<img height="130" src="https://static.xbaby.xyz/blog/ac.png" style="height: 130px">
33
</p>
44

55
<h1 align="center">AgileConfig</h1>

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="130" src="https://ftp.bmp.ovh/imgs/2021/04/5162f8595d9c6a99.png" style="height: 130px">
2+
<img height="130" src="https://static.xbaby.xyz/blog/ac.png" style="height: 130px">
33
</p>
44

55
<h1 align="center">AgileConfig</h1>

src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
6-
<AssemblyVersion>1.11.0</AssemblyVersion>
7-
<Version>1.11.0</Version>
8-
<PackageVersion>1.11.0</PackageVersion>
6+
<AssemblyVersion>1.11.1</AssemblyVersion>
7+
<Version>1.11.1</Version>
8+
<PackageVersion>1.11.1</PackageVersion>
99
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
10-
<FileVersion>1.11.0</FileVersion>
10+
<FileVersion>1.11.1</FileVersion>
1111
<Authors>kklldog</Authors>
1212
<Company>kklldog</Company>
1313
</PropertyGroup>
55.6 KB
Binary file not shown.
55.6 KB
Binary file not shown.
426 KB
Loading
426 KB
Loading
426 KB
Loading

0 commit comments

Comments
 (0)