Re-add version attributes to AssemblyInfo.cs

This commit is contained in:
Michael Ganss
2015-11-04 12:43:06 +01:00
parent 413056da79
commit 1d696f705d

View File

@@ -22,4 +22,7 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("16af04e9-e712-417e-b749-c8d10148dda9")]
// assembly version information will be set by AppVeyor
// assembly version information will be reset by AppVeyor
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]