Skip to content

Commit

Permalink
TFS sync 1676
Browse files Browse the repository at this point in the history
  • Loading branch information
miloush committed Feb 21, 2024
1 parent 0b3d3e0 commit bcab91f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions OpenType Inspector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OpenType Inspector")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A tool for exploring OpenType files")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("OpenTypeInspector")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright © Jan Kučera 2012-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,22 @@
// 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")]

// 2.0.0.0
// New features:
// - search by characters
// - type characters
// - preserve view filters on font change
// - Alt+X support in character search
// - stop loading fonts on folder change
// - initial GDEF and GPOS support
// - glyph classes
// - 15.1 character names
// - copy file paths from context menu
// - allow dropping fonts without OT features
// Bug fixes:
// - glyph based GSUB crash
// - Search filter surrogates
// - chaining substitutions crash
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit bcab91f

Please sign in to comment.