Skip to content

Commit

Permalink
Client 0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquyhy committed Dec 24, 2022
1 parent d1f1f66 commit 78503ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FlightStreamDeck.AddOn/FlightStreamDeck.AddOn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
<ApplicationIcon>icon.ico</ApplicationIcon>
<Version>0.47.0</Version>
<Version>0.48.0</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion FlightStreamDeck.AddOn/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"Name": "Flight Tracker",
"Icon": "Images/aircraft",
"URL": "https://github.com/nguyenquyhy/Flight-Tracker-StreamDeck",
"Version": "0.47",
"Version": "0.48",
"OS": [
{
"Platform": "windows",
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rd build /s /q
mkdir build
dotnet publish FlightStreamDeck.AddOn\FlightStreamDeck.AddOn.csproj -c Release -r win10-x64 --self-contained
XCopy FlightStreamDeck.AddOn\bin\Release\net6.0-windows\win10-x64\publish build\tech.flighttracker.streamdeck.sdPlugin /e /h /c /i
XCopy FlightStreamDeck.AddOn\bin\Release\net7.0-windows\win10-x64\publish build\tech.flighttracker.streamdeck.sdPlugin /e /h /c /i
cd build
DistributionTool.exe -b -i tech.flighttracker.streamdeck.sdPlugin -o .
cd ..

0 comments on commit 78503ab

Please sign in to comment.