Skip to content

Commit 15262a6

Browse files
author
Jani Giannoudis
committed
updated third party nugets
1 parent 99db468 commit 15262a6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Client.Test/PayrollEngine.Client.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="5.0.0" />
20-
<PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.dev" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="5.3.0" />
20+
<PackageReference Include="PayrollEngine.Client.Core" Version="0.10.0-beta.dev" />
2121
</ItemGroup>
2222

2323
<!-- include xml documention files and json schemas to the nuget package -->

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<Project>
1+
<Project>
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<Version>0.9.0-beta.dev</Version>
6-
<FileVersion>0.9.0</FileVersion>
5+
<Version>0.10.0-beta.dev</Version>
6+
<FileVersion>0.10.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>
99
<Company>Software Consulting Giannoudis</Company>
10-
<Copyright>© 2026 Software Consulting Giannoudis</Copyright>
10+
<Copyright>© 2026 Software Consulting Giannoudis</Copyright>
1111
<Product>Payroll Engine Client Test</Product>
1212
<PackageProjectUrl>https://payrollengine.org/</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/Payroll-Engine/PayrollEngine.Client.Test.git</RepositoryUrl>

0 commit comments

Comments
 (0)