fastlane-plugin-xamarin 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3c759ecdef6aefbe106ffa5f5eaa3db6fe94b11cadbf2c4c9ff8140416b2b0d
4
- data.tar.gz: fa32c89768861dca52fe34f296943431817188c1216ebc2bb272915a374d55ac
3
+ metadata.gz: 45ee146f69d5909ed5b2235b5dcb8993f13eddbfe5db42f9a5031a929de134bd
4
+ data.tar.gz: a89322e3293bbd05d2c7d48d00037395e12ab6e475bf268deb60fbb2423814ae
5
5
  SHA512:
6
- metadata.gz: 328fc5fd5ed0930da55c37353078b12b4037d7988f749806a9e048a2f14304fd4b83ff842687cdbeb34ca55cd3b2b8105d7a50ba7df6867b0e186d78645c4f2d
7
- data.tar.gz: 5c96a7ed64b21578f9d6bff2c5c765854affe4f4341eb197ceb4fd2f45d0ef83a1e2a63587489d9620e9cf546e039a8e67e96bc4c65fb9da6760474bb043b667
6
+ metadata.gz: 19e672fb0fdbc6fcd313a1524ca7939330b25ce599928955d60d95b55d76557f7f18f7d6ab3c8f9c70a6c9d94361a229f606990c841ea95259d92da2ae6745b3
7
+ data.tar.gz: f0afdc69b42940f1c161d2cc6c14a0be3bff9000aae868a43d5b97101651d5040a9f35cb461a64a5871b52e8c158bc1cf4dff12329d70327db67defa3f76591a
@@ -69,7 +69,7 @@ module Fastlane
69
69
  [
70
70
  FastlaneCore::ConfigItem.new(key: :config_file_path,
71
71
  env_name: "NUGET_CONFIGFILEPATH",
72
- description: "Identifies the packages.config file that lists the packages to install.",
72
+ description: "Identifies the packages.config file that lists the packages to install",
73
73
  optional: false,
74
74
  type: String),
75
75
 
@@ -87,7 +87,7 @@ module Fastlane
87
87
 
88
88
  FastlaneCore::ConfigItem.new(key: :output_directory,
89
89
  env_name: "NUGET_OUTPUT_DIRECTORY",
90
- description: "Specifies the folder in which packages are installed. If no folder is specified, the current folder is used.",
90
+ description: "Specifies the folder in which packages are installed. If no folder is specified, the current folder is used",
91
91
  optional: true,
92
92
  type: String),
93
93
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Xamarin
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xamarin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Charriere