Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 7e3a7bc

Browse files
committed
Building and releasing v0.5.0.
1 parent 4e7cdbc commit 7e3a7bc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.4.0.0")]
36-
[assembly: AssemblyFileVersion("0.4.0.0")]
35+
[assembly: AssemblyVersion("0.5.0.0")]
36+
[assembly: AssemblyFileVersion("0.5.0.0")]

Scarlet.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<WarningLevel>4</WarningLevel>
2424
<RunCodeAnalysis>false</RunCodeAnalysis>
2525
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26+
<DocumentationFile>
27+
</DocumentationFile>
2628
</PropertyGroup>
2729
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2830
<DebugType>pdbonly</DebugType>
@@ -32,6 +34,7 @@
3234
<ErrorReport>prompt</ErrorReport>
3335
<WarningLevel>4</WarningLevel>
3436
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
37+
<DocumentationFile>bin\Release\Scarlet.xml</DocumentationFile>
3538
</PropertyGroup>
3639
<PropertyGroup>
3740
<ApplicationIcon>

_Builds/Scarlet_0.5.0.zip

242 KB
Binary file not shown.

0 commit comments

Comments
 (0)