Reverting the hardcoding of version number in the patch file over the nuget spec (#336)

Co-authored-by: Anandraj Govindan <anandrag@microsoft.com>
This commit is contained in:
Anandraj 2020-05-04 13:40:25 -07:00 коммит произвёл GitHub
Родитель c81c0f45d9
Коммит 57d6f39e2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,11 +5,11 @@
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>OfficeReact.Android</id>
+ <version>0.60.0-microsoft.63.mine</version>
+ <version>$buildNumber$</version>
+ <description>Contains Android Implementation of React-Native</description>
+ <authors>Microsoft</authors>
+ <projectUrl>https://github.com/microsoft/react-native</projectUrl>
+ <repository type="git" url="https://github.com/microsoft/react-native.git"/>
+ <repository type="git" url="https://github.com/microsoft/react-native.git" commit="$commitId$" />
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ </metadata>
+