зеркало из https://github.com/microsoft/Omex.git
Merged PR 324580: GitHub Forward Integration - 2de28283db
GitHub forward integration Pull Request for commit 2de28283db
This commit is contained in:
Коммит
e0768dbb2c
|
@ -23,7 +23,7 @@
|
|||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<!-- The release version should get updated on every new release -->
|
||||
<Version>20.0.2</Version>
|
||||
<Version>20.0.3</Version>
|
||||
<PreReleaseSuffix Condition="'$(PreReleaseSuffix)' == ''">local</PreReleaseSuffix>
|
||||
<PackageVersion Condition="'$(IsReleaseBuild)' == 'true'">$(Version)</PackageVersion>
|
||||
<!-- Continuous integration version, which is updated on every build of the dev branch -->
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<Project>
|
||||
<PropertyGroup Condition="'$(IsPackable)' == 'true' AND '$(IsInternalBuild)' == 'true'" >
|
||||
<InternalPackageSuffix>.Internal</InternalPackageSuffix>
|
||||
<PackageId Condition="$(PackageId) != ''" >$(PackageId)$(InternalPackageSuffix)</PackageId>
|
||||
<PackageId Condition="$(PackageId) == ''" >$(AssemblyName)$(InternalPackageSuffix)</PackageId>
|
||||
</PropertyGroup>
|
||||
</Project>
|
10
README.md
10
README.md
|
@ -8,6 +8,12 @@ The pre-release NuGet packages are available to download from the MyGet feed
|
|||
|
||||
https://www.myget.org/F/omex/api/v3/index.json
|
||||
|
||||
|
||||
The release NuGet packages are available for download from Nuget.org
|
||||
|
||||
https://www.nuget.org/packages?q=omex
|
||||
|
||||
|
||||
### Projects in this repository
|
||||
|
||||
* [__Gating__](https://github.com/microsoft/Omex/tree/master/src/Gating) - This library provides an implementation of a flighting mechanism for new features.
|
||||
|
@ -83,6 +89,8 @@ The pre-release NuGet packages which are built from the master branch are availa
|
|||
https://www.myget.org/F/omex/api/v3/index.json
|
||||
|
||||
|
||||
Soon, the release packages will be available for download from NuGet.org.
|
||||
The release packages are available for download from NuGet.org
|
||||
|
||||
https://www.nuget.org/packages?q=omex
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче