Skip to content

Commit

Permalink
Attempting to fix autobuild system
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiB committed Sep 3, 2022
1 parent b26d843 commit 713cec5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
36 changes: 36 additions & 0 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
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("GDStoSVG")]
[assembly: AssemblyDescription("IC Layout Database to Vector Graphics Converter")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CaiB")]
[assembly: AssemblyProduct("GDStoSVG")]
[assembly: AssemblyCopyright("Copyright © Cai B 2022")]
[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("c015b7d0-29e3-4cc0-be85-7341e10dcf5b")]

// 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("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 0.1.0.{build}
image: Visual Studio 2022
version: 0.2.0.{build}
branches:
only:
- master
Expand Down

0 comments on commit 713cec5

Please sign in to comment.