Skip to content

Commit

Permalink
Bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ceztko committed Mar 12, 2014
1 parent db69107 commit 46d848e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ Solution Configuration Name 1.0
-------------------------------
* First release

Solution Configuration Name 1.0.2
Solution Configuration Name 1.0.2
---------------------------------
* Fixed projects marked as dirty
* Fixed not all projects were scanned

Solution Configuration Name 1.0.3
---------------------------------
* Fixed/better early setting of the macro (especially on VS2010)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="9ee835eb-ea7d-484c-ba9d-7db69079e0c8">
<Name>Solution Configuration Name</Name>
<Author>Francesco Pretto</Author>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Description xml:space="preserve">A Visual Studio extension that sets SolutionConfiguration and SolutionPlatform build macros</Description>
<Locale>1033</Locale>
<License>LICENSE</License>
Expand Down
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="f8b7f761-0afd-47d2-8f62-136c7dc50973" Version="1.0.2" Language="en-US" Publisher="Francesco Pretto" />
<Identity Id="f8b7f761-0afd-47d2-8f62-136c7dc50973" Version="1.0.3" 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</License>
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.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]



0 comments on commit 46d848e

Please sign in to comment.