Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: pubspec.yaml

Issue 120983006: Add a test of file generating when using import (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Update pubspec Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/file_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 70eb46c39b60e28a166bad08e0e725d7d0bddd5f..e20e84dd8f6832204cc094a925f33b11f21a47bf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
name: protoc-plugin
-version: 0.2.4
+version: 0.3.0
authors:
- Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/protoc-plugin
environment:
- sdk: '>=0.8.10+6 <2.0.0'
+ sdk: '>=1.0.0 <2.0.0'
dependencies:
protobuf: '>=0.3.3'
dev_dependencies:
« no previous file with comments | « no previous file | test/file_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698