Skip to content

Commit 57d6f39

Browse files
authored
Reverting the hardcoding of version number in the patch file over the nuget spec (#336)
Co-authored-by: Anandraj Govindan <[email protected]>
1 parent c81c0f4 commit 57d6f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-patches/patches-0.61.5/BasicBuild/ReactAndroid/ReactAndroid.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
66
+ <metadata>
77
+ <id>OfficeReact.Android</id>
8-
+ <version>0.60.0-microsoft.63.mine</version>
8+
+ <version>$buildNumber$</version>
99
+ <description>Contains Android Implementation of React-Native</description>
1010
+ <authors>Microsoft</authors>
1111
+ <projectUrl>https://github.com/microsoft/react-native</projectUrl>
12-
+ <repository type="git" url="https://github.com/microsoft/react-native.git"/>
12+
+ <repository type="git" url="https://github.com/microsoft/react-native.git" commit="$commitId$" />
1313
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
+ </metadata>
1515
+

0 commit comments

Comments
 (0)