File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1212 <PackageReference Include =" xunit" Version =" 2.9.3" />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3 " >
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ namespace PayrollEngine.Client.Scripting;
99
1010/// <summary>Case object attribute</summary>
1111[ AttributeUsage ( AttributeTargets . Class | AttributeTargets . Property ) ]
12- public sealed class CaseObjectAttribute ( string ns ) : Attribute
12+ public class CaseObjectAttribute ( string ns ) : Attribute
1313{
1414 /// <summary>Object namespace</summary>
1515 public string Ns { get ; } = ns ;
1616}
1717
1818/// <summary>Case field ignore attribute</summary>
1919[ AttributeUsage ( AttributeTargets . Property ) ]
20- public sealed class CaseFieldIgnoreAttribute : Attribute ;
20+ public class CaseFieldIgnoreAttribute : Attribute ;
2121
2222/// <summary>Case object extension methods</summary>
2323public static class CaseObjectExtensions
Original file line number Diff line number Diff line change 182182
183183 <ItemGroup >
184184 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.14.0" />
185- <PackageReference Include =" PayrollEngine.Client.Core" Version =" 0.9.0-beta.8 " />
185+ <PackageReference Include =" PayrollEngine.Client.Core" Version =" 0.9.0-beta.9 " />
186186 </ItemGroup >
187187
188188 <!-- include xml documention files and json schemas to the nuget package -->
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
5- <Version >0.9.0-beta.8 </Version >
5+ <Version >0.9.0-beta.9 </Version >
66 <FileVersion >0.9.0</FileVersion >
77 <InformationalVersion ></InformationalVersion >
88 <Authors >Jani Giannoudis</Authors >
You can’t perform that action at this time.
0 commit comments