Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed May 20, 2024
1 parent 0334223 commit f8bb239
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Bonsai.Configuration/Bonsai.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
<VersionPrefix>2.8.2</VersionPrefix>
<VersionPrefix>2.8.3</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bonsai.NuGet\Bonsai.NuGet.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Core/Bonsai.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Reactive Extensions</PackageTags>
<TargetFrameworks>net462;netstandard2.0;net6.0</TargetFrameworks>
<RootNamespace>Bonsai</RootNamespace>
<VersionPrefix>2.8.1</VersionPrefix>
<VersionPrefix>2.8.2</VersionPrefix>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Rx-Linq" Version="2.2.5" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Design/Bonsai.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Design Rx Reactive Extensions</PackageTags>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net462</TargetFramework>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="jacobslusser.ScintillaNET" Version="3.6.3" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Dsp/Bonsai.Dsp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Dsp Signal Processing</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>net462</TargetFramework>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Editor.Tests/Bonsai.Editor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>2.8.1</VersionPrefix>
<VersionPrefix>2.8.2</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.bonsai" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Editor/Bonsai.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>2.8.1</VersionPrefix>
<VersionPrefix>2.8.2</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.svg" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Shaders/Bonsai.Shaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Bonsai Shaders Library containing modules for dynamic control of shader primitives.</Description>
<PackageTags>Bonsai Rx Shaders Graphics OpenGL</PackageTags>
<TargetFramework>net462</TargetFramework>
<VersionPrefix>0.27.0</VersionPrefix>
<VersionPrefix>0.27.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
Expand Down
4 changes: 2 additions & 2 deletions Bonsai.StarterPack/Bonsai.StarterPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFramework>net462</TargetFramework>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bonsai.Arduino" Version="2.6.0" />
<PackageReference Include="Bonsai.Arduino" Version="2.8.1" />
<ProjectReference Include="..\Bonsai.Audio\Bonsai.Audio.csproj" />
<ProjectReference Include="..\Bonsai.Design.Visualizers\Bonsai.Design.Visualizers.csproj" />
<ProjectReference Include="..\Bonsai.Dsp.Design\Bonsai.Dsp.Design.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai/Bonsai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net48</TargetFramework>
<VersionPrefix>2.8.2</VersionPrefix>
<VersionPrefix>2.8.3</VersionPrefix>
<OutputType>Exe</OutputType>
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
<ApplicationIcon>..\Bonsai.Editor\Bonsai.ico</ApplicationIcon>
Expand Down

0 comments on commit f8bb239

Please sign in to comment.