Skip to content

Commit

Permalink
Set version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Jan 14, 2015
1 parent 68c023f commit d1a0893
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Detail of supported commands
============
## Documentation produced for DelegateDecompiler, version 1.0.0.0 on Tuesday, 13 January 2015 14:26
## Documentation produced for DelegateDecompiler, version 0.15.0 on Wednesday, 14 January 2015 21:00

This file documents what linq commands **DelegateDecompiler** supports when
working with [Entity Framework v6.1](http://msdn.microsoft.com/en-us/data/aa937723) (EF).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Detail With Sql of supported commands
============
## Documentation produced for DelegateDecompiler, version 1.0.0.0 on Tuesday, 13 January 2015 14:26
## Documentation produced for DelegateDecompiler, version 0.15.0 on Wednesday, 14 January 2015 21:00

This file documents what linq commands **DelegateDecompiler** supports when
working with [Entity Framework v6.1](http://msdn.microsoft.com/en-us/data/aa937723) (EF).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary of supported commands
============
## Documentation produced for DelegateDecompiler, version 1.0.0.0 on Tuesday, 13 January 2015 14:26
## Documentation produced for DelegateDecompiler, version 0.15.0 on Wednesday, 14 January 2015 21:00

This file documents what linq commands **DelegateDecompiler** supports when
working with [Entity Framework v6.1](http://msdn.microsoft.com/en-us/data/aa937723) (EF).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Reflection;
Expand Down Expand Up @@ -143,7 +144,7 @@ private static StringBuilder BuildHeaderAsMarkup(OutputVersions version)

sb.AppendFormat(CultureInfo.InvariantCulture, "## Documentation produced for {0}, version {1} on {2:f}\n",
delegateDecompilerAssembly.GetName().Name,
delegateDecompilerAssembly.GetName().Version,
delegateDecompilerAssembly.GetCustomAttribute<AssemblyFileVersionAttribute>().Version,
DateTime.Now);

sb.Append(MarkupFileHelpers.SearchMarkupForSingleFileReturnContent(HeaderTestFilename));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.14.1")]
[assembly: AssemblyFileVersion("0.15.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>0.14.1</version>
<version>0.15.0</version>
<title>$title$</title>
<authors>Alexander Zaytsev</authors>
<owners>$author</owners>
Expand All @@ -17,7 +17,7 @@
<copyright>Copyright (c) Alexander Zaytsev 2014 - 2015</copyright>
<tags>LINQ computed-properties computedproperties decompiler decompilation computed properties expressions expression-tree IL</tags>
<dependencies>
<dependency id="DelegateDecompiler" version="0.14.1" />
<dependency id="DelegateDecompiler" version="0.15.0" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.14.1")]
[assembly: AssemblyFileVersion("0.15.0")]
2 changes: 1 addition & 1 deletion src/DelegateDecompiler.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.14.1")]
[assembly: AssemblyFileVersion("0.15.0")]
2 changes: 1 addition & 1 deletion src/DelegateDecompiler/DelegateDecompiler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>0.14.1</version>
<version>0.15.0</version>
<title>$title$</title>
<authors>Alexander Zaytsev</authors>
<owners>$author</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/DelegateDecompiler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.14.1")]
[assembly: AssemblyFileVersion("0.15.0")]
[assembly: InternalsVisibleTo("DelegateDecompiler.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c96a47f445d38b9b23cbf52e405743481cb9bd2df4672ad6494abcdeb9daf5588eb6159cc88af5fd5a18cece1f05ecb3ddba4b6329535438f4d173f2b769c4715c136ce65c2f25e7360916737056bca40bee22ab2f178af4c5fdc0e5051a6b2630f31447885eb4f5273271c56bd7b8fb240ab453635a79ec2d8aae4a58a6439f")]
[assembly: InternalsVisibleTo("DelegateDecompiler.EntityFramework, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c96a47f445d38b9b23cbf52e405743481cb9bd2df4672ad6494abcdeb9daf5588eb6159cc88af5fd5a18cece1f05ecb3ddba4b6329535438f4d173f2b769c4715c136ce65c2f25e7360916737056bca40bee22ab2f178af4c5fdc0e5051a6b2630f31447885eb4f5273271c56bd7b8fb240ab453635a79ec2d8aae4a58a6439f")]

0 comments on commit d1a0893

Please sign in to comment.