Skip to content

Commit

Permalink
Trying to fix the nuget package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas0007 committed Sep 14, 2017
1 parent 6e81ccd commit ba7bd32
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Jira.SDK/Jira.SDK.nuspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Jira.SDK</id>
<title>Jira.SDK</title>
<description>$description$</description>
<id>$id$</id>
<version>$version$</version>
<authors>jonas0007</authors>
<owners>jonas0007</owners>
<title>$title$</title>
<description>$description$</description>
<authors>$author$</authors>
<owners>$author$</owners>
<copyright>Copyright 2015</copyright>
<projectUrl>https://github.com/jonas0007/Jira.SDK</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>Jira REST</tags>
Expand Down

0 comments on commit ba7bd32

Please sign in to comment.