We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd93a32 commit 56e65a6Copy full SHA for 56e65a6
3 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Prepare next version
26
id: next-ver
27
run: |
28
- VERSION=$(date +%Y.%m.${{ github.run_number }})
+ VERSION=$(date +%Y.%-m.${{ github.run_number }})
29
echo Next version: $VERSION
30
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
31
TeamTools.Linter.CommandLine/Properties/AssemblyInfo.cs
@@ -2,5 +2,3 @@
2
using System.Runtime.CompilerServices;
3
4
[assembly: InternalsVisibleTo("TeamTools.Linter.CommandLineTests")]
5
-[assembly: AssemblyVersion("1.0.0.0")]
6
-[assembly: AssemblyFileVersion("1.0.0.0")]
TeamTools.TSQL.Common/Properties/AssemblyInfo.cs
@@ -1,4 +1 @@
1
-using System.Reflection;
-
+
0 commit comments