Skip to content

Commit

Permalink
Added patch version. Updated assembly info.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyonico committed Aug 3, 2018
1 parent a6b782e commit 63d687e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CustomAvatar/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public string Name

public string Version
{
get { return "3.0-beta"; }
get { return "3.0.0-beta"; }
}

public static void Log(string message)
Expand Down
10 changes: 5 additions & 5 deletions CustomAvatar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// 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("CustomAvatars2")]
[assembly: AssemblyTitle("CustomAvatar")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CustomAvatars2")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyProduct("CustomAvatar")]
[assembly: AssemblyCopyright("Copyright © xyonico 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]

0 comments on commit 63d687e

Please sign in to comment.