Skip to content

Commit 2bed0f7

Browse files
committed
add package metadata
1 parent aba9687 commit 2bed0f7

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

FluentAssertions.Reactive.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 16.0.30330.147
55
MinimumVisualStudioVersion = 15.0.26124.0
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{00D5194F-4335-4B15-B486-7DB272B65547}"
7+
ProjectSection(SolutionItems) = preProject
8+
Src\FluentAssertions.png = Src\FluentAssertions.png
9+
EndProjectSection
710
EndProject
811
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Reactive", "Src\FluentAssertions.Reactive\FluentAssertions.Reactive.csproj", "{FBBA1F0F-2782-4C58-9F66-2CFCBAF043C2}"
912
EndProject

Src/FluentAssertions.Reactive/FluentAssertions.Reactive.csproj

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
</PropertyGroup>
8+
9+
<PropertyGroup>
10+
<Authors>Alexander Rose</Authors>
11+
<PackageDescription>
12+
An extension to use FluidAssertions to test code using the System.Reactive library
13+
</PackageDescription>
14+
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.reactive</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageTags>MSTest2;xUnit;NUnit;MSpec;NSpec;TDD;BDD;Fluent;netcore;netstandard;uwp;Reactive</PackageTags>
17+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
18+
<PackageIcon>FluentAssertions.png</PackageIcon>
19+
<LangVersion>8.0</LangVersion>
520
</PropertyGroup>
621

722
<ItemGroup>
@@ -10,12 +25,17 @@
1025
</ItemGroup>
1126

1227
<ItemGroup>
13-
<PackageReference Update="GitVersionTask" Version="5.3.4">
28+
<PackageReference Include="GitVersionTask" Version="5.3.7">
1429
<PrivateAssets>all</PrivateAssets>
1530
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1631
</PackageReference>
1732
</ItemGroup>
1833

34+
<ItemGroup>
35+
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
36+
<None Include="..\FluentAssertions.png" Pack="true" Visible="false" PackagePath="" />
37+
</ItemGroup>
38+
1939
<PropertyGroup Condition=" '$(GitVersion_SemVer)' != ''">
2040
<GetVersion>false</GetVersion>
2141
<WriteVersionInfoToBuildLog>false</WriteVersionInfoToBuildLog>

Src/FluentAssertions.png

9.97 KB
Loading

0 commit comments

Comments
 (0)