Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Jul 29, 2024
1 parent 06b452a commit e37423c
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.0.3")]
[assembly: AssemblyFileVersion("0.0.3")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
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.0.3</Version>
<Version>0.1.0</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.0.3</FileVersion>
<AssemblyVersion>0.0.3</AssemblyVersion>
<FileVersion>0.1.0</FileVersion>
<AssemblyVersion>0.1.0</AssemblyVersion>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit e37423c

Please sign in to comment.