We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d043db commit 92f6501Copy full SHA for 92f6501
debug.bat
@@ -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
@@ -6,7 +6,8 @@
6
7
<PropertyGroup>
8
<RootNamespace>Skybrud.Umbraco.TextBox</RootNamespace>
9
- <Version>2.0.3</Version>
+ <VersionPrefix>2.0.3</VersionPrefix>
10
+ <VersionSuffix Condition="'$(Configuration)'=='Debug'">$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
11
<Company>Limbo</Company>
12
<Product>Skybrud.Umbraco.TextBox</Product>
13
<Authors>Anders Bjerner</Authors>
0 commit comments