Skip to content

Commit

Permalink
Remove prerelease suffixes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed May 15, 2024
1 parent bb17c51 commit 7e23616
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Aeon.Acquisition/Aeon.Acquisition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Project Aeon Acquisition</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionSuffix>build240102</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,7 +20,7 @@
<PackageReference Include="Harp.Behavior" Version="0.1.0" />
<PackageReference Include="Harp.CameraControllerGen2" Version="0.1.0" />
<PackageReference Include="Harp.ClockSynchronizer" Version="0.1.0" />
<PackageReference Include="Harp.OutputExpander" Version="0.2.0-build231204" />
<PackageReference Include="Harp.OutputExpander" Version="0.2.0" />
<PackageReference Include="Harp.TimestampGeneratorGen3" Version="0.1.0" />
<PackageReference Include="Bonsai.Osc" Version="2.7.0" />
<PackageReference Include="Bonsai.Pylon" Version="0.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Database/Aeon.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Project Aeon Database</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build231020</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Environment/Aeon.Environment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Bonsai Rx Project Aeon Environment</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build240102</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/Aeon.Foraging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Bonsai Rx Project Aeon Foraging</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build231202</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e23616

Please sign in to comment.