Skip to content

Commit b5e1e80

Browse files
committed
rebranding
1 parent 367d3ba commit b5e1e80

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

src/NetArchTest.Rules/NetArchTest.Rules.csproj

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,33 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.3.2</Version>
6-
<Authors>Ben Morris</Authors>
7-
<Product>NetArchTest</Product>
5+
<Version>1.3.3</Version>
6+
<Authors>NeVeSpl</Authors>
7+
<Product>NetArchTest.eNhancedEdition </Product>
88
<Description>A fluent API for .Net Standard that can enforce architectural rules in unit tests.</Description>
9-
<Copyright>Copyright (c) 2021 Ben Morris</Copyright>
10-
<PackageLicense>https://github.com/BenMorris/NetArchTest/blob/master/LICENSE</PackageLicense>
11-
<PackageProjectUrl>https://www.ben-morris.com/writing-archunit-style-tests-for-net-and-c-for-self-testing-architectures/</PackageProjectUrl>
12-
<PackageIcon>bm-nuget-icon.png</PackageIcon>
13-
<RepositoryUrl>https://github.com/BenMorris/NetArchTest</RepositoryUrl>
9+
<Copyright>(c) NetArchTest.eNhancedEdition</Copyright>
10+
<PackageLicense>https://github.com/NeVeSpl/NetArchTest.eNhancedEdition/blob/master/LICENSE</PackageLicense>
11+
<PackageProjectUrl>https://github.com/NeVeSpl/NetArchTest.eNhancedEdition</PackageProjectUrl>
12+
<PackageIcon>icon.png</PackageIcon>
13+
<RepositoryUrl>https://github.com/NeVeSpl/NetArchTest.eNhancedEdition</RepositoryUrl>
1414
<PackageTags>test architecture dependencies archtest</PackageTags>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17-
<AssemblyVersion>1.3.1.0</AssemblyVersion>
18-
<FileVersion>1.3.1.0</FileVersion>
17+
<AssemblyVersion>1.3.3.0</AssemblyVersion>
18+
<FileVersion>1.3.3.0</FileVersion>
19+
<PackageId>NetArchTest.eNhancedEdition </PackageId>
20+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1921
</PropertyGroup>
2022

2123
<ItemGroup>
2224
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
2325
</ItemGroup>
2426

2527
<ItemGroup>
26-
<None Include="bm-nuget-icon.png" Pack="true" PackagePath="" />
28+
<None Update="icon.png">
29+
<Pack>True</Pack>
30+
<PackagePath>\</PackagePath>
31+
</None>
2732
</ItemGroup>
2833

2934
</Project>
-3.54 KB
Binary file not shown.

src/NetArchTest.Rules/icon.png

2.54 KB
Loading

0 commit comments

Comments
 (0)