-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
28 lines (25 loc) · 918 Bytes
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<PropertyGroup>
<Version>4.4.0.9</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>雪雁</Authors>
<Product>麦扣</Product>
<PackageProjectUrl>https://docs.xin-lai.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/xin-lai/Magicodes.Abp</RepositoryUrl>
<PackageTags>Magicodes.Abp;abp vnext</PackageTags>
<Description>
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
公众号:麦扣聊技术
交流QQ群:85318032
**2021.09.16**
- Magicodes.Abp.DistributedPermission启动时初始化
**2021.08.07**
- 添加Magicodes.Abp.DistributedPermission,以支持分布式权限
</Description>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
</Project>