File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
OpenStackNetAnalyzers.Vsix
OpenStackNetAnalyzers/Properties Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 =" OpenStackNetAnalyzers.Vsix.Rackspace.73d17a57-e1bb-4cf5-97c1-7a599f3ddfb5" Version =" 1.0" Language =" en-US" Publisher =" Rackspace" />
4+ <Identity Id =" OpenStackNetAnalyzers.Vsix.Rackspace.73d17a57-e1bb-4cf5-97c1-7a599f3ddfb5" Version =" 1.0.0.0 " Language =" en-US" Publisher =" Rackspace" />
55 <DisplayName >OpenStack.NET Analyzers</DisplayName >
66 <Description xml : space =" preserve" >Roslyn-based analysis and coding assistance for the OpenStack.NET SDK.</Description >
77 </Metadata >
Original file line number Diff line number Diff line change 2929// by using the '*' as shown below:
3030[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3131[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
32- [ assembly: AssemblyInformationalVersion ( "1.0.0.0-dev " ) ]
32+ [ assembly: AssemblyInformationalVersion ( "1.0.0.0-alpha001 " ) ]
Original file line number Diff line number Diff line change 1- $Version = " 1.0.0-dev "
1+ $Version = " 1.0.0-alpha001 "
You can’t perform that action at this time.
0 commit comments