Skip to content

20230424

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 03:29

Published using the following settings:

dotnet publish .\audio-powered-gpt.csproj -c Release -o C:\Publish -r win-x64 --self-contained true
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
    <RootNamespace>audio_powered_gpt</RootNamespace>
    <UseWPF>true</UseWPF>
    <Platforms>AnyCPU</Platforms>
    <SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
    <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
    <PublishSingleFile>true</PublishSingleFile>
    <Version>2.0.1</Version>
    <ApplicationIcon>icon.ico</ApplicationIcon>
  </PropertyGroup>