1 Star 0 Fork 0

马里奥/UA-.NETStandard Clone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.props 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Regen 提交于 2021-04-01 08:55 . Create codeql-analysis.yml (#1345)
<Project>
<ItemGroup Condition="$(NBGV_PublicRelease) != 'True' AND '$(CODEQL_RUNNER)' == ''">
<!-- Note: Keep Version 3.2.31, it is known working for 4 digit versioning -->
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition="'$(NBGV_PublicRelease)' == 'True'">
<Version>$(NBGV_Version)$(NBGV_PrereleaseVersion)</Version>
<VersionPrefix>$(NBGV_SimpleVersion)</VersionPrefix>
<VersionSuffix>$(NBGV_VersionRevision)$(NBGV_PrereleaseVersion)</VersionSuffix>
<AssemblyVersion>$(NBGV_SimpleVersion)</AssemblyVersion>
<FileVersion>$(NBGV_Version)</FileVersion>
<PackageVersion>$(NBGV_Version)$(NBGV_PrereleaseVersion)</PackageVersion>
</PropertyGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MarioGit/UA-.NETStandard-Clone.git
git@gitee.com:MarioGit/UA-.NETStandard-Clone.git
MarioGit
UA-.NETStandard-Clone
UA-.NETStandard Clone
master

搜索帮助