Bump version after release to 3.3.4
This commit is contained in:
Родитель
ab06868f0b
Коммит
a1679204a8
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'AppCenter'
|
||||
s.version = '3.3.3'
|
||||
s.version = '3.3.4'
|
||||
|
||||
s.summary = 'Visual Studio App Center is your continuous integration, delivery and learning solution for iOS and macOS apps.'
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# App Center SDK for iOS, macOS and tvOS Change Log
|
||||
|
||||
## Version 3.3.4 (Under development)
|
||||
|
||||
___
|
||||
|
||||
## Version 3.3.3
|
||||
|
||||
### App Center
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
BUILD_NUMBER = 1
|
||||
VERSION_STRING = 3.3.3
|
||||
VERSION_STRING = 3.3.4
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterDistribute
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: iphonesimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterPush
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: macosx
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterPush
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenter
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterAnalytics
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ sdk: appletvsimulator
|
|||
theme: ../../Themes/apple
|
||||
|
||||
module: AppCenterCrashes
|
||||
module_version: 3.3.3
|
||||
module_version: 3.3.4
|
||||
author: Microsoft Corp
|
||||
author_url: http://www.microsoft.com
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ let package = Package(
|
|||
path: "AppCenter/AppCenter",
|
||||
exclude: ["Support"],
|
||||
cSettings: [
|
||||
.define("APP_CENTER_C_VERSION", to:"\"3.3.3\""),
|
||||
.define("APP_CENTER_C_VERSION", to:"\"3.3.4\""),
|
||||
.define("APP_CENTER_C_BUILD", to:"\"1\""),
|
||||
.headerSearchPath("**"),
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче