Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 7afd164

Browse files
committed
0.5 release time.
1 parent d7106f9 commit 7afd164

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For full installation instructions for Mono 4.x and .NET Core, including configu
7575

7676
MIT license
7777

78-
Copyright (c) 2016-2018 Ian Auty
78+
Copyright (c) 2016-2019 Ian Auty
7979

8080
Raspberry Pi is a trademark of the Raspberry Pi Foundation
8181

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_build:
1515
- dotnet restore src\MMALSharp\MMALSharp.csproj
1616
- dotnet restore src\MMALSharp.Common\MMALSharp.Common.csproj
1717
- dotnet restore src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj
18+
- dotnet restore src\MMALSharp.Processing\MMALSharp.Processing.csproj
1819
- dotnet restore tests\MMALSharp.Tests\MMALSharp.Tests.csproj
1920

2021
test: off
@@ -35,6 +36,7 @@ test: off
3536
- dotnet pack .\src\MMALSharp\MMALSharp.csproj -c %CONFIGURATION% --version-suffix %APPVEYOR_BUILD_NUMBER%
3637
- dotnet pack .\src\MMALSharp.Common\MMALSharp.Common.csproj -c %CONFIGURATION% --version-suffix %APPVEYOR_BUILD_NUMBER%
3738
- dotnet pack .\src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj -c %CONFIGURATION% --version-suffix %APPVEYOR_BUILD_NUMBER%
39+
- dotnet pack .\src\MMALSharp.Processing\MMALSharp.Processing.csproj -c %CONFIGURATION% --version-suffix %APPVEYOR_BUILD_NUMBER%
3840

3941
deploy:
4042
# MyGet Deployment for builds & releases
@@ -63,6 +65,7 @@ test: off
6365
- dotnet pack .\src\MMALSharp\MMALSharp.csproj -c %CONFIGURATION%
6466
- dotnet pack .\src\MMALSharp.Common\MMALSharp.Common.csproj -c %CONFIGURATION%
6567
- dotnet pack .\src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj -c %CONFIGURATION%
68+
- dotnet pack .\src\MMALSharp.Processing\MMALSharp.Processing.csproj -c %CONFIGURATION%
6669

6770
deploy:
6871
# NuGet deployment

src/MMALSharp.Common/MMALSharp.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>MMALSharp.Common</AssemblyName>
77
<PackageId>MMALSharp.Common</PackageId>
88
<RootNamespace>MMALSharp.Common</RootNamespace>
9-
<Copyright>Ian Auty (c) 2016-2018</Copyright>
9+
<Copyright>Ian Auty (c) 2016-2019</Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
<Authors>Ian Auty</Authors>
1212
<PackageTags>raspberry-pi</PackageTags>

src/MMALSharp.FFmpeg/MMALSharp.FFmpeg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>MMALSharp.FFmpeg</AssemblyName>
77
<PackageId>MMALSharp.FFmpeg</PackageId>
88
<RootNamespace>MMALSharp</RootNamespace>
9-
<Copyright>Ian Auty (c) 2016-2018</Copyright>
9+
<Copyright>Ian Auty (c) 2016-2019</Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
<Authors>Ian Auty</Authors>
1212
<PackageTags>raspberry-pi</PackageTags>

src/MMALSharp.Processing/MMALSharp.Processing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>MMALSharp.Processing</AssemblyName>
88
<PackageId>MMALSharp.Processing</PackageId>
99
<RootNamespace>MMALSharp</RootNamespace>
10-
<Copyright>Ian Auty (c) 2016-2018</Copyright>
10+
<Copyright>Ian Auty (c) 2016-2019</Copyright>
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<Authors>Ian Auty</Authors>
1313
<PackageTags>raspberry-pi</PackageTags>

src/MMALSharp/MMALSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>MMALSharp</AssemblyName>
77
<PackageId>MMALSharp</PackageId>
88
<RootNamespace>MMALSharp</RootNamespace>
9-
<Copyright>Ian Auty (c) 2016-2018</Copyright>
9+
<Copyright>Ian Auty (c) 2016-2019</Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
<Authors>Ian Auty</Authors>
1212
<PackageTags>raspberry-pi</PackageTags>

0 commit comments

Comments
 (0)