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.
2 parents 1a92f7f + a902af5 commit 90704f2Copy full SHA for 90704f2
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)]
+[assembly: AssemblyInformationalVersion(SharedAssembylInfo.Version + "-beta")]
29
[assembly: AssemblyFileVersion(SharedAssembylInfo.Version + ".0")]
30
31
class SharedAssembylInfo
0 commit comments