Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Aug 9, 2024
1 parent 2f54790 commit 5ffc54c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/props/Base.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<StudioVersion>0.20.0.0</StudioVersion>
<StudioVersion>0.20.1.0</StudioVersion>
<CoreVersion>0.30.0.0</CoreVersion>
<UniversalFpgaProjectSystemVersion>0.30.0.0</UniversalFpgaProjectSystemVersion>
<EssentialsVersion>0.7.0</EssentialsVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.20.1.0" date="2024-08-09" type="stable"/>
<release version="0.20.0.0" date="2024-08-09" type="stable"/>
<release version="0.19.2.0" date="2024-07-31" type="stable"/>
<release version="0.19.1.0" date="2024-07-24" type="stable"/>
Expand Down
4 changes: 0 additions & 4 deletions studio/OneWare.Studio/OneWare.Studio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<ProjectReference Include="..\..\src\OneWare.Core\OneWare.Core.csproj"/>
<ProjectReference Include="..\..\src\OneWare.Cpp\OneWare.Cpp.csproj"/>
<ProjectReference Include="..\..\src\OneWare.CruviAdapterExtensions\OneWare.CruviAdapterExtensions.csproj" />
<ProjectReference Include="..\..\src\OneWare.Cyc5000\OneWare.Cyc5000.csproj"/>
<ProjectReference Include="..\..\src\OneWare.IceBreaker\OneWare.IceBreaker.csproj"/>
<ProjectReference Include="..\..\src\OneWare.Max1000\OneWare.Max1000.csproj"/>
<ProjectReference Include="..\..\src\OneWare.Max10\OneWare.Max10.csproj"/>
<ProjectReference Include="..\..\src\OneWare.UniversalFpgaProjectSystem\OneWare.UniversalFpgaProjectSystem.csproj"/>
<ProjectReference Include="..\..\src\OneWare.Vcd.Viewer\OneWare.Vcd.Viewer.csproj"/>
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions studio/OneWare.Studio/StudioApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using OneWare.Core.Data;
using OneWare.Core.Services;
using OneWare.CruviAdapterExtensions;
using OneWare.Cyc5000;
using OneWare.Essentials.Services;
using OneWare.IceBreaker;
using OneWare.Max10;
using OneWare.Max1000;
using OneWare.Settings;
using OneWare.UniversalFpgaProjectSystem;
using OneWare.Vcd.Viewer;
Expand Down

0 comments on commit 5ffc54c

Please sign in to comment.