Skip to content

Commit

Permalink
Bump to version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ceztko committed Nov 17, 2015
1 parent 33c4552 commit 16138de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Solution Configuration Name 1.0.5
---------------------------------
* Support for Visual Studio 2015

Solution Configuration Name 1.0.4
---------------------------------
* Safer projects marked as dirty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<?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="f8b7f761-0afd-47d2-8f62-136c7dc50973" Version="1.0.4" Language="en-US" Publisher="Francesco Pretto" />
<Identity Id="f8b7f761-0afd-47d2-8f62-136c7dc50973" Version="1.0.5" Language="en-US" Publisher="Francesco Pretto" />
<DisplayName>Solution Configuration Name</DisplayName>
<Description xml:space="preserve">A Visual Studio extension that sets SolutionConfiguration and SolutionPlatform build macros</Description>
<License>LICENSE.txt</License>
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,14.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,14.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[14.0,15.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5.1,)" />
Expand Down
4 changes: 2 additions & 2 deletions SolutionConfigurationName/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]



0 comments on commit 16138de

Please sign in to comment.