Skip to content

Commit

Permalink
Migrate nuspec info to project.json #96
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark committed Aug 3, 2016
1 parent 076eb2e commit edcfc30
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 44 deletions.
24 changes: 0 additions & 24 deletions PreMailer.Net/PreMailer.Net.Core/PreMailer.Net.nuspec

This file was deleted.

54 changes: 34 additions & 20 deletions PreMailer.Net/PreMailer.Net.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
{
"version": "1.5.4-*",
"description": "PreMailer.Net Core Class Library",
"authors": [ "NickA" ],
"dependencies": {
"NETStandard.Library": "1.4.0",
"AngleSharp": "0.9.7",
"System.Collections.Specialized": "4.0.1"
},
"frameworks": {
"netstandard1.4": {
},
"net461": {
"dependencies":{

}
}
"title": "PreMailer.Net",
"version": "1.5.4-*",
"description": "PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.",
"authors": [ "martinnormark" ],
"packOptions": {
"owners": [ "milkshakesoftware" ],
"projectUrl": "https://github.com/milkshakesoftware/PreMailer.Net",
"licenseUrl": "https://github.com/milkshakesoftware/PreMailer.Net/blob/master/LICENSE",
"iconUrl": "https://github.com/milkshakesoftware/PreMailer.Net/raw/master/icon.png",
"requireLicenseAcceptance": false,
"tags": [ "email", "css", "newsletter", "html" ],
"repository": {
"type": "git",
"url": "https://github.com/milkshakesoftware/PreMailer.Net"
},
"releaseNotes": "Support for .NET Core https://github.com/milkshakesoftware/PreMailer.Net/issues/96"
},
"dependencies": {
"NETStandard.Library": "1.4.0",
"AngleSharp": "0.9.7",
"System.Collections.Specialized": "4.0.1"
},
"frameworks": {
"netstandard1.4": {
},
"net461": {
"dependencies": {

},
"tooling": {
"defaultNamespace": "PreMailer.Net"
}
}
}

},
"tooling": {
"defaultNamespace": "PreMailer.Net"
}
}

0 comments on commit edcfc30

Please sign in to comment.