Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Dec 18, 2024
1 parent 488083d commit 5daeea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PalCalc.UI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace PalCalc.UI
/// </summary>
public partial class App : Application
{
public static string Version => "v1.9.1";
public static string Version => "v1.10.0";
public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/";

private static ILogger logger;
Expand Down
4 changes: 2 additions & 2 deletions PalCalc.UI/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net8.0-windows10.0.17763.0\publish\win-x64\</PublishDir>
<PublishDir>bin\Release\net9.0-windows10.0.17763.0\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
Expand Down

0 comments on commit 5daeea9

Please sign in to comment.