Skip to content

Commit 860a4f4

Browse files
committed
New Pre-Release
1 parent 1ec9d1d commit 860a4f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bundle/Sucrose.Bundle/Main.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Grid>
2323
<Image
2424
Opacity="0.5"
25-
Source="\Sucrose.Bundle;component\Assets\Background21.jpg"
25+
Source="\Sucrose.Bundle;component\Assets\Background22.jpg"
2626
Stretch="UniformToFill" />
2727

2828
<TextBlock

src/Update/Sucrose.Update/Sucrose.Update.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<InformationalVersion>$(Version)</InformationalVersion>
1515
<AssemblyVersion>$(Version)</AssemblyVersion>
1616
<FileVersion>$(Version)</FileVersion>
17-
<Version>$([System.DateTime]::Today.ToString(yy)).$([System.DateTime]::Today.ToString(MM)).1</Version>
17+
<Version>$([System.DateTime]::Today.ToString(yy)).$([System.DateTime]::Today.ToString(MM)).$([System.DateTime]::Today.ToString(dd))</Version>
1818
<AssemblyName>Sucrose.Update</AssemblyName>
1919
<RootNamespace>$(AssemblyName)</RootNamespace>
2020
<UseWindowsForms>false</UseWindowsForms>

0 commit comments

Comments
 (0)