|
7 | 7 |
|
8 | 8 | <PropertyGroup>
|
9 | 9 | <IncludeSymbols>true</IncludeSymbols>
|
| 10 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
10 | 11 | <Title>FakeItEasy.AutoFakeIt</Title>
|
11 | 12 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
12 | 13 | <DocumentationFile>bin\$(Configuration)\FakeItEasy.AutoFakeIt.xml</DocumentationFile>
|
13 |
| - <Version>1.0.0</Version> |
| 14 | + <Version>1.0.1</Version> |
14 | 15 | <Authors>Mahmoud Ali</Authors>
|
15 | 16 | <Description>A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.</Description>
|
16 | 17 | <PackageProjectUrl>https://github.com/akamud/FakeItEasy.AutoFakeIt</PackageProjectUrl>
|
17 | 18 | <RepositoryUrl>https://github.com/akamud/FakeItEasy.AutoFakeIt</RepositoryUrl>
|
18 | 19 | <RepositoryType>Git</RepositoryType>
|
19 | 20 | <PackageTags>fakeiteasy, unit-testing, nunit, xunit, mstest</PackageTags>
|
20 | 21 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
21 |
| - <Company /> |
| 22 | + <Company/> |
| 23 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 24 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 25 | + <DebugType>embedded</DebugType> |
| 26 | + </PropertyGroup> |
| 27 | + |
| 28 | + <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
| 29 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 30 | + </PropertyGroup> |
| 31 | + |
| 32 | + <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
| 33 | + <DebugSymbols>true</DebugSymbols> |
22 | 34 | </PropertyGroup>
|
23 | 35 | <ItemGroup>
|
24 |
| - <PackageReference Include="FakeItEasy" Version="4.0.0" /> |
| 36 | + <PackageReference Include="FakeItEasy" Version="4.0.0"/> |
| 37 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> |
25 | 38 | </ItemGroup>
|
26 | 39 | </Project>
|
0 commit comments