Skip to content

Commit dd08d72

Browse files
committed
Maintain project
- Update .NET SDK on CI - Update Ruby on CI - Embed icon to the NuGet package
1 parent c782018 commit dd08d72

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: csharp
22
dist: xenial
3-
dotnet: 2.1.502
3+
dotnet: 5.0.100
44
mono: none
5-
env: CONFIGURATION=Release FRAMEWORK=netcoreapp2.1
5+
env: CONFIGURATION=Release FRAMEWORK=net5.0
66

77
before_script:
88
- dotnet --info

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
os: Visual Studio 2017
1+
os: Visual Studio 2019
22
build: off
33

44
environment:
55
CONFIGURATION: Release
66

77
install:
8-
- set PATH=C:\Ruby22\bin;%PATH%
8+
- set PATH=C:\Ruby25\bin;%PATH%
99
- bundle install
1010

1111
before_test:

src/NSubstitute/NSubstitute.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
<AssemblyName>NSubstitute</AssemblyName>
88
<PackageId>NSubstitute</PackageId>
99
<PackageTags>mocking;mocks;testing;unit-testing;TDD;AAA</PackageTags>
10-
<PackageIconUrl>https://nsubstitute.github.io/images/nsubstitute-100x100.png</PackageIconUrl>
10+
<PackageIcon>icon.png</PackageIcon>
1111
<PackageProjectUrl>https://nsubstitute.github.io/</PackageProjectUrl>
1212
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
1313
</PropertyGroup>
14+
<ItemGroup>
15+
<None Include="..\..\docs\images\nsubstitute-100x100.png" Pack="true" PackagePath="icon.png" Visible="false" />
16+
</ItemGroup>
1417

1518
<PropertyGroup>
1619
<TargetFrameworks>netstandard1.3;netstandard2.0;net45;net46;net5.0</TargetFrameworks>

0 commit comments

Comments
 (0)