Skip to content

Commit

Permalink
Release version 1.7.9
Browse files Browse the repository at this point in the history
--> fixes #194
  • Loading branch information
Mikescher committed Nov 1, 2021
1 parent b6aac34 commit bdcc50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/AlephNote.App/AlephNote.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<AssemblyProduct>AlephNote.App</AssemblyProduct>
<AssemblyCopyright>Copyright © 2021</AssemblyCopyright>

<AssemblyVersion>1.7.8.0</AssemblyVersion>
<AssemblyFileVersion>1.7.8.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.8.0-master</AssemblyInformationalVersion>
<AssemblyVersion>1.7.9.0</AssemblyVersion>
<AssemblyFileVersion>1.7.9.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.9.0-master</AssemblyInformationalVersion>

<OutDir>..\..\Bin\$(Configuration)\</OutDir>
</PropertyGroup>

<ItemGroup>
<ContentWithTargetPath Include="Resources\themes\alt_iconset.zip" CopyToOutputDirectory="PreserveNewest" TargetPath="Themes\alt_iconset.zip" />
<ContentWithTargetPath Include="Resources\themes\solarized-dark.xml" CopyToOutputDirectory="PreserveNewest" TargetPath="Themes\solarized-dark.xml" />
Expand Down
4 changes: 2 additions & 2 deletions Source/AlephNote.App/Resources/themes/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Repository: https://github.com/Mikescher/AlephNote
<theme>
<meta>
<name>Default</name>
<version>1.7.8</version>
<compatibility>1.7.8</compatibility>
<version>1.7.9</version>
<compatibility>1.7.9</compatibility>
<author>Mike Schwörer</author>
<type>default</type>
</meta>
Expand Down

0 comments on commit bdcc50e

Please sign in to comment.