Skip to content

Commit

Permalink
build(mods): bump eng from 45c17ef to 0dc1db3 in the submodules g…
Browse files Browse the repository at this point in the history
…roup (#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]>
  • Loading branch information
dependabot[bot] and samtrion authored May 21, 2024
1 parent fa4759d commit 1cc2131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng
2 changes: 0 additions & 2 deletions src/NetEvolve.Arguments/Argument_ThrowIfGreaterThan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.CompilerServices;

public static partial class Argument
Expand Down
2 changes: 2 additions & 0 deletions src/NetEvolve.Arguments/NetEvolve.Arguments.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<RepositoryUrl>https://github.com/dailydevops/arguments.git</RepositoryUrl>
<PackageTags>guard;clausel;exceptions</PackageTags>

<CopyrightYearStart>2023</CopyrightYearStart>

<!-- Remove, when Polyfill has fixed this. -->
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
</PropertyGroup>
Expand Down

0 comments on commit 1cc2131

Please sign in to comment.