Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

Commit 082135e

Browse files
authored
Merge pull request #25 from SixLabors/fix-content-inpacakge
Fix content inpacakge
2 parents 26d7abf + 371f264 commit 082135e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66

77
before_build:
88
- cmd: dotnet --version
9-
- ps: gitversion /l console /output buildserver
9+
- ps: c:\ProgramData\chocolatey\lib\gitversion.portable\tools\gitversion.exe /l console /output buildserver
1010

1111
build_script:
1212
- cmd: build.cmd

gitversion.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,23 @@ branches:
99
increment: Minor
1010
prevent-increment-of-merged-branch-version: false
1111
track-merge-target: true
12+
pull-request:
13+
regex: (pull|pull\-requests|pr)[/-]
14+
mode: ContinuousDelivery
15+
tag: PullRequest
16+
increment: Inherit
17+
prevent-increment-of-merged-branch-version: false
18+
tag-number-pattern: '[/-](?<number>\d+)[-/]'
19+
track-merge-target: false
20+
tracks-release-branches: false
21+
is-release-branch: false
22+
otherbranches:
23+
regex: '.*'
24+
mode: ContinuousDeployment
25+
tag: ci
26+
increment: Patch
27+
prevent-increment-of-merged-branch-version: false
28+
track-merge-target: true
29+
is-release-branch: false
1230
ignore:
1331
sha: []

src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0001" />
37+
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0002" />
3838
</ItemGroup>
3939

4040
<ItemGroup>

src/SixLabors.Shapes/SixLabors.Shapes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Its a fully manged netstandard library so should work everywhere.</Description>
3535
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
3636
</ItemGroup>
3737
<ItemGroup>
38-
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0002" />
38+
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0003" />
3939
<PackageReference Include="System.Buffers" Version="4.4.0" />
4040
</ItemGroup>
4141

0 commit comments

Comments
 (0)