Skip to content

Commit

Permalink
Version 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed May 23, 2023
1 parent a596ecf commit abc8f4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SilentNotes version 7.3.1

* Benachrichtigungssystem beim Start implementiert.
* Erinnerung zum speichern des Transfercodes hinzugefügt.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SilentNotes version 7.3.1

* Implemented startup notification system.
* Added reminder to store the transfer code.
2 changes: 1 addition & 1 deletion src/SilentNotes.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="62" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="7.3.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="63" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="7.3.1">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion src/SilentNotes.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/SilentNotes.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp">
<Identity Name="22846MartinStoeckli.SilentNotes" Publisher="CN=ED1E5C1E-F8CD-4A09-A57F-18D151833C31" Version="7.3.0.0" />
<Identity Name="22846MartinStoeckli.SilentNotes" Publisher="CN=ED1E5C1E-F8CD-4A09-A57F-18D151833C31" Version="7.3.1.0" />
<mp:PhoneIdentity PhoneProductId="17c68fae-96f8-4386-9f51-23620e01bde8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>SilentNotes</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/SilentNotes.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.3.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]
[assembly: AssemblyVersion("7.3.1.0")]
[assembly: AssemblyFileVersion("7.3.1.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion src/Tests/KdfCostFactorTest/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abc8f4e

Please sign in to comment.