diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d62094..ca918ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.0.7] - 2023-06-28 +## [1.0.8] - 2023-06-28 ### Changed @@ -36,6 +36,12 @@ All notable changes to this project will be documented in this file. | iTin.Registry.Windows | 1.0.0.3 | Windows registry access | | **iTin.Utilities.Pdf.Design** | **1.0.0.6** | **Pdf design objects** | +## [1.0.7] - 2023-06-28 + + - **I M P O R T A N T!!** + + > Version with bugs, version has been unlisted from nuget + ## [1.0.6] - 2022-12-02 @@ -549,6 +555,7 @@ All notable changes to this project will be documented in this file. |iTin.Utilities.Pdf.Design| 1.0.0 | Pdf design objects | |iTin.Utilities.Pdf.Writer| 1.0.0 | Pdf Writer | +[1.0.8]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.8 [1.0.7]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.7 [1.0.6]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.6 [1.0.5]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.5 diff --git a/README.txt b/README.txt index c9d5667..ad59acb 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ What is iPdfWriter? iPdfWriter is a lightweight implementation that allows modifying a pdf document totally or partially by replacing tags. -Changes in this version (v1.0.7) +Changes in this version (v1.0.8) ================================ · Changed @@ -60,6 +60,13 @@ Changes in this version (v1.0.7) | iTin.Utilities.Pdf.Design 1.0.0.6 Pdf design elements | •———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————• +v1.0.7 +====== + + - I M P O R T A N T !!! + + Version with bugs, version has been unlisted from nuget + v1.0.6 ====== diff --git a/nuget/BuildNuGet.cmd b/nuget/BuildNuGet.cmd index dd20f07..c934dde 100644 --- a/nuget/BuildNuGet.cmd +++ b/nuget/BuildNuGet.cmd @@ -1,7 +1,7 @@ @ECHO OFF CLS -..\src\.nuget\nuget Pack iPdfWriter.1.0.7.nuspec -NoDefaultExcludes -NoPackageAnalysis -OutputDirectory ..\deployment\nuget +..\src\.nuget\nuget Pack iPdfWriter.1.0.8.nuspec -NoDefaultExcludes -NoPackageAnalysis -OutputDirectory ..\deployment\nuget pause diff --git a/nuget/iPdfWriter.1.0.7.nuspec b/nuget/iPdfWriter.1.0.8.nuspec similarity index 99% rename from nuget/iPdfWriter.1.0.7.nuspec rename to nuget/iPdfWriter.1.0.8.nuspec index e8eadac..c77b106 100644 --- a/nuget/iPdfWriter.1.0.7.nuspec +++ b/nuget/iPdfWriter.1.0.8.nuspec @@ -2,7 +2,7 @@ iPdfWriter - 1.0.7 + 1.0.8 iPdfWriter iAJTin iAJTin