From a1a5531879c793a8a65c57eed2a906e17fa1d57d Mon Sep 17 00:00:00 2001 From: Tyler Snavely Date: Fri, 27 Aug 2021 10:32:02 -0500 Subject: [PATCH] Fix release validation errors --- LICENSE | 1 + pubspec.yaml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..56097bef --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +Copyright 2021 Workiva Inc. All rights reserved. diff --git a/pubspec.yaml b/pubspec.yaml index 31171cd5..d59ebb62 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,13 @@ name: opentelemetry -version: 0.0.1 +version: 0.0.2 +description: A framework for collecting traces from applications. +homepage: https://github.com/Workiva/opentelemetry-dart +publish_to: https://pub.workiva.org environment: sdk: '>=2.7.0 <3.0.0' dependencies: + fixnum: ^0.10.0 http: ^0.12.0 logging: ^0.11.0 protobuf: ^1.1.0