Skip to content

Commit 56e65a6

Browse files
committed
upd
1 parent bd93a32 commit 56e65a6

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Prepare next version
2626
id: next-ver
2727
run: |
28-
VERSION=$(date +%Y.%m.${{ github.run_number }})
28+
VERSION=$(date +%Y.%-m.${{ github.run_number }})
2929
echo Next version: $VERSION
3030
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
3131

TeamTools.Linter.CommandLine/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
using System.Runtime.CompilerServices;
33

44
[assembly: InternalsVisibleTo("TeamTools.Linter.CommandLineTests")]
5-
[assembly: AssemblyVersion("1.0.0.0")]
6-
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
using System.Reflection;
2-
3-
[assembly: AssemblyVersion("1.0.0.0")]
4-
[assembly: AssemblyFileVersion("1.0.0.0")]
1+


0 commit comments

Comments
 (0)