Skip to content

Commit c4826c9

Browse files
committed
Update to the final 0.8.0 gir.core release
1 parent 2f42f8f commit c4826c9

5 files changed

Lines changed: 2 additions & 13 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<GirCoreVersion>0.8.0-preview.1</GirCoreVersion>
4+
<GirCoreVersion>0.8.0</GirCoreVersion>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="GirCore.Adw-1" Version="$(GirCoreVersion)" />
8-
<PackageVersion Include="GirCore.GObject-2.0.Integration" Version="$(GirCoreVersion)" />
98
<PackageVersion Include="GirCore.Gtk-4.0" Version="$(GirCoreVersion)" />
109
<PackageVersion Include="GirCore.PangoCairo-1.0" Version="$(GirCoreVersion)" />
1110
<!-- Note: at least 1.4.2-alpha3 is required for fixes to uninstalling addins, from https://github.com/mono/mono-addins/pull/198 -->

Pinta.Gui.Addins/Pinta.Gui.Addins.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66

77
<Import Project="../properties/ReferenceGirCoreAdw1.props" />
8-
<Import Project="../properties/ReferenceGirCoreGObject20Integration.props" />
98

109
<ItemGroup>
1110
<PackageReference Include="Mono.Addins" />

Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44
</PropertyGroup>
55

6-
<Import Project="../properties/ReferenceGirCoreGObject20Integration.props" />
7-
86
<ItemGroup>
97
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
108
</ItemGroup>

Pinta.sln

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 16
33
VisualStudioVersion = 16.0.30225.117
44
MinimumVisualStudioVersion = 10.0.40219.1
@@ -45,7 +45,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "properties", "properties",
4545
ProjectSection(SolutionItems) = preProject
4646
properties\ReferenceGirCoreAdw1.props = properties\ReferenceGirCoreAdw1.props
4747
properties\ReferenceGirCorePangoCairo10.props = properties\ReferenceGirCorePangoCairo10.props
48-
properties\ReferenceGirCoreGObject20Integration.props = properties\ReferenceGirCoreGObject20Integration.props
4948
properties\ReferenceGirCoreGtk40.props = properties\ReferenceGirCoreGtk40.props
5049
EndProjectSection
5150
EndProject

properties/ReferenceGirCoreGObject20Integration.props

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)