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

Commit 8610c0d

Browse files
committed
0.5.1 release.
1 parent eb18e56 commit 8610c0d

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/r3o4bqxektnulw7l?svg=true)](https://ci.appveyor.com/project/techyian/mmalsharp)
44
[![Join the chat at https://gitter.im/MMALSharp/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MMALSharp/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
55

6+
**If you like this project, please support it by giving it a**
7+
<a class="github-button" href="https://github.com/techyian/MMALSharp" data-icon="octicon-star" data-show-count="true" aria-label="Star techyian/MMALSharp on GitHub">Star</a>
8+
69
MMALSharp is an unofficial C# API for the Raspberry Pi camera. Under the hood, MMALSharp makes use of the native MMAL interface designed by Broadcom.
710

811
MMALSharp supports the following runtimes:

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Dev
22
-
3-
version: '0.5.0.{build}'
3+
version: '0.5.1.{build}'
44

55
# prevent the double build when a branch has an active PR
66
skip_branch_with_pr: true
@@ -50,7 +50,7 @@
5050
#Release
5151
-
5252

53-
version: '0.5.0.{build}'
53+
version: '0.5.1.{build}'
5454

5555
# prevent the double build when a branch has an active PR
5656
skip_branch_with_pr: true

src/MMALSharp.Common/MMALSharp.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseUrl>https://github.com/techyian/MMALSharp/blob/dev/LICENSE.txt</PackageLicenseUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/techyian/MMALSharp</RepositoryUrl>
17-
<VersionPrefix>0.5.0</VersionPrefix>
17+
<VersionPrefix>0.5.1</VersionPrefix>
1818
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2020
</PropertyGroup>

src/MMALSharp.Processing/MMALSharp.Processing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageLicenseUrl>https://github.com/techyian/MMALSharp/blob/dev/LICENSE.txt</PackageLicenseUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryUrl>https://github.com/techyian/MMALSharp</RepositoryUrl>
18-
<VersionPrefix>0.5.0</VersionPrefix>
18+
<VersionPrefix>0.5.1</VersionPrefix>
1919
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
2020
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2121
</PropertyGroup>

src/MMALSharp/MMALSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseUrl>https://github.com/techyian/MMALSharp/blob/dev/LICENSE.txt</PackageLicenseUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/techyian/MMALSharp</RepositoryUrl>
17-
<VersionPrefix>0.5.0</VersionPrefix>
17+
<VersionPrefix>0.5.1</VersionPrefix>
1818
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)