Skip to content

Commit

Permalink
Updated versions and added attribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb3rd committed Dec 6, 2016
1 parent 798025d commit 820bc1d
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 163 deletions.
4 changes: 2 additions & 2 deletions Freshdesk.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
34 changes: 17 additions & 17 deletions Freshdesk/Freshdesk.nuspec
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>
Loading

0 comments on commit 820bc1d

Please sign in to comment.