Skip to content

Commit 9d0cdf1

Browse files
committed
Fixed issues with parsing AI 7040 in versions of .NET prior to 7.0.
Fixed issues with parsing AI 8007 for Bosnia and Herzegovina IBANs in versions of .NET prior to 7.0.
1 parent a42f064 commit 9d0cdf1

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Solidsoft.Reply.Parsers.Gs1Ai.Tests/Solidsoft.Reply.Parsers.Gs1Ai.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0;net6.0;net5.0</TargetFrameworks>
5-
<LangVersion>12.0</LangVersion>
4+
<TargetFrameworks>net7.0;net6.0;net5.0;net48</TargetFrameworks>
5+
<LangVersion>12.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
@@ -41,10 +41,10 @@
4141

4242
<ItemGroup>
4343
<PackageReference Include="FluentAssertions" Version="[7.1.0]" />
44-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
45-
<PackageReference Include="Reqnroll.xUnit" Version="2.3.0" />
46-
<PackageReference Include="xunit" Version="2.4.2" />
47-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
44+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[17.6.3]" />
45+
<PackageReference Include="Reqnroll.xUnit" Version="[2.3.0]" />
46+
<PackageReference Include="xunit" Version="[2.4.2]" />
47+
<PackageReference Include="xunit.runner.visualstudio" Version="[2.4.5]">
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>

Solidsoft.Reply.Parsers.Gs1Ai/Solidsoft.Reply.Parsers.Gs1Ai.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<PackageTags>gs1;ai;parser;barcode;datamatrix;qr;code-128</PackageTags>
1818
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1919
<PackageReleaseNotes>
20+
The following changes were made in this release.
21+
2022
1) Fixed issues with parsing AI 7040 in versions of .NET prior to 7.0.
2123

2224
2) Fixed issues with parsing AI 8007 for Bosnia and Herzegovina IBANs in versions of .NET prior to 7.0.

0 commit comments

Comments
 (0)