Skip to content

Commit

Permalink
V9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jefffleming committed Sep 12, 2024
1 parent 1e8edac commit f8917fa
Show file tree
Hide file tree
Showing 14 changed files with 15,618 additions and 7 deletions.
1 change: 1 addition & 0 deletions ApplicationEvents.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

7,070 changes: 7,070 additions & 0 deletions Form1.Designer.cs

Large diffs are not rendered by default.

7,417 changes: 7,417 additions & 0 deletions Form1.cs

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions My Project/Application.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions My Project/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
using System;
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.

// Review the values of the assembly attributes

[assembly: AssemblyTitle("SpineLabeler")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("ExL")]
[assembly: AssemblyProduct("SpineLabeler")]
[assembly: AssemblyCopyright("Copyright © ExL 2021")]
[assembly: AssemblyTrademark("")]

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1484cda4-59c0-4bbe-ad75-b0f5f22fb90e")]

// 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("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
38 changes: 38 additions & 0 deletions My Project/MyNamespace.Dynamic.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8917fa

Please sign in to comment.