Skip to content

Commit

Permalink
Boy-scout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Mar 28, 2024
1 parent c797a7c commit 915f053
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions props/package.props
Expand Up @@ -9,6 +9,7 @@

<PropertyGroup Label="Package info">
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageIcon>package-icon.png</PackageIcon>
<PackageIconUrl>https://github.com/Qowaiv/Qowaiv/blob/master/design/package-icon.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 1 addition & 3 deletions specs/Qowaiv.Specs/Percentage_specs.cs
@@ -1,6 +1,4 @@
using FluentAssertions;

namespace Percentage_specs;
namespace Percentage_specs;

public class Is_valid_for
{
Expand Down
2 changes: 1 addition & 1 deletion src/Qowaiv.Data.SqlClient/Qowaiv.Data.SqlClient.csproj
Expand Up @@ -38,8 +38,8 @@ v6.0.0
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Qowaiv\Qowaiv.csproj" />
<ProjectReference Include="..\..\src\Qowaiv.Diagnostics.Contracts\Qowaiv.Diagnostics.Contracts.csproj" PrivateAssets="all" IncludeAssets="compiler" />
<ProjectReference Include="..\Qowaiv\Qowaiv.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion src/Qowaiv/Identifiers/Id.cs
Expand Up @@ -249,7 +249,6 @@ void IXmlSerializable.WriteXml(XmlWriter writer)
/// The format provider.
/// </param>
/// <returns>
/// <returns>
/// The parsed identifier.
/// </returns>
/// <exception cref="FormatException">
Expand Down

0 comments on commit 915f053

Please sign in to comment.