File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" EA274E2A-E5EB-433B-9847-4CD27BE874EF" Version =" 2.8 .0" Language =" en-US" Publisher =" JaroslavLobacevski" />
4+ <Identity Id =" EA274E2A-E5EB-433B-9847-4CD27BE874EF" Version =" 3.0 .0" Language =" en-US" Publisher =" JaroslavLobacevski" />
55 <DisplayName >Security Code Scan</DisplayName >
66 <Description xml : space =" preserve" >Security static code analyzer for .NET</Description >
77 <MoreInfo >https://security-code-scan.github.io</MoreInfo >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata minClientVersion =" 2.8" >
44 <id >SecurityCodeScan</id >
5- <version >2.8 .0</version >
5+ <version >3.0 .0</version >
66 <title >Security Code Scan</title >
77 <authors >Jaroslav Lobačevski, Philippe Arteau</authors >
88 <owners >Jaroslav Lobačevski</owners >
Original file line number Diff line number Diff line change 2929//
3030// You can specify all the values or you can default the Build and Revision Numbers
3131// by using the '*' as shown below:
32- [ assembly: AssemblyVersion ( "2.8 .0.0" ) ]
33- [ assembly: AssemblyFileVersion ( "2.8 .0.0" ) ]
32+ [ assembly: AssemblyVersion ( "3.0 .0.0" ) ]
33+ [ assembly: AssemblyFileVersion ( "3.0 .0.0" ) ]
3434[ assembly: NeutralResourcesLanguage ( "en" ) ]
3535
3636[ assembly: InternalsVisibleTo ( "SecurityCodeScan.Test" ) ]
You can’t perform that action at this time.
0 commit comments