OctoVersion:用于根据Git修订图确定版本号的.NET工具

时间:2024-05-04 01:23:46
【文件属性】:

文件名称:OctoVersion:用于根据Git修订图确定版本号的.NET工具

文件大小:57KB

文件格式:ZIP

更新时间:2024-05-04 01:23:46

C#

欢迎使用OctoVersion 什么是OctoVersion? OctoVersion是一个dotnet工具,用于基于Git修订图得出SemVer 2.0版本号。 入门 将工具安装到全局工具注册表中: dotnet tool install --global OctoVersion.Tool 或进入本地项目的工具清单: dotnet tool install OctoVersion.Tool 针对本地Git存储库运行它: cd ~/code/my-app octoversion --CurrentBranch=main # if installed globally dotnet tool run octoversion --CurrentBranch=main # if installed locally 您应该看到如下所示的输出: [22:16:32 INF] Version


【文件预览】:
OctoVersion-main
----build.sh(2KB)
----octoversion.json(49B)
----source()
--------Cake.OctoVersion()
--------OctoVersion.Core()
--------OctoVersion.Tests()
--------OctoVersion.Contracts()
--------OctoVersion.sln.DotSettings(23KB)
--------OctoVersion.BuildServers.TeamCity()
--------OctoVersion.Tool()
--------OctoVersion.sln(4KB)
--------Nuke.OctoVersion()
----.github()
--------dependabot.yml(147B)
----LICENSE.txt(11KB)
----global.json(79B)
----NuGet.Config(374B)
----build()
--------Build.cs(4KB)
--------_build.csproj(592B)
--------Configuration.cs(566B)
--------.editorconfig(506B)
--------_build.csproj.DotSettings(5KB)
----README.md(5KB)
----build.ps1(3KB)
----.gitignore(193B)
----.nuke()
--------parameters.json(78B)
--------build.schema.json(3KB)
----build.cmd(201B)
----.config()
--------dotnet-tools.json(156B)

网友评论