Skip to content

Commit

Permalink
bump extension to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Jul 29, 2019
1 parent 2266af2 commit 2ee3bb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>1.3.7</Version>
<Version>1.4.0</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType></DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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="Xamarin.Forms.HotReload.Extension.1c85dca9-c435-4538-a29a-5e08929f4abc" Version="1.3.7"
<Identity Id="Xamarin.Forms.HotReload.Extension.1c85dca9-c435-4538-a29a-5e08929f4abc" Version="1.4.0"
Language="en-US" Publisher="Stanislav Bavtovich" />
<DisplayName>HotReload for Xamarin.Forms</DisplayName>
<Description xml:space="preserve">Visual Studio extension for Xamarin.Forms.HotReload.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class SharedGlobals
{
//Package defining constants.
public const string PackageCollectionPath = "HotReloadExtension";
public const string AppVersion = "1.3.7";
public const string AppVersion = "1.4.0";

//Settings store keys.
public const string SavePreferencesPath = "SavePreferences";
Expand Down

0 comments on commit 2ee3bb0

Please sign in to comment.