|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <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> |
8 | 8 | <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> |
14 | 14 | <PackageTags>test architecture dependencies archtest</PackageTags> |
15 | 15 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
16 | 16 | <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> |
19 | 21 | </PropertyGroup> |
20 | 22 |
|
21 | 23 | <ItemGroup> |
22 | 24 | <PackageReference Include="Mono.Cecil" Version="0.11.3" /> |
23 | 25 | </ItemGroup> |
24 | 26 |
|
25 | 27 | <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> |
27 | 32 | </ItemGroup> |
28 | 33 |
|
29 | 34 | </Project> |
0 commit comments