Skip to content

Commit

Permalink
v6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Feb 23, 2024
1 parent 911d9cb commit 2ca8db8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Samples/Boids/Boids.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="nkast.Wasm.Audio" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Audio" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.6" />
<PackageReference Include="Aether.Physics2D" Version="1.7.0" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Samples/CanvasGL/CanvasGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="nkast.Wasm.Audio" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Audio" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.6" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Wasm.Audio/Wasm.Audio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>nkast.Wasm.Audio</PackageId>
<PackageVersion>6.0.5</PackageVersion>
<PackageVersion>6.0.6</PackageVersion>
<Authors>Nick Kastellanos</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Wasm.Canvas/Wasm.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>nkast.Wasm.Canvas</PackageId>
<PackageVersion>6.0.5</PackageVersion>
<PackageVersion>6.0.6</PackageVersion>
<Authors>Nick Kastellanos</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Wasm.Dom/Wasm.Dom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>nkast.Wasm.Dom</PackageId>
<PackageVersion>6.0.5</PackageVersion>
<PackageVersion>6.0.6</PackageVersion>
<Authors>Nick Kastellanos</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Wasm.XHR/Wasm.XHR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>nkast.Wasm.XHR</PackageId>
<PackageVersion>6.0.5</PackageVersion>
<PackageVersion>6.0.6</PackageVersion>
<Authors>Nick Kastellanos</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
Expand Down
8 changes: 4 additions & 4 deletions pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dotnet pack Wasm.Audio\Wasm.Audio.csproj /p:Configuration=Release -o bin\publish

set username=username

"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Dom.6.0.5.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.XHR.6.0.5.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Canvas.6.0.5.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Audio.6.0.5.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Dom.6.0.6.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.XHR.6.0.6.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Canvas.6.0.6.nupkg -Source "C:\Users\%username%\.nuget\localPackages"
"C:\Program Files (x86)\nuget\nuget.exe" add bin\publish\nkast.Wasm.Audio.6.0.6.nupkg -Source "C:\Users\%username%\.nuget\localPackages"

0 comments on commit 2ca8db8

Please sign in to comment.