Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 9197535

Browse files
committed
Fixes app versioning
1 parent 12d3244 commit 9197535

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Lithnet.Laps.Web/Lithnet.Laps.Web/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("1.0.*")]

0 commit comments

Comments
 (0)