Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/CodeShellManager/CodeShellManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>CodeShellManager</RootNamespace>
<Version>0.3.4</Version>
<AssemblyVersion>0.3.4.0</AssemblyVersion>
<FileVersion>0.3.4.0</FileVersion>
<!-- Overridden by CI at publish time via -p:Version= from the git tag.
AssemblyVersion and FileVersion deliberately left unset so they derive from
this and stay in step; pinning them shipped binaries reporting 0.3.4.0 for
every release up to and including v0.5.0. -->
<Version>0.6.0</Version>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
</PropertyGroup>

Expand Down