Skip to content

Commit

Permalink
Release version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Feb 2, 2021
1 parent ff9bd9f commit c29cb36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Source/AlephNote.App/AlephNote.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<AssemblyProduct>AlephNote.App</AssemblyProduct>
<AssemblyCopyright>Copyright © 2021</AssemblyCopyright>

<AssemblyVersion>1.7.4.0</AssemblyVersion>
<AssemblyFileVersion>1.7.4.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.4.0-master</AssemblyInformationalVersion>
<AssemblyVersion>1.7.5.0</AssemblyVersion>
<AssemblyFileVersion>1.7.5.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.5.0-master</AssemblyInformationalVersion>

<OutDir>..\..\Bin\$(Configuration)\</OutDir>
</PropertyGroup>
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.3</version>
<compatibility>1.7.3</compatibility>
<version>1.7.5</version>
<compatibility>1.7.5</compatibility>
<author>Mike Schwörer</author>
<type>default</type>
</meta>
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ artifacts:
name: AlephNote.zip

deploy:
release: '[AppVeyor Release Draft]'
description: '\n## Features\n\n - \n\n## Bugfixes\n\n - \n\n## Tasks\n\n - \n\n## Plugins\n\nPlugins included by default:\n~~~\nFilesystemPlugin v\nHeadlessPlugin v\nNextcloudPlugin v\nSimpleNotePlugin v\nStandardNotePlugin v\n~~~'
tag: $(APPVEYOR_REPO_TAG_NAME)
release: 'Version $(APPVEYOR_REPO_TAG_NAME)'
description: '## Features\n\n - \n\n## Bugfixes\n\n - \n\n## Tasks\n\n - \n\n## Plugins\n\nPlugins included by default:\n~~~\nFilesystemPlugin v\nHeadlessPlugin v\nNextcloudPlugin v\nSimpleNotePlugin v\nStandardNotePlugin v\n~~~'
provider: GitHub
auth_token:
secure: 2/0Qj0uJ46O+KOsn2ZZh6/8fvxf0dXNV7R8Gx3Az0z9keyPmwJBF52hUMe8Tgchk
Expand Down

0 comments on commit c29cb36

Please sign in to comment.