From b31dc30712a393b85037d52a8409033355060dbb Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 3 Apr 2023 14:01:13 -0700 Subject: [PATCH] updates to package metadata and readme badges --- pkgs/c_compiler/README.md | 2 +- pkgs/c_compiler/pubspec.yaml | 2 +- pkgs/native_assets_cli/CHANGELOG.md | 2 +- pkgs/native_assets_cli/README.md | 2 +- pkgs/native_assets_cli/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/c_compiler/README.md b/pkgs/c_compiler/README.md index d8c8f7e619..3327ce6766 100644 --- a/pkgs/c_compiler/README.md +++ b/pkgs/c_compiler/README.md @@ -1,4 +1,4 @@ -[![package:c_compiler](https://github.com/dart-lang/native/actions/workflows/c_compiler.yml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/c_compiler.yml) +[![package:c_compiler](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml) [![pub package](https://img.shields.io/pub/v/c_compiler.svg)](https://pub.dev/packages/c_compiler) [![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/tools?branch=main) diff --git a/pkgs/c_compiler/pubspec.yaml b/pkgs/c_compiler/pubspec.yaml index f4523e9772..64e4739cf5 100644 --- a/pkgs/c_compiler/pubspec.yaml +++ b/pkgs/c_compiler/pubspec.yaml @@ -1,7 +1,7 @@ name: c_compiler description: A library to invoke the native C compiler installed on the host machine. version: 0.1.0-dev -repository: https://github.com/dart-lang/native/c_compiler +repository: https://github.com/dart-lang/native/tree/main/pkgs/c_compiler environment: sdk: ">=2.19.3 <4.0.0" diff --git a/pkgs/native_assets_cli/CHANGELOG.md b/pkgs/native_assets_cli/CHANGELOG.md index a0712a79e7..3249beabd8 100644 --- a/pkgs/native_assets_cli/CHANGELOG.md +++ b/pkgs/native_assets_cli/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.1.0 +## 0.1.0-dev - Initial version. diff --git a/pkgs/native_assets_cli/README.md b/pkgs/native_assets_cli/README.md index 7ca67f0876..706459f7c7 100644 --- a/pkgs/native_assets_cli/README.md +++ b/pkgs/native_assets_cli/README.md @@ -1,4 +1,4 @@ -[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yml) +[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml) [![pub package](https://img.shields.io/pub/v/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli) [![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/tools?branch=main) diff --git a/pkgs/native_assets_cli/pubspec.yaml b/pkgs/native_assets_cli/pubspec.yaml index edef2053e5..2be0cb976f 100644 --- a/pkgs/native_assets_cli/pubspec.yaml +++ b/pkgs/native_assets_cli/pubspec.yaml @@ -1,7 +1,7 @@ name: native_assets_cli description: A library that contains the argument and file formats for implementing a native assets CLI. version: 0.1.0-dev -repository: https://github.com/dart-lang/native/native_assets_cli +repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli environment: sdk: ">=2.19.3 <4.0.0"