Skip to content

Commit

Permalink
[sdmap.vstool] update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 11, 2017
1 parent d31ce00 commit 4723acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sdmap/src/sdmap.vstool/sdmap.vstool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ProjectGuid>{13776823-ACE7-4138-9A72-8E3C6AEBD7FB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>sdmap.vstool</RootNamespace>
<RootNamespace>sdmap.Vstool</RootNamespace>
<AssemblyName>sdmap.vstool</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
Expand All @@ -33,7 +33,8 @@
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<WarningLevel>1</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion sdmap/src/sdmap.vstool/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="sdmap.vstool.sdcb.e19a593c-36ce-4a09-b4d9-63af7887887f" Version="0.8.2" Language="en-US" Publisher="sdcb" />
<Identity Id="sdmap.vstool.sdcb.e19a593c-36ce-4a09-b4d9-63af7887887f" Version="0.9.0" Language="en-US" Publisher="sdcb" />
<DisplayName>sdmap.vstool</DisplayName>
<Description xml:space="preserve">Visual Studio tool for sdmap.</Description>
<MoreInfo>https://github.com/sdcb/sdmap</MoreInfo>
Expand Down

0 comments on commit 4723acd

Please sign in to comment.