Releases: der3318/audio-powered-gpt
Releases · der3318/audio-powered-gpt
20230506
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.2</Version>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
20230424
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>
20230418
Published using the following settings:
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>false</PublishReadyToRun>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
</Project>