Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit aee510b

Browse files
committed
Fix version
1 parent ffbaaf8 commit aee510b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Unity.Wcf/Properties/AssemblyInfo.cs

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

0 commit comments

Comments
 (0)