Skip to content

Commit

Permalink
Release 2.0.0.342
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskal committed Dec 14, 2017
1 parent 8e1aa0f commit bc70142
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

[assembly: AssemblyConfiguration("Debug")]

[assembly: AssemblyDescription("Flavor=Debug")] // a.k.a. "Comments"
[assembly: AssemblyDescription("Build: 2017.12.14")]

#else

Expand Down Expand Up @@ -63,7 +63,7 @@

// automated build process.

[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyVersion("2.0.0.0")]


// By default, the "Product version" shown in the file properties window is
Expand All @@ -76,4 +76,5 @@

// properties window matches the version displayed in the GAC shell extension.

[assembly: AssemblyInformationalVersion("1.0.0.1")] // a.k.a. "Product version"
[assembly: AssemblyInformationalVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit bc70142

Please sign in to comment.