Skip to content

Commit

Permalink
update source link
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jun 25, 2020
1 parent a2512b4 commit ae5f3fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ after_test:
- csmacnz.coveralls --useRelativePaths --multiple --input "opencover=test\KickStart.Autofac.Tests\coverage.opencover.xml;opencover=test\KickStart.AutoMapper.Tests\coverage.opencover.xml;opencover=test\KickStart.DependencyInjection.Tests\coverage.opencover.xml;opencover=test\KickStart.EntityChange.Tests\coverage.opencover.xml;opencover=test\KickStart.MongoDB.Tests\coverage.opencover.xml;opencover=test\KickStart.Ninject.Tests\coverage.opencover.xml;opencover=test\KickStart.SimpleInjector.Tests\coverage.opencover.xml;opencover=test\KickStart.Tests\coverage.opencover.xml;opencover=test\KickStart.Unity.Tests\coverage.opencover.xml"

artifacts:
- path: artifacts\*.nupkg
- path: artifacts\*.*nupkg
name: Packages

deploy:
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PropertyGroup Label="Package">
<Product>KickStart</Product>
<Description>Application start-up helper to initialize things like an IoC container, register mapping information or run a task.</Description>
<Copyright>Copyright © 2019 LoreSoft</Copyright>
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) LoreSoft</Copyright>
<Authors>LoreSoft</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>startup;bootstrap;bootstraper;ioc;container;initialization</PackageTags>
Expand Down
5 changes: 4 additions & 1 deletion build/sourcelink.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<Project>
<PropertyGroup>
<DebugType>Full</DebugType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SimpleInjector" Version="5.0.0" />
<PackageReference Include="SimpleInjector" Version="5.0.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="SimpleInjector" Version="5.0.0" />
<PackageReference Include="SimpleInjector" Version="5.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
</ItemGroup>
Expand Down

0 comments on commit ae5f3fb

Please sign in to comment.