Skip to content

Commit

Permalink
Update dependency Workleap.DotNet.CodingStandards to v0.2.0 (#11)
Browse files Browse the repository at this point in the history
* Update dependency Workleap.DotNet.CodingStandards to v0.2.0

* Skip package publication if there are duplicates

* Remove skip-duplicate

* Update version

* Disable warnings

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: He Qian Wang <[email protected]>
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
4 people authored Jun 10, 2024
1 parent 2f701c0 commit f252807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Workleap.DotNet.CodingStandards" Version="0.1.0" />
<PackageReference Include="Workleap.DotNet.CodingStandards" Version="0.5.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions tools/ConfigurationFilesGenerator/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma warning disable IDE0058 // Expression value is never used
#pragma warning disable SA1649 // File name should match first type name
using System.Globalization;
using System.Runtime.Loader;
using System.Xml.Linq;
Expand Down

0 comments on commit f252807

Please sign in to comment.