Skip to content

Commit a9f9b04

Browse files
committed
Remove the beta tag
1 parent fa200c5 commit a9f9b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
2727
[assembly: AssemblyVersion(SharedAssembylInfo.Version + ".0")]
28-
[assembly: AssemblyInformationalVersion(SharedAssembylInfo.Version + "-beta")]
28+
[assembly: AssemblyInformationalVersion(SharedAssembylInfo.Version)]
2929
[assembly: AssemblyFileVersion(SharedAssembylInfo.Version + ".0")]
3030

3131
class SharedAssembylInfo

0 commit comments

Comments
 (0)