Skip to content

Commit

Permalink
bind VietTypeConfig version to product version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Aug 15, 2022
1 parent 46510db commit 5cc2fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions UpdateVersionCs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $csNew = `
@"
using System.Reflection;
[assembly: AssemblyVersion("$productVersionText")]
[assembly: AssemblyFileVersion("$productVersionText")]
[assembly: AssemblyInformationalVersion("$productVersionText")]
namespace VietTypeConfig {
Expand Down
2 changes: 0 additions & 2 deletions VietTypeConfig/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@
// 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")]

0 comments on commit 5cc2fbe

Please sign in to comment.