Skip to content

Commit

Permalink
Removed publish_to: none and updated homepage/repository fields in pr…
Browse files Browse the repository at this point in the history
…eparation for repository move
  • Loading branch information
ricardoboss committed Dec 5, 2024
1 parent 2b263f6 commit 4858ed7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 23 deletions.
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_abstractions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_abstractions
description: "Provides interfaces and base classes for Dart Kiota clients."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_abstractions
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_abstractions
repository: https://github.com/microsoft/dart_kiota

topics:
- kiota
Expand Down
6 changes: 3 additions & 3 deletions packages/microsoft_kiota_bundle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: microsoft_kiota_bundle
description: "Provides a bundle of all the default Kiota implementations for easy consumption."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_bundle
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_bundle
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_http
description: "Provides an implementation of a Kiota RequestAdapter that uses `http`."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_http
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_http
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_serialization_form/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_serialization_form
description: "Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_serialization_form
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_serialization_form
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
7 changes: 3 additions & 4 deletions packages/microsoft_kiota_serialization_json/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_serialization_json
description: Provides parsing and serialization support for the `application/json` content type.
description: "Provides parsing and serialization support for the `application/json` content type."
version: 0.0.1-pre.1
repository: https://github.com/ricardoboss/dart_kiota
homepage: https://github.com/ricardoboss/dart_kiota/tree/main/packages/microsoft_kiota_serialization_json
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_serialization_json
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_serialization_multipart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_serialization_multipart
description: "Provides parsing and serialization support for the `multipart/form-data` content type."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_serialization_multipart
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_serialization_multipart
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_serialization_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: microsoft_kiota_serialization_text
description: "Provides parsing and serialization support for the `text/plain` content type."
version: 0.0.1-pre.1
homepage: https://github.com/kiota-community/dart_kiota/tree/main/packages/microsoft_kiota_serialization_text
repository: https://github.com/kiota-community/dart_kiota
publish_to: 'none'
homepage: https://github.com/microsoft/dart_kiota/tree/main/packages/microsoft_kiota_serialization_text
repository: https://github.com/microsoft/dart_kiota

environment:
sdk: '>=3.2.6 <4.0.0'
Expand Down
3 changes: 2 additions & 1 deletion tooling/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tooling
description: A sample command-line application.
description: "Tooling for the Dart Kiota packages"
version: 1.0.0
publish_to: "none"

environment:
sdk: ^3.4.3
Expand Down

0 comments on commit 4858ed7

Please sign in to comment.