-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated versions and added attribution.
- Loading branch information
Showing
4 changed files
with
105 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl> | ||
<projectUrl>https://github.com/jjb3rd/Freshdesk.Net</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>Added unicode support.</releaseNotes> | ||
<copyright>Copyright 2014-2015 Beckersoft, Inc.</copyright> | ||
<tags>Freshdesk</tags> | ||
</metadata> | ||
</package> | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl> | ||
<projectUrl>https://github.com/jjb3rd/Freshdesk.Net</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>Fixed TLS version.</releaseNotes> | ||
<copyright>Copyright 2014-2016 Beckersoft, Inc.</copyright> | ||
<tags>Freshdesk</tags> | ||
</metadata> | ||
</package> |
Oops, something went wrong.