Skip to content

Commit 9ba754f

Browse files
committed
making everything match on 1.0.0.0
1 parent 32c6498 commit 9ba754f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyFileVersion("1.0.*")]
39+
[assembly: AssemblyVersion("1.0.0.0")]
40+
[assembly: AssemblyFileVersion("1.0.0.0")]

src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyFileVersion("1.0.*")]
39+
[assembly: AssemblyVersion("1.0.0.0")]
40+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)