Skip to content

Commit

Permalink
Updating AssemblyVersion and AssemblyFileVersion attributes from 1.0.…
Browse files Browse the repository at this point in the history
…0.0 to 1.0.1.0.
  • Loading branch information
stevenvolckaert committed May 9, 2016
1 parent 4510246 commit a34bc51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguageAttribute("en-US")]

Expand Down

0 comments on commit a34bc51

Please sign in to comment.