Skip to content

Commit

Permalink
Updates config file to auto incrrement version with each build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Aug 29, 2016
1 parent e412f64 commit 42328f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Lithnet.Pan.RAProxy.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product Id="*"
Name="Lithnet RADIUS Accounting Proxy for Palo Alto Firewall"
Language="1033"
Version="1.0.6066"
Version="1.0.6085"
Manufacturer="Lithnet"
UpgradeCode="62b975ca3c9f4a4299c34d96834fded9">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64" />
Expand Down
3 changes: 1 addition & 2 deletions src/Lithnet.Pan.RAProxy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@
// 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.0.*")]

0 comments on commit 42328f0

Please sign in to comment.