Remove info from AssemblyInfo.cs (now in project.json)
Fix typo in project.json Remove AssemblyInfo.cs patching from appveyor.yml
This commit is contained in:
@@ -1,18 +1,6 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
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("HtmlSanitizer")]
|
|
||||||
[assembly: AssemblyDescription("Cleans HTML from constructs that can be used for cross site scripting (XSS)")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("Michael Ganss")]
|
|
||||||
[assembly: AssemblyProduct("HtmlSanitizer")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © 2013-2016 Michael Ganss")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
#if !NETSTANDARD
|
#if !NETSTANDARD
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
@@ -24,8 +12,3 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: Guid("16af04e9-e712-417e-b749-c8d10148dda9")]
|
[assembly: Guid("16af04e9-e712-417e-b749-c8d10148dda9")]
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 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")]
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"keyFile": "HtmlSanitizer.snk",
|
"keyFile": "HtmlSanitizer.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"AngleSharp": "0.9.6"
|
"AngleSharp": "0.9.6"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
version: 3.3.{build}
|
version: 3.3.{build}
|
||||||
assembly_info:
|
|
||||||
patch: true
|
|
||||||
file: '**\AssemblyInfo.*'
|
|
||||||
assembly_version: "3.0.0"
|
|
||||||
assembly_file_version: "{version}"
|
|
||||||
assembly_informational_version: "{version}"
|
|
||||||
environment:
|
environment:
|
||||||
CoverityProjectToken:
|
CoverityProjectToken:
|
||||||
secure: pUUrynbyxCRpsAgGdKBVYDZCilwBmaWQ1Jg+rg5znr0=
|
secure: pUUrynbyxCRpsAgGdKBVYDZCilwBmaWQ1Jg+rg5znr0=
|
||||||
|
|||||||
Reference in New Issue
Block a user