Skip to content

Commit

Permalink
Merge pull request #112 from Yazwh0/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Yazwh0 authored May 11, 2024
2 parents eed644c + 9ec0069 commit 7c058ec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*.diagsession
*.bin
*.prg
**/.vscode/*
*.cache
*.suo
**/.vs/*
Expand Down
2 changes: 1 addition & 1 deletion BitMagic.X16Debugger
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<id>BitMagic</id>
<version>0.0.22-alpha</version>
<version>0.1.0</version>
<title>BitMagic X16 Emulator and Debugger</title>
<authors>Yazwh0</authors>
<owners>Yazwh0</owners>
Expand Down
5 changes: 5 additions & 0 deletions NugetProject/pack.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
del /s ..\*.nupkg
dotnet build -c Release
dotnet publish -c Release
dotnet pack -c Release --no-restore
dotnet nuget push "..\**\BitMagic.*.nupkg" -s Local

0 comments on commit 7c058ec

Please sign in to comment.