1 Star 0 Fork 1

Johnwu / dotnet-SmartSql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Ahoo-Wang 提交于 2020-04-08 16:20 . optimize TransactionWrap
<Project>
<Import Project="build\version.props" />
<PropertyGroup Label="Package">
<Product>SmartSql</Product>
<Copyright>2019 SmartSql, Inc.</Copyright>
<PackageId>$(AssemblyName)</PackageId>
<Authors>Ahoo Wang;ncc</Authors>
<MaintainerEmail>ahoowang@qq.com</MaintainerEmail>
<RepositoryUrl>https://github.com/Smart-Kit/SmartSql</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<PackageIconUrl>https://raw.githubusercontent.com/Smart-Kit/SmartSql/master/SmartSql.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Smart-Kit/SmartSql</PackageProjectUrl>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>orm sql read-write-separation cache redis dotnet-core cross-platform high-performance distributed-computing zookeeper</PackageTags>
<Description>SmartSql = MyBatis + Cache(Memory | Redis) + ZooKeeper + R/W Splitting +Dynamic Repository ....</Description>
</PropertyGroup>
<!-- Using SourceLink -->
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>
1
https://gitee.com/johnwu/dotnet-SmartSql.git
git@gitee.com:johnwu/dotnet-SmartSql.git
johnwu
dotnet-SmartSql
dotnet-SmartSql
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891