Skip to content

Commit

Permalink
Merge pull request #1179 from gircore/do-not-publish-tutorial-projects
Browse files Browse the repository at this point in the history
Do not publish tutorial projects
  • Loading branch information
badcel authored Feb 9, 2025
2 parents 900fae6 + c3e9899 commit 2398542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/GirCore.Publishing.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<VersionPrefix>0.6.1</VersionPrefix>
<VersionPrefix>0.6.2</VersionPrefix>
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
<PackageTags>gobject;gir;binding;gnome;</PackageTags>
<PackageIcon>logo-128.png</PackageIcon>
Expand Down

0 comments on commit 2398542

Please sign in to comment.