Skip to content

Commit 5bc101d

Browse files
committed
📝 Chore: ignore .idea, updated version rule
1 parent fa2274b commit 5bc101d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Ignore for Rider files
2+
.idea/
3+
14
## Ignore Visual Studio temporary files, build results, and
25
## files generated by popular Visual Studio add-ons.
36
##

Common.Algorithm.Interop/Common.Algorithm.Interop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<AssemblyVersion>$(Version)</AssemblyVersion>
2222
<FileVersion>$(Version)</FileVersion>
23-
<Version>1.1.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</Version>
23+
<Version>1.2.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-06-06"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</Version>
2424

2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)