We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f68dbb + 3615510 commit 4eba4a3Copy full SHA for 4eba4a3
2 files changed
Examples/Examples/Examples.csproj
@@ -5,6 +5,7 @@
5
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <IsPackable>false</IsPackable>
9
<RootNamespace>Examples</RootNamespace>
10
</PropertyGroup>
11
src/MaIN.Core/.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>MaIN.NET</id>
- <version>0.0.5-alpha</version>
+ <version>0.0.6-alpha</version>
<authors>Wisedev</authors>
<owners>Wisedev</owners>
<icon>favicon.png</icon>
0 commit comments