Skip to content

Commit

Permalink
Release version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Jan 20, 2021
1 parent d523a74 commit 3c9d66c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.2.0</AssemblyVersion>
<AssemblyFileVersion>1.7.2.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.2.0-master</AssemblyInformationalVersion>
<AssemblyVersion>1.7.3.0</AssemblyVersion>
<AssemblyFileVersion>1.7.3.0</AssemblyFileVersion>
<AssemblyInformationalVersion>1.7.3.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.2</version>
<compatibility>1.7.2</compatibility>
<version>1.7.3</version>
<compatibility>1.7.3</compatibility>
<author>Mike Schwörer</author>
<type>default</type>
</meta>
Expand Down
6 changes: 3 additions & 3 deletions Source/AlephNote.Common/AlephNote.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>

<AssemblyVersion>1.7.2.0</AssemblyVersion>
<FileVersion>1.7.2.0</FileVersion>
<Version>1.7.2.0</Version>
<AssemblyVersion>1.7.3.0</AssemblyVersion>
<FileVersion>1.7.3.0</FileVersion>
<Version>1.7.3.0</Version>

<AssemblyName>AlephNote.Common</AssemblyName>
<PackageId>AlephNote.Common</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>

<AssemblyVersion>1.7.2.0</AssemblyVersion>
<FileVersion>1.7.2.0</FileVersion>
<Version>1.7.2.0</Version>
<AssemblyVersion>1.7.3.0</AssemblyVersion>
<FileVersion>1.7.3.0</FileVersion>
<Version>1.7.3.0</Version>

<AssemblyName>AlephNote.PluginInterface</AssemblyName>
<PackageId>AlephNote.PluginInterface</PackageId>
Expand Down

0 comments on commit 3c9d66c

Please sign in to comment.