Skip to content

Commit 8eee313

Browse files
committed
Merge branch 'stable' of github.com:microting/eform-angular-timeplanning-plugin into stable
2 parents a4d3e01 + bf5e75c commit 8eee313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn.Test/TimePlanning.Pn.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1111
<PackageReference Include="NSubstitute" Version="5.3.0" />
1212
<PackageReference Include="NUnit" Version="4.4.0" />
13-
<PackageReference Include="NUnit.Analyzers" Version="4.11.1">
13+
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Infrastructure/Helpers/GoogleSheetHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static async Task PushToGoogleSheet(Core core, TimePlanningPnDbContext db
139139

140140
// ... existing code ...
141141

142-
SetAlternatingColumnColors(service, googleSheetId, sheetId!.Value, newHeaders.Count, logger);
142+
// SetAlternatingColumnColors(service, googleSheetId, sheetId!.Value, newHeaders.Count, logger);
143143

144144
logger.LogInformation("Headers are already up-to-date.");
145145
}

0 commit comments

Comments
 (0)