Skip to content

Commit aa8ba2d

Browse files
committed
Fix deployment url
1 parent 1bf2299 commit aa8ba2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Template.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ProjectGuid>{609D7AF6-7733-4592-9231-09953724964D}</ProjectGuid>
3535
<OutputType>Library</OutputType>
3636
<RootNamespace>Template</RootNamespace>
37-
<AssemblyName>React Starter Kit v0.1.0</AssemblyName>
37+
<AssemblyName>React Starter Kit v0.1.1</AssemblyName>
3838
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
3939
<GeneratePkgDefFile>false</GeneratePkgDefFile>
4040
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>

source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="React.ac7a1cb7-d232-4201-8d32-9f8b655ccd0c" Version="0.1.0" Language="en-US" Publisher="Konstantin Tarkus" />
4+
<Identity Id="React.ac7a1cb7-d232-4201-8d32-9f8b655ccd0c" Version="0.1.1" Language="en-US" Publisher="Konstantin Tarkus" />
55
<DisplayName>React Starter Kit</DisplayName>
66
<Description xml:space="preserve">Web application front-end starter kit built with Facebook React, jQuery, Bootstrap. It is a cross-platform project template powered by Node.js-based development tools (Gulp, Webpack, Karma, Protractor).</Description>
77
<MoreInfo>https://github.com/kriasoft/React-Seed</MoreInfo>

0 commit comments

Comments
 (0)