Skip to content

Commit

Permalink
Published 1.3.0. #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed May 5, 2024
1 parent 104f7da commit 7599190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

// This must match the MSBuild TFM specified in the CSPROJ.
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.20348.0")]
Expand Down
3 changes: 3 additions & 0 deletions Sandman.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<Platforms>x64</Platforms>
<ApplicationIcon>Resources\Sandman.ico</ApplicationIcon>

<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7599190

Please sign in to comment.