Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Jul 12, 2020
1 parent 12d500a commit a30f979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions PicView/PicView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<Page Update="Translations\da-DK.xaml">
Expand Down Expand Up @@ -395,17 +399,18 @@
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
<PropertyGroup>
<FileVersion>0.9.9.2</FileVersion>
<SignAssembly>false</SignAssembly>
<PackageLicenseFile></PackageLicenseFile>
<FileVersion>0.9.9.4</FileVersion>
<SignAssembly>true</SignAssembly>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Copyright>© Ruben Hyldgaard Negendahl</Copyright>
<PackageProjectUrl>https://github.com/Ruben2776/PicView</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ruben2776/PicView</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageLicenseExpression></PackageLicenseExpression>
<AssemblyOriginatorKeyFile>PicViewKeyFile.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<LangVersion>8.0</LangVersion>
<Authors>Ruben2776</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion PicView/UI/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Rectangle
Width="1"
Height="35"
Margin="4,0,0,0"
Margin="8,0,0,0"
Fill="{StaticResource BorderBrush}" />

<uc:CloseButton
Expand Down

0 comments on commit a30f979

Please sign in to comment.