Skip to content

Commit

Permalink
Fix a typo in Fajr prayer name and fix version numbers (#5)
Browse files Browse the repository at this point in the history
* Fix a typo in Fajr prayer English name

* Move version.json inside main project directory
  • Loading branch information
Khiro95 authored Mar 29, 2024
1 parent e5e9a16 commit 164ae72
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AwqatSalaat/Properties/Resources.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 AwqatSalaat/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Data.Salaat.Fajr" xml:space="preserve">
<value>Farjr</value>
<value>Fajr</value>
</data>
<data name="Data.Salaat.Dhuhr" xml:space="preserve">
<value>Dhuhr</value>
Expand Down
2 changes: 1 addition & 1 deletion version.json → AwqatSalaat/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.0",
"version": "2.0.1",
"assemblyVersion": "2.0",
"versionHeightOffset": -1,
"publicReleaseRefSpec": [
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2023 Khiro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@

## سجل التغيرات

### نسخة v2.0.1

- تصحيح خطأ في اسم صلاة الفجر بالانجليزية
- جعل حساب أرقام النسخ مستقرا

### نسخة v2.0

- إضافة واجهة برمجة التطبيقات من منصة الأذان
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ In addition, to build the installer the following SDK is needed:

## Changelog

### v2.0.1

- Fix a typo in **Fajr** prayer English name.
- Stabilize version numbers calculation

### v2.0

- Add Al-Adhan's Prayer Times API.
Expand Down

0 comments on commit 164ae72

Please sign in to comment.