Skip to content

Commit

Permalink
WPF App 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KanaHayama committed Jun 5, 2024
1 parent 7ade374 commit ebe355c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\x64\Release\net8.0-windows\publish\win-x64\</PublishDir>
<PublishDir>bin\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions WpfApplication/WpfApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>OpenSense.WPF</AssemblyName>
<EmbedAllSources>true</EmbedAllSources>
<ApplicationIcon>Resource\Icon\usc.ico</ApplicationIcon>
<AssemblyVersion>3.2.0</AssemblyVersion>
<Version>3.2.0</Version>
<AssemblyVersion>3.3.0</AssemblyVersion>
<Version>3.3.0</Version>
<AssemblyName>OpenSense.WPF</AssemblyName>
<!--Note:
The Azure Kinect package of /psi contains onnxruntime DLLs while not referencing it as a dependency.
Expand Down

0 comments on commit ebe355c

Please sign in to comment.