Skip to content

Commit

Permalink
Merge pull request #11 from DHancock/update
Browse files Browse the repository at this point in the history
Update AssemblyInfo.cs
  • Loading branch information
DHancock authored May 29, 2019
2 parents 9059676 + e269d2e commit 2351f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Countdown/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,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("3.2.*")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.3.*")]
[assembly: AssemblyFileVersion("3.3.0.0")]

// make internal types visible to unit test project
[assembly: InternalsVisibleTo("Countdown.UnitTests")]
Expand Down

0 comments on commit 2351f77

Please sign in to comment.