Bumping versions for version update (0.2.2)

What's new:

iOS:
-- remove all the unscaled fonts from MSFFonts public static variables
-- Make FluentUI allow app extension API
-- Updating Segmented Control to have pill style switch
-- make datetimepicker to be larger text friendly
This commit is contained in:
Harrie Shin 2021-03-02 15:32:36 -08:00 коммит произвёл GitHub
Родитель ece86e1a7a
Коммит 96f1a382a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 9 добавлений и 9 удалений

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

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
s.homepage = "https://www.microsoft.com/design/fluent/#/"
s.license = { :type => 'MIT', :file => 'LICENSE' }

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

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>94</string>
<string>95</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>

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

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>

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

@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.2.2</string>
</dict>
</plist>

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

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>19</string>
<string>20</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainNibFile</key>