Skip to content

Commit

Permalink
Bumped version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Wijkström authored Jan 20, 2023
1 parent 52582b5 commit 4c59390
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions src/GitBranchView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
using System.Reflection;
using System.Runtime.InteropServices;

// 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("Git Branch View")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Git Branch View")]
[assembly: AssemblyCopyright("Copyright © Mattias Wijkström 2021")]
[assembly: AssemblyCopyright("Copyright © Mattias Wijkström 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("24381543-d19c-40f8-87ea-7c6395b84a56")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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("2.3.*")]
[assembly: AssemblyVersion("2.4.*")]

0 comments on commit 4c59390

Please sign in to comment.