Skip to content

Commit

Permalink
Merge pull request #10 from FrendsPlatform/Issue-9
Browse files Browse the repository at this point in the history
Updated Newtonsoft.Json
  • Loading branch information
FrendsSarlinS authored Aug 26, 2024
2 parents 2686280 + 43c7bf8 commit 5a7269a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Frends.Edifact.ConvertToJson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.0] - 2024-08-23
### Changed
- Updated the Newtonsoft.Json package to version 13.0.3.

## [1.0.0] - 2023-04-25
### Added
- Initial implementation
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Frends.Edifact.ConvertToJson</AssemblyName>
<RootNamespace>Frends.Edifact.ConvertToJson</RootNamespace>

<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Frends</Authors>
<Copyright>Frends</Copyright>
<Company>Frends</Company>
Expand All @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Frends.Edifabric.Activation" Version="1.0.3" />
<PackageReference Include="Frends.Edifabric.Templates.Edifact" Version="1.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="FrendsTaskMetadata.json" Pack="true" PackagePath="/">
Expand Down
4 changes: 4 additions & 0 deletions Frends.Edifact.CreateFromJson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.0] - 2024-08-23
### Changed
- Updated the Newtonsoft.Json package to version 13.0.3.

## [1.0.0] - 2023-04-25
### Added
- Initial implementation
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Frends.Edifact.CreateFromJson</AssemblyName>
<RootNamespace>Frends.Edifact.CreateFromJson</RootNamespace>

<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Frends</Authors>
<Copyright>Frends</Copyright>
<Company>Frends</Company>
Expand All @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Frends.Edifabric.Activation" Version="1.0.3" />
<PackageReference Include="Frends.Edifabric.Templates.Edifact" Version="1.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="FrendsTaskMetadata.json" Pack="true" PackagePath="/">
Expand Down

0 comments on commit 5a7269a

Please sign in to comment.