Skip to content

Commit

Permalink
Version change to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balazssimon committed Feb 16, 2016
1 parent 48d2991 commit d5b26da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Src/Main/MetaDslx.Compiler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyInformationalVersion("0.3 alpha")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4 alpha")]

[assembly: System.CLSCompliant(false)]
6 changes: 3 additions & 3 deletions Src/Main/MetaDslx.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyInformationalVersion("0.3 alpha")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4 alpha")]
6 changes: 3 additions & 3 deletions Src/Main/MetaDslx.VisualStudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyInformationalVersion("0.3 alpha")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4 alpha")]
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="MetaDslx.VisualStudio.Balazs Simon.66590322-fee5-42b2-a52a-a674780b8ef6" Version="0.3" Language="en-US" Publisher="Balazs Simon" />
<Identity Id="MetaDslx.VisualStudio.Balazs Simon.66590322-fee5-42b2-a52a-a674780b8ef6" Version="0.4" Language="en-US" Publisher="Balazs Simon" />
<DisplayName>MetaDslx Extension for Visual Studio</DisplayName>
<Description xml:space="preserve">A metamodel, compiler and template-based code generator framework for Visual Studio</Description>
</Metadata>
Expand Down

0 comments on commit d5b26da

Please sign in to comment.