Skip to content

Commit

Permalink
Update file version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Jun 18, 2017
1 parent cebfac2 commit 72dadd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Main/src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CodeJam.Main")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("RSDN")]
[assembly: AssemblyProduct("CodeJam.Main")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2016-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.4.*")]
[assembly: AssemblyFileVersion("1.4.0.0")]

[assembly: InternalsVisibleTo("CodeJam-Tests, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001000de1c523b74719" +
Expand Down

0 comments on commit 72dadd6

Please sign in to comment.