5.0
This commit is contained in:
parent
5e0dbd90e7
commit
9dde952721
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.0.1.13")]
|
[assembly: AssemblyVersion("5.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.0.1.13")]
|
[assembly: AssemblyFileVersion("5.0.0.0")]
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.0.1.13")]
|
[assembly: AssemblyVersion("5.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.0.1.13")]
|
[assembly: AssemblyFileVersion("5.0.0.0")]
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.0.1.13")]
|
[assembly: AssemblyVersion("5.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.0.1.13")]
|
[assembly: AssemblyFileVersion("5.0.0.0")]
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
When do new release,
|
When do new release,
|
||||||
- Increment version number in manifest file (if major increment, also InstalledProductRegistration [package object attribute])
|
- Increment version number in manifest file (if major increment, also InstalledProductRegistration [package object attribute])
|
||||||
- Run following command:
|
- Run following command from BismNormalizer project root:
|
||||||
msbuild BismNormalizer.csproj /verbosity:m /target:Rebuild /property:Configuration=Release
|
msbuild BismNormalizer.csproj /verbosity:m /target:Rebuild /property:Configuration=Release
|
||||||
- Take VSIX from \ReleaseObfusc folder
|
- Take VSIX from \ReleaseObfusc folder
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.0.1.13")]
|
[assembly: AssemblyVersion("5.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.0.1.13")]
|
[assembly: AssemblyFileVersion("5.0.0.0")]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<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">
|
<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">
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="4.0.1.13" Language="en-US" Publisher="BISM Normalizer" />
|
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="5.0.0.0" Language="en-US" Publisher="BISM Normalizer" />
|
||||||
<DisplayName>BISM Normalizer</DisplayName>
|
<DisplayName>BISM Normalizer</DisplayName>
|
||||||
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
||||||
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user