-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nuget packages to v2.0.1 and readme.txt and readme.md
- Loading branch information
Showing
11 changed files
with
110 additions
and
17 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>iTin.Export.Writers.Adobe</id> | ||
<version>2.0.1</version> | ||
<title>iTin.Export.Writers.Adobe</title> | ||
<authors>iTin</authors> | ||
<owners>iTin</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/iAJTin/iExportEngine</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iAJTin/iExportEngine/master/nuget/iTin.Export.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Contains a pdf native writer for iTin Export Engine</description> | ||
<tags>pdf adobe office export engine parsing parse itin</tags> | ||
<copyright>Copyright © 2016 iAJTin</copyright> | ||
<dependencies> | ||
<dependency id="iTin.Export.Core" version="2.0.1" /> | ||
<dependency id="iTextSharp" version="5.5.13" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\library\iTin.Export.Writers.Adobe\bin\Debug\iTin.Export.Writers.Adobe.dll" target="lib\net40\iTin.Export.Writers.Adobe.dll" /> | ||
</files> | ||
</package> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>iTin.Export.Writers.OpenXml.DocX</id> | ||
<version>2.0.1</version> | ||
<title>iTin.Export.Writers.OpenXml.DocX</title> | ||
<authors>iTin</authors> | ||
<owners>iTin</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/iAJTin/iExportEngine</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iAJTin/iExportEngine/master/nuget/iTin.Export.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Contains a docx writer for iTin Export Engine</description> | ||
<copyright>Copyright © 2016 iAJTin</copyright> | ||
<tags>word docx doc office export engine parsing parse itin</tags> | ||
<dependencies> | ||
<dependency id="iTin.Export.Core" version="2.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\library\iTin.Export.Writers.OpenXml.DocX\bin\Debug\iTin.Export.Writers.OpenXml.DocX.dll" target="lib\net40\iTin.Export.Writers.OpenXml.DocX.dll" /> | ||
<file src="..\references\DocX.1.0.0.13\net40\DocX.dll" target="lib\net40\DocX.dll" /> | ||
</files> | ||
</package> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>iTin.Export.Writers.OpenXml.Xlsx</id> | ||
<version>2.0.1</version> | ||
<title>iTin.Export.Writers.OpenXml.Xlsx</title> | ||
<authors>iTin</authors> | ||
<owners>iTin</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/iAJTin/iExportEngine</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iAJTin/iExportEngine/master/nuget/iTin.Export.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Contains a xslx writer for iTin Export Engine</description> | ||
<copyright>Copyright © 2016 iAJTin</copyright> | ||
<tags>excel xlsx xls office export engine parsing parse itin</tags> | ||
<dependencies> | ||
<dependency id="iTin.Export.Core" version="2.0.1" /> | ||
<dependency id="EPPlus" version="4.5.3.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\library\iTin.Export.Writers.OpenXml.Xlsx\bin\Debug\iTin.Export.Writers.OpenXml.Xlsx.dll" target="lib\net40\iTin.Export.Writers.OpenXml.Xlsx.dll" /> | ||
</files> | ||
</package> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
iExportEngine.Core | ||
|
||
New features in version 2.0.1: | ||
* solved error in xlsx generation, sheet error (pivot). | ||
* Bug fixes and minor changes, see below and visit https://github.com/iAJTin/iExportEngine, samples and the latest information. | ||
|
||
2.0.0 | ||
* writers | ||
- native sql writer | ||
- native md writer (beta) | ||
- xlsx writer | ||
|
||
* template | ||
- docx template writer | ||
|
||
1.0.0 | ||
* writers | ||
- native xml writer | ||
- native txt writer | ||
- native csv writer | ||
- native sql writer (beta) | ||
- xlsx writer (beta) | ||
- docx writer (beta) | ||
- pdf writer (beta) | ||
|
||
* template | ||
- docx template writer (beta) |