Skip to content

Commit

Permalink
ver2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Mar 3, 2024
1 parent c0cf249 commit c33a45d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/LibOVR/LibOVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

<PropertyGroup>
<PackageId>nkast.LibOVR</PackageId>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<Authors>nkast</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Copyright>Copyright 2022 Kastellanos Nikolaos</Copyright>
<Copyright>Copyright 2024 Kastellanos Nikolaos</Copyright>
<RepositoryUrl>https://github.com/nkast/LibOVR</RepositoryUrl>
<PackageTags>Oculus</PackageTags>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ set username=username

dotnet pack LibOVR\LibOVR.csproj /p:Configuration=Release -o LibOVR\bin\Release

"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.libovr 1.0.0 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive
"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.libovr 2.0.0 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive

"C:\Program Files (x86)\nuget\nuget.exe" add LibOVR\bin\Release\nkast.LibOVR.1.0.0.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add LibOVR\bin\Release\nkast.LibOVR.2.0.0.nupkg -Source "C:\Users\%username%\.nuget\localPackages"


pause

0 comments on commit c33a45d

Please sign in to comment.