Skip to content

Commit

Permalink
Bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdstel committed Dec 12, 2019
1 parent 6a95a80 commit 628f26a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scrcpy-vs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
2 changes: 1 addition & 1 deletion scrcpy-vs/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="scrcpy-vs.dc2f8ff9-ed86-419d-8b82-5400c90cef8f" Version="0.5" Language="en-US" Publisher="Paul" />
<Identity Id="scrcpy-vs.dc2f8ff9-ed86-419d-8b82-5400c90cef8f" Version="0.5.1" Language="en-US" Publisher="Paul" />
<DisplayName>scrcpy for Visual Studio</DisplayName>
<Description xml:space="preserve">A scrcpy wrapper for Visual Studio. Mirror and control your Android device from within Visual Studio.</Description>
<MoreInfo>https://github.com/pvdstel/scrcpy-vs</MoreInfo>
Expand Down

0 comments on commit 628f26a

Please sign in to comment.