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

Commit f933082

Browse files
committed
Bump version 0.4.3.
1 parent 7b9e9e3 commit f933082

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.4.2.{build}'
1+
version: '0.4.3.{build}'
22

33
# prevent the double build when a branch has an active PR
44
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.4.2</VersionPrefix>
17+
<VersionPrefix>0.4.3</VersionPrefix>
1818
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2020
</PropertyGroup>

src/MMALSharp.FFmpeg/MMALSharp.FFmpeg.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.4.2</VersionPrefix>
17+
<VersionPrefix>0.4.3</VersionPrefix>
1818
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2020
</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.4.2</VersionPrefix>
17+
<VersionPrefix>0.4.3</VersionPrefix>
1818
<CodeAnalysisRuleSet>..\..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
1919
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)