Skip to content

Commit

Permalink
AssemblyFileVersion
Browse files Browse the repository at this point in the history
Specified the wrong string by accident, 1.1.1.0 would indicate a separate Build rather than a new Revision
  • Loading branch information
ragge committed Sep 30, 2023
1 parent 26a8440 commit 15783e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radiation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.0.1")]

0 comments on commit 15783e4

Please sign in to comment.