Skip to content

Commit

Permalink
v2020.4.4.0000
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Apr 3, 2020
1 parent 697de0e commit 0227f47
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ApkManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ApkManager")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("APK Manager : Install Helper & File Renamer")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Harimurti.net")]
[assembly: AssemblyProduct("ApkManager")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +49,5 @@
// 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("2020.4.1.1333")]
[assembly: AssemblyFileVersion("2020.4.1.1333")]
[assembly: AssemblyVersion("2020.4.4.0000")]
[assembly: AssemblyFileVersion("2020.4.4.0000")]

0 comments on commit 0227f47

Please sign in to comment.