Skip to content

Commit

Permalink
6.1.0 - fixing app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-green committed Aug 12, 2022
1 parent 9817ba6 commit 79f0de7
Show file tree
Hide file tree
Showing 5 changed files with 1,521 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// ARGUMENTS
//////////////////////////////////////////////////////////////////////

var version = new Version("6.0.0");
var version = new Version("6.1.0");
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");

Expand Down
4 changes: 4 additions & 0 deletions src/Authentiqr.NET/Authentiqr.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PropertyGroup>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);CustomContentTarget</TargetsForTfmSpecificContentInPackage>
<StartupObject>Authentiqr.NET.Program</StartupObject>
<ApplicationIcon>Padlock.ico</ApplicationIcon>
</PropertyGroup>
<Target Name="CustomContentTarget">
<ItemGroup>
Expand All @@ -23,6 +24,9 @@
</TfmSpecificPackageFile>
</ItemGroup>
</Target>
<ItemGroup>
<Content Include="Padlock.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
<PackageReference Include="ZXing.Net.Bindings.Windows.Compatibility" Version="0.16.10" />
Expand Down
2 changes: 1 addition & 1 deletion src/Authentiqr.NET/frmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79f0de7

Please sign in to comment.