We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e5ebf commit 214dc8dCopy full SHA for 214dc8d
2 files changed
StyleCop.Analyzers/Directory.Build.props
@@ -10,7 +10,7 @@
10
11
<Version>1.1.0.38</Version>
12
<FileVersion>1.1.0.38</FileVersion>
13
- <InformationalVersion>1.1.0-beta007</InformationalVersion>
+ <InformationalVersion>1.1.0-dev</InformationalVersion>
14
</PropertyGroup>
15
16
<PropertyGroup>
build/version.ps1
@@ -1 +1 @@
1
-$Version = "1.1.0-beta007"
+$Version = "1.1.0-dev"
0 commit comments