diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index 5f541ab6a1..a36830e8fa 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -1,5 +1,5 @@  - + 14.0 diff --git a/src/ImageProcessor/ImageProcessor.nuget.targets b/src/ImageProcessor/ImageProcessor.nuget.targets new file mode 100644 index 0000000000..3e3a70af89 --- /dev/null +++ b/src/ImageProcessor/ImageProcessor.nuget.targets @@ -0,0 +1,9 @@ + + + + C:\Users\James\.nuget\packages\ + + + + + \ No newline at end of file diff --git a/src/ImageProcessor/ImageProcessor.nuspec b/src/ImageProcessor/ImageProcessor.nuspec index 2a03ac069b..c86487aef1 100644 --- a/src/ImageProcessor/ImageProcessor.nuspec +++ b/src/ImageProcessor/ImageProcessor.nuspec @@ -1,18 +1,40 @@ - - + + - $id$ - $version$ - $title$ - $author$ - $author$ - http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE - http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE - http://ICON_URL_HERE_OR_DELETE_THIS_LINE + ImageProcessor + 3.0.0-alpha + ImageProcessor + James Jackson-South + James Jackson-South + http://www.apache.org/licenses/LICENSE-2.0 + http://imageprocessor.org + http://imageprocessor.org/assets/ico/apple-touch-icon-144x144.png false - $description$ + A cross-platform library for processing of image files written in C# Alpha Release. - Copyright James Jackson-South and contributors2015 + Copyright (c) James Jackson-South and contributors Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ImageProcessor/project.json b/src/ImageProcessor/project.json index 6288fcc23d..9e36b1e0a5 100644 --- a/src/ImageProcessor/project.json +++ b/src/ImageProcessor/project.json @@ -7,6 +7,7 @@ "dependencies": { "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", + "NuSpec.ReferenceGenerator": "1.3.6", "StyleCop.Analyzers": "1.0.0-beta015" }, "frameworks": { diff --git a/src/ImageProcessor/project.lock.json.REMOVED.git-id b/src/ImageProcessor/project.lock.json.REMOVED.git-id index 24339fed21..bd57c2a7ae 100644 --- a/src/ImageProcessor/project.lock.json.REMOVED.git-id +++ b/src/ImageProcessor/project.lock.json.REMOVED.git-id @@ -1 +1 @@ -3f05708641eb3ed085d4689aae4a960eb067fd16 \ No newline at end of file +5c58fbc6a5c85cdb06443246b3b327845381c790 \ No newline at end of file