Skip to content

Commit

Permalink
bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Oct 5, 2024
1 parent 8da010c commit fe3d3c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Portal.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.5.1")]
[assembly: AssemblyFileVersion("0.5.1")]
[assembly: AssemblyVersion("0.5.2")]
[assembly: AssemblyFileVersion("0.5.2")]
6 changes: 3 additions & 3 deletions Portal.Gh/Portal.Gh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
<Title>Portal.Gh</Title>
<Description>Grasshopper plugin for Inter-Process Communication (IPC) and network communication</Description>
<TargetExt>.gha</TargetExt>
<UseWindowsForms>true</UseWindowsForms>
<FileVersion>0.5.1</FileVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion>0.5.2</FileVersion>
<AssemblyVersion>0.5.2</AssemblyVersion>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit fe3d3c9

Please sign in to comment.