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

Commit 054240d

Browse files
committed
Setting version number to 0.2.0.
1 parent cb9523b commit 054240d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SymphonyOSS.RestApiClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
37-
[assembly: AssemblyInformationalVersion("0.1.0")]
36+
[assembly: AssemblyFileVersion("0.2.0.0")]
37+
[assembly: AssemblyInformationalVersion("0.2.0")]

test/SymphonyOSS.RestApiClient.Tests/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
37-
[assembly: AssemblyInformationalVersion("0.1.0")]
36+
[assembly: AssemblyFileVersion("0.2.0.0")]
37+
[assembly: AssemblyInformationalVersion("0.2.0")]

0 commit comments

Comments
 (0)