This commit is contained in:
Mike Phares 2023-05-22 18:39:19 -07:00
parent b9e74f1bac
commit cb5c059f50
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Infineon.EAF.Runtime"> <PackageReference Include="Infineon.EAF.Runtime">
<Version>2.49.0</Version> <Version>2.49.2</Version>
</PackageReference> </PackageReference>
<PackageReference Include="System.Text.Json"> <PackageReference Include="System.Text.Json">
<Version>6.0.3</Version> <Version>6.0.3</Version>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.49.0.0")] [assembly: AssemblyVersion("2.49.2.0")]
[assembly: AssemblyFileVersion("2.49.0.0")] [assembly: AssemblyFileVersion("2.49.2.0")]