Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Nov 27, 2023
1 parent ccdff05 commit 0d7ae3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sources/NetArchTest/NetArchTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.3.9</Version>
<Version>1.4.0</Version>
<Authors>NeVeSpl</Authors>
<Product>NetArchTest.eNhancedEdition </Product>
<Description>A fluent API for .Net Standard that can enforce architectural rules in unit tests. Improved version, built upon NetArchTest.Rules v1.3.2.</Description>
Expand All @@ -17,8 +17,16 @@
<PackageId>NetArchTest.eNhancedEdition </PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>10</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.5" />
</ItemGroup>
Expand Down

0 comments on commit 0d7ae3b

Please sign in to comment.