Skip to content

Commit b20d0e7

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

4 files changed

Lines changed: 7 additions & 19 deletions

File tree

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/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/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Acumatica")]
1212
[assembly: AssemblyProduct("PhoneRepairShop_Code.Tests")]
13-
[assembly: AssemblyCopyright("Copyright © Acumatica 2024")]
13+
[assembly: AssemblyCopyright("Copyright © Acumatica 2026")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,10 @@
22
<configuration>
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5-
<dependentAssembly>
6-
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-6.1.2.0" newVersion="6.1.2.0" />
8-
</dependentAssembly>
95
<dependentAssembly>
106
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
117
<bindingRedirect oldVersion="0.0.0.0-8.1.1.0" newVersion="8.1.1.0" />
128
</dependentAssembly>
13-
<dependentAssembly>
14-
<assemblyIdentity name="Moq" publicKeyToken="69f491c39445e920" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-4.20.72.0" newVersion="4.20.72.0" />
16-
</dependentAssembly>
17-
<dependentAssembly>
18-
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-10.0.5.0" newVersion="10.0.5.0" />
20-
</dependentAssembly>
219
</assemblyBinding>
2210
</runtime>
2311
</configuration>

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code/PhoneRepairShop_code.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
<Reference Include="PX.Common">

0 commit comments

Comments
 (0)