Skip to content

Releases: der3318/audio-powered-gpt

20230506

06 May 13:10
Compare
Choose a tag to compare

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

24 Apr 03:29
Compare
Choose a tag to compare

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

18 Apr 10:07
Compare
Choose a tag to compare

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>