加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
common.props 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
黎明 提交于 2023-02-09 14:10 . docs:完善文档,修复语病
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.0.2</Version>
<Authors>James li</Authors>
<Company>James li</Company>
<PackageProjectUrl>https://github.com/MapleWithoutWords/Cike.EventBus</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<RepositoryUrl>https://github.com/MapleWithoutWords/Cike.EventBus</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Title>Cike.EventBus</Title>
<Description>This is a EventBus library for .net core . it's support localhost event and distributed event</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化