@@ -126,7 +126,7 @@ Only these values will be edited:
1261262 ) ` CFBundleVersion ` (new version)
127127
128128Before:
129- ```
129+ ``` plist
130130<?xml version="1.0" encoding="UTF-8"?>
131131<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
132132<plist version="1.0">
@@ -142,7 +142,7 @@ Before:
142142```
143143
144144After:
145- ```
145+ ``` plist
146146<?xml version="1.0" encoding="UTF-8"?>
147147<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
148148<plist version="1.0">
@@ -165,7 +165,7 @@ Only these values will be edited:
1651652 ) ` manifest/@android:versionCode ` (new version without dots)
166166
167167Before:
168- ```
168+ ``` xml
169169<?xml version =" 1.0" encoding =" utf-8" ?>
170170<manifest
171171 xmlns : android =" http://schemas.android.com/apk/res/android"
@@ -177,7 +177,7 @@ Before:
177177```
178178
179179After:
180- ```
180+ ``` xml
181181<?xml version =" 1.0" encoding =" utf-8" ?>
182182<manifest
183183 xmlns : android =" http://schemas.android.com/apk/res/android"
@@ -195,7 +195,7 @@ Only these values will be edited:
1951951 ) ` Package/Identity/@Version ` (new version)
196196
197197Before:
198- ```
198+ ``` xml
199199<?xml version =" 1.0" encoding =" utf-8" ?>
200200<Package
201201 xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
@@ -210,7 +210,7 @@ Before:
210210```
211211
212212After:
213- ```
213+ ``` xml
214214<?xml version =" 1.0" encoding =" utf-8" ?>
215215<Package
216216 xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
0 commit comments