Skip to content

Commit

Permalink
Update versions for 0.992
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemonaco committed Jan 20, 2022
1 parent e7bef82 commit b3fccd9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 48 deletions.
8 changes: 4 additions & 4 deletions ImageMagitek/ImageMagitek.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.990</Version>
<Version>0.992</Version>
<Authors>Steve Monaco</Authors>
<Copyright>2021</Copyright>
<AssemblyVersion>0.990.0.0</AssemblyVersion>
<FileVersion>0.990.0.0</FileVersion>
<Copyright>2022</Copyright>
<AssemblyVersion>0.992.0.0</AssemblyVersion>
<FileVersion>0.992.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion TileShop.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Program
public static IProjectService ProjectService;
public static LoggerFactory LoggerFactory;
private static string AppName => "TileShopCLI";
private static string AppVersion => "0.991";
private static string AppVersion => "0.992";

static int Main(string[] args)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>Any CPU</Platform>
<TargetFramework>net6.0</TargetFramework>
<PublishDir>bin\Release\net6.0-publish-portable\</PublishDir>
<SelfContained>true</SelfContained>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>net6.0</TargetFramework>
<PublishDir>bin\Release\net5.0-publish-x64\</PublishDir>
<PublishDir>bin\Release\net6.0-publish-x64\</PublishDir>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions TileShop.CLI/TileShop.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Authors>Klarth</Authors>
<PackageProjectUrl>https://github.com/stevemonaco/ImageMagitek</PackageProjectUrl>
<RepositoryUrl>https://github.com/stevemonaco/ImageMagitek</RepositoryUrl>
<AssemblyVersion>0.991.0.0</AssemblyVersion>
<FileVersion>0.991.0.0</FileVersion>
<Version>0.991</Version>
<AssemblyVersion>0.992.0.0</AssemblyVersion>
<FileVersion>0.992.0.0</FileVersion>
<Version>0.992</Version>
<Company />
</PropertyGroup>

Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions TileShop.WPF/TileShop.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<UseWPF>true</UseWPF>
<AssemblyName>TileShop</AssemblyName>
<Version>0.991</Version>
<Version>0.992</Version>
<Authors>Steve Monaco</Authors>
<PackageProjectUrl>https://github.com/stevemonaco/ImageMagitek</PackageProjectUrl>
<RepositoryUrl>https://github.com/stevemonaco/ImageMagitek</RepositoryUrl>
<Copyright>2021</Copyright>
<ApplicationIcon>Assets\tsicon.ico</ApplicationIcon>
<AssemblyVersion>0.991.0.0</AssemblyVersion>
<FileVersion>0.991.0.0</FileVersion>
<AssemblyVersion>0.992.0.0</AssemblyVersion>
<FileVersion>0.992.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit b3fccd9

Please sign in to comment.