Skip to content

Commit 72dadd6

Browse files
committed
Update file version
1 parent cebfac2 commit 72dadd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Main/src/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("CodeJam.Main")]
9-
[assembly: AssemblyDescription("")]
9+
[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")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("RSDN")]
1212
[assembly: AssemblyProduct("CodeJam.Main")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2016-2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.4.*")]
36+
[assembly: AssemblyFileVersion("1.4.0.0")]
3737

3838
[assembly: InternalsVisibleTo("CodeJam-Tests, PublicKey=" +
3939
"00240000048000009400000006020000002400005253413100040000010001000de1c523b74719" +

0 commit comments

Comments
 (0)