Skip to content

Commit 1cc2131

Browse files
build(mods): bump eng from 45c17ef to 0dc1db3 in the submodules group (#139)
* build(mods): bump eng in the submodules group Bumps the submodules group with 1 update: [eng](https://github.com/dailydevops/dotnet-engineering). Updates `eng` from `45c17ef` to `0dc1db3` - [Commits](dailydevops/dotnet-engineering@45c17ef...0dc1db3) --- updated-dependencies: - dependency-name: eng dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Removed unused usings * chore: Added `CopyrightStartYear` * fix: Typo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <[email protected]>
1 parent fa4759d commit 1cc2131

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NetEvolve.Arguments/Argument_ThrowIfGreaterThan.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
using System;
44
using System.Diagnostics;
5-
using System.Diagnostics.CodeAnalysis;
6-
using System.Globalization;
75
using System.Runtime.CompilerServices;
86

97
public static partial class Argument

src/NetEvolve.Arguments/NetEvolve.Arguments.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<RepositoryUrl>https://github.com/dailydevops/arguments.git</RepositoryUrl>
1313
<PackageTags>guard;clausel;exceptions</PackageTags>
1414

15+
<CopyrightYearStart>2023</CopyrightYearStart>
16+
1517
<!-- Remove, when Polyfill has fixed this. -->
1618
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
1719
</PropertyGroup>

0 commit comments

Comments
 (0)