Skip to content

Commit

Permalink
Update CHANGELOG.md and nuspec file to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iAJTin committed Aug 2, 2022
1 parent f66eb98 commit c52de59
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

All notable changes to this project will be documented in this file.

## 1.0.3 -
## 1.0.4 -

### Fixes


### Added


### Changed


## [1.0.3] - 2022-08-03

### Fixes

Expand Down Expand Up @@ -254,7 +265,7 @@ All notable changes to this project will be documented in this file.
| iTin.Utilities.Pdf.Writer | **1.0.0.2** | Pdf Writer |


## [1.0.2] - 2022-24-06
## [1.0.2] - 2022-06-24

## Critical

Expand Down Expand Up @@ -290,7 +301,7 @@ All notable changes to this project will be documented in this file.
| iTin.Utilities.Pdf.Design | **1.0.0.2** | Pdf design objects |
| iTin.Utilities.Pdf.Writer | 1.0.0.1 | Pdf Writer |

## [1.0.1] - 2022-23-06
## [1.0.1] - 2022-06-23

### Added

Expand Down Expand Up @@ -322,7 +333,7 @@ All notable changes to this project will be documented in this file.
| iTin.Utilities.Pdf.Design | **1.0.0.1** | Pdf design objects |
| iTin.Utilities.Pdf.Writer | **1.0.0.1** | Pdf Writer |

## [1.0.0] - 2020-29-09
## [1.0.0] - 2020-09-29

### Added

Expand All @@ -344,6 +355,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.4]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.4
[1.0.3]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.3
[1.0.2]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.2
[1.0.1]: https://github.com/iAJTin/iPdfWriter/releases/tag/v1.0.1
Expand Down
12 changes: 11 additions & 1 deletion nuget/iPdfWriter.1.0.3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@
<dependency id="Microsoft.Win32.Registry" version="5.0.0"/>
<dependency id="Microsoft.Windows.Compatibility" version="6.0.0"/>
</group>
</dependencies>
<group targetFramework="net6.0">
<dependency id="iTextSharp" version="5.5.13.3"/>
<dependency id="itextsharp.xmlworker" version="5.5.13.3"/>
<dependency id="itextsharp.xtra" version="5.5.13.3"/>
<dependency id="DotNetZip" version="1.16.0"/>
<dependency id="Newtonsoft.Json" version="13.0.1"/>
<dependency id="System.Drawing.Common" version="6.0.0"/>
<dependency id="Microsoft.Win32.Registry" version="5.0.0"/>
<dependency id="Microsoft.Windows.Compatibility" version="6.0.0"/>
</group>
</dependencies>
</metadata>
<files>
<file src="..\README.txt" target="." />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1;</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1;</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.1;net60</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit c52de59

Please sign in to comment.