/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Version.props
16 строк
740 B
Boliang Zhang
build(release): advance release train to 0.101 (#49795)
10 авг 2026, 07:20
Не верифицирован
10 авг 2026, 07:20
0f81209
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Version>0.0.1</Version> <VersionChannel>private</VersionChannel> <!-- Update once when main moves to the next stable release train. --> <ReleaseTrainVersion>0.101</ReleaseTrainVersion> <!-- Y in YDDDB counts calendar years from this January 1. Reset it on the first release-train minor change of a new year. --> <ReleaseTrainEpoch>2026-01-01</ReleaseTrainEpoch> <SourceCommit></SourceCommit> <DevEnvironment>Local</DevEnvironment> <!-- Forcing for every DLL on by default --> <ChecksumAlgorithm>SHA256</ChecksumAlgorithm> </PropertyGroup> </Project>