Skip to content

Commit

Permalink
Merge pull request #13 from EmberHeartshine/develop
Browse files Browse the repository at this point in the history
Correct version numbering; should be 1.1.1.0
  • Loading branch information
EmberHeartshine authored Aug 1, 2022
2 parents 7deac1c + e927947 commit 85465f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MassFileRenamer/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.2.1")>
<Assembly: AssemblyFileVersion("1.0.2.1")>
<Assembly: AssemblyVersion("1.1.1.0")>
<Assembly: AssemblyFileVersion("1.1.1.0")>
<Assembly: NeutralResourcesLanguage("en-US")>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ This app was designed to be a lightweight and more importantly a stand alone app

## Version Numbering
I use a variation of [semantic versioning](https://semver.org/) that follows the scheme `major.minor.patch.revision`.
- A major revision would involve a total refactor, language change, or other significant update to the codebase.
- A minor revision includes new features or significant usability enhancements.
- Patches are updates to existing functionality to improve or streamline their functionality.
- Revisions are small bugfixes or minor code formatting changes that do not affect functionality.

0 comments on commit 85465f3

Please sign in to comment.