Skip to content

Commit 92f6501

Browse files
committed
Makes debugging easier
1 parent 1d043db commit 92f6501

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

debug.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
dotnet build src/Skybrud.Umbraco.TextBox --configuration Debug /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=c:/nuget

src/Skybrud.Umbraco.TextBox/Skybrud.Umbraco.TextBox.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
<PropertyGroup>
88
<RootNamespace>Skybrud.Umbraco.TextBox</RootNamespace>
9-
<Version>2.0.3</Version>
9+
<VersionPrefix>2.0.3</VersionPrefix>
10+
<VersionSuffix Condition="'$(Configuration)'=='Debug'">$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1011
<Company>Limbo</Company>
1112
<Product>Skybrud.Umbraco.TextBox</Product>
1213
<Authors>Anders Bjerner</Authors>

0 commit comments

Comments
 (0)