Skip to content

Commit c29cb36

Browse files
committed
Release version 1.7.5
1 parent ff9bd9f commit c29cb36

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Source/AlephNote.App/AlephNote.App.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<AssemblyProduct>AlephNote.App</AssemblyProduct>
1717
<AssemblyCopyright>Copyright © 2021</AssemblyCopyright>
1818

19-
<AssemblyVersion>1.7.4.0</AssemblyVersion>
20-
<AssemblyFileVersion>1.7.4.0</AssemblyFileVersion>
21-
<AssemblyInformationalVersion>1.7.4.0-master</AssemblyInformationalVersion>
19+
<AssemblyVersion>1.7.5.0</AssemblyVersion>
20+
<AssemblyFileVersion>1.7.5.0</AssemblyFileVersion>
21+
<AssemblyInformationalVersion>1.7.5.0-master</AssemblyInformationalVersion>
2222

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

Source/AlephNote.App/Resources/themes/default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Repository: https://github.com/Mikescher/AlephNote
1313
<theme>
1414
<meta>
1515
<name>Default</name>
16-
<version>1.7.3</version>
17-
<compatibility>1.7.3</compatibility>
16+
<version>1.7.5</version>
17+
<compatibility>1.7.5</compatibility>
1818
<author>Mike Schwörer</author>
1919
<type>default</type>
2020
</meta>

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ artifacts:
2929
name: AlephNote.zip
3030

3131
deploy:
32-
release: '[AppVeyor Release Draft]'
33-
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~~~'
32+
tag: $(APPVEYOR_REPO_TAG_NAME)
33+
release: 'Version $(APPVEYOR_REPO_TAG_NAME)'
34+
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~~~'
3435
provider: GitHub
3536
auth_token:
3637
secure: 2/0Qj0uJ46O+KOsn2ZZh6/8fvxf0dXNV7R8Gx3Az0z9keyPmwJBF52hUMe8Tgchk

0 commit comments

Comments
 (0)