Skip to content

Commit b13db5a

Browse files
committed
Merge branch 'master' into development
2 parents dfecf8b + 9076806 commit b13db5a

16 files changed

Lines changed: 21 additions & 27 deletions

AnalyzeInExcel/AnalyzeInExcel.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Prefer32Bit>false</Prefer32Bit>
6262
</PropertyGroup>
6363
<PropertyGroup>
64-
<ApplicationIcon>sqlbi-2400.ico</ApplicationIcon>
64+
<ApplicationIcon>icon-2400px.ico</ApplicationIcon>
6565
</PropertyGroup>
6666
<ItemGroup>
6767
<Reference Include="AutoUpdater.NET, Version=1.6.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
@@ -173,7 +173,10 @@
173173
</None>
174174
</ItemGroup>
175175
<ItemGroup>
176+
<Resource Include="icon-2400px.png" />
177+
<Resource Include="icon-2400px.ico" />
176178
<None Include="AnalyzeInExcelAutoUpdater.xml" />
179+
<Resource Include="banner-500x70.jpg" />
177180
<Content Include="ExcelIconFromSvg.png" />
178181
</ItemGroup>
179182
<ItemGroup>
@@ -186,15 +189,6 @@
186189
<Install>false</Install>
187190
</BootstrapperPackage>
188191
</ItemGroup>
189-
<ItemGroup>
190-
<Resource Include="sqlbi-2400.png" />
191-
</ItemGroup>
192-
<ItemGroup>
193-
<Resource Include="sqlbi-2400.ico" />
194-
</ItemGroup>
195-
<ItemGroup>
196-
<None Include="sqlbi-500x70.jpg" />
197-
</ItemGroup>
198192
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199193
<Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
200194
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

AnalyzeInExcel/AnalyzeInExcelAutoUpdater.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<item>
3-
<version>1.1.1.0</version>
3+
<version>1.1.2.0</version>
44
<url>https://cdn.sqlbi.com/updates/AnalyzeInExcel-1.1.2.msi</url>
55
<changelog>https://github.com/sql-bi/AnalyzeInExcel/releases/</changelog>
66
<mandatory>false</mandatory>

AnalyzeInExcel/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:AnalyzeInExcel"
77
mc:Ignorable="d"
8-
Title="Analyze in Excel for Power BI Desktop" Height="300" Width="800" Icon="sqlbi-2400.png">
8+
Title="Analyze in Excel for Power BI Desktop" Height="300" Width="800" Icon="icon-2400px.png">
99
<Grid>
1010
<DockPanel>
1111
<Label DockPanel.Dock="Top" Content="Analyze in Excel for Power BI Desktop is not able to launch Excel." HorizontalAlignment="Left" VerticalAlignment="Top" FontFamily="Calibri" FontSize="14" FontWeight="Bold"/>

AnalyzeInExcel/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.2.0")]
55-
[assembly: AssemblyFileVersion("1.1.2.0")]
54+
[assembly: AssemblyVersion("1.1.3.0")]
55+
[assembly: AssemblyFileVersion("1.1.3.0")]

AnalyzeInExcel/analyzeinexcel.pbitool.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

AnalyzeInExcel/banner-500x70.jpg

3.1 KB
Loading

AnalyzeInExcel/icon-2400px.ico

105 KB
Binary file not shown.

AnalyzeInExcel/icon-2400px.png

76 KB
Loading

AnalyzeInExcel/sqlbi-2400.ico

-102 KB
Binary file not shown.

AnalyzeInExcel/sqlbi-2400.png

-44.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)