diff options
author | Michał Zimniewicz <michzimny@users.noreply.github.com> | 2017-02-25 22:39:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 22:39:59 +0100 |
commit | 00a15a32c5bb9d09b560c911373f9952e75fb0c3 (patch) | |
tree | 99636365c2aebbec4ca90307548e03a32a65e755 /Aktywator/Properties | |
parent | ad415aedefc4868787e16772af784a03d4a9d769 (diff) | |
parent | 183a2e900871f30313cd2540a7bfd8706f8fe723 (diff) |
Merge pull request #6 from emkael/hand-records-sections
Hand records per section
Diffstat (limited to 'Aktywator/Properties')
-rw-r--r-- | Aktywator/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index 6805b75..df9c1fc 100644 --- a/Aktywator/Properties/AssemblyInfo.cs +++ b/Aktywator/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Michał Zimniewicz")] [assembly: AssemblyProduct("Aktywator")] -[assembly: AssemblyCopyright("Copyright © 2011 Michał Zimniewicz")] +[assembly: AssemblyCopyright("Copyright © 2011-2016 Michał Zimniewicz")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.6.0")] +[assembly: AssemblyFileVersion("1.0.6.0")] |