Skip to content

Commit 69eec7a

Browse files
committed
BS-4116: version update in code snippet and app.config
1 parent 27fb4b2 commit 69eec7a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

UnitTesting/T280/CodeSnippets/Activity1.1/PhoneRepairShop_Code.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
99
<OutputPath>bin\$(Configuration)</OutputPath>
1010
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11-
<FileVersion>25.201.0166</FileVersion>
12-
<InformationalVersion>25.201.0166</InformationalVersion>
11+
<FileVersion>26.100.0217</FileVersion>
12+
<InformationalVersion>26.100.0217</InformationalVersion>
1313
<LangVersion>9.0</LangVersion>
1414
<Nullable>enable</Nullable>
15-
<Copyright>Copyright © 2005-2025 Acumatica, Inc. All rights reserved.</Copyright>
15+
<Copyright>Copyright © 2005-2026 Acumatica, Inc. All rights reserved.</Copyright>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" />

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-6.1.2" newVersion="6.1.2" />
7+
<bindingRedirect oldVersion="0.0.0.0-6.1.2.0" newVersion="6.1.2.0" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
@@ -16,7 +16,7 @@
1616
</dependentAssembly>
1717
<dependentAssembly>
1818
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-10.0.5" newVersion="10.0.5" />
19+
<bindingRedirect oldVersion="0.0.0.0-10.0.5.0" newVersion="10.0.5.0" />
2020
</dependentAssembly>
2121
</assemblyBinding>
2222
</runtime>

0 commit comments

Comments
 (0)