Skip to content

Commit 2398542

Browse files
authored
Merge pull request #1179 from gircore/do-not-publish-tutorial-projects
Do not publish tutorial projects
2 parents 900fae6 + c3e9899 commit 2398542

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Properties/GirCore.Publishing.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1414

15-
<VersionPrefix>0.6.1</VersionPrefix>
15+
<VersionPrefix>0.6.2</VersionPrefix>
1616
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
1717
<PackageTags>gobject;gir;binding;gnome;</PackageTags>
1818
<PackageIcon>logo-128.png</PackageIcon>

0 commit comments

Comments
 (0)