-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReferencesRuler.nuspec
More file actions
32 lines (32 loc) · 1.74 KB
/
ReferencesRuler.nuspec
File metadata and controls
32 lines (32 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package>
<metadata minClientVersion="4.3">
<id>ReferencesRuler</id>
<title>Project references ruler</title>
<version>1.3.2</version>
<authors>Boško Stupar</authors>
<owners>bosko.stupar, DigitecGalaxus</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/DigitecGalaxus/ProjectsRuler</projectUrl>
<icon>images\logo.png</icon>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Governance library for writing unit tests to check for forbidden .csproj references.</summary>
<description>Governance library for writing unit tests to check for forbidden .csproj references.
It allows the developer to write declarative rules to steer the architecture within the same (monolithic) application.
It relies on having the source code around when running unit tests.</description>
<language>en-US</language>
<repository type="git" url="https://github.com/DigitecGalaxus/ProjectsRuler.git" branch="master"/>
<tags>governance architecture dotnet dotnetcore unittest rules references digitec galaxus digitecgalaxus</tags>
<copyright>2019-2026 Digitec Galaxus AG</copyright>
<releaseNotes>Fixed a bug where the library crashed if someone used ProjectReference Remove=.</releaseNotes>
<dependencies>
<group targetFramework=".netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="ProjectReferencesRuler\bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="README.md" target="" />
<file src="logo.png" target="images\logo.png"/>
</files>
</package>