Skip to content

Commit

Permalink
Update registry setup app version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaleh-sb committed Oct 14, 2024
1 parent 1724098 commit 23b762a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions OpenAdhanForWindowsX/ToCreateANewRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1. Update the version number in the following files:
> OpenAdhanForWindowsX/Properties/AssemblyInfo.cs
> OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs
```
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
Expand Down
4 changes: 2 additions & 2 deletions OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 23b762a

Please sign in to comment.