We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa200c5 commit a9f9b04Copy full SHA for a9f9b04
RestSharp/SharedAssemblyInfo.cs
@@ -25,7 +25,7 @@
25
// by using the '*' as shown below:
26
// [assembly: AssemblyVersion("1.0.*")]
27
[assembly: AssemblyVersion(SharedAssembylInfo.Version + ".0")]
28
-[assembly: AssemblyInformationalVersion(SharedAssembylInfo.Version + "-beta")]
+[assembly: AssemblyInformationalVersion(SharedAssembylInfo.Version)]
29
[assembly: AssemblyFileVersion(SharedAssembylInfo.Version + ".0")]
30
31
class SharedAssembylInfo
0 commit comments