chore(release): prepare public source release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MissingOnly
|
||||
{
|
||||
public static class MissingMarker
|
||||
{
|
||||
public static void Touch()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<AssemblyName>MissingOnly</AssemblyName>
|
||||
<DebugType>none</DebugType>
|
||||
<RootNamespace>MissingOnly</RootNamespace>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<Version>1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user