Browse Source

update version numbers

pull/69/head
Scott Williams 9 years ago
committed by Scott Williams
parent
commit
021db69224
  1. 2
      src/ImageSharp.Drawing/project.json
  2. 2
      src/ImageSharp.Formats.Bmp/project.json
  3. 2
      src/ImageSharp.Formats.Gif/project.json
  4. 2
      src/ImageSharp.Formats.Jpeg/project.json
  5. 2
      src/ImageSharp.Formats.Png/project.json
  6. 2
      src/ImageSharp.Formats/project.json
  7. 2
      src/ImageSharp/project.json

2
src/ImageSharp.Drawing/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Drawing", "title": "ImageSharp.Drawing",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp.Formats.Bmp/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Formats.Bmp", "title": "ImageSharp.Formats.Bmp",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp.Formats.Gif/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Formats.Gif", "title": "ImageSharp.Formats.Gif",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp.Formats.Jpeg/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Formats.Jpeg", "title": "ImageSharp.Formats.Jpeg",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp.Formats.Png/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Formats", "title": "ImageSharp.Formats",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp.Formats/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp.Formats", "title": "ImageSharp.Formats",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

2
src/ImageSharp/project.json

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-alpha1-*",
"title": "ImageSharp", "title": "ImageSharp",
"description": "A cross-platform library for the processing of image files; written in C#", "description": "A cross-platform library for the processing of image files; written in C#",
"authors": [ "authors": [

Loading…
Cancel
Save