Skip to content

Commit

Permalink
Fix: mistaken for publishing the NuGet package binary, so republished…
Browse files Browse the repository at this point in the history
… it.
  • Loading branch information
jsakamoto committed Dec 15, 2021
1 parent 660bcfc commit 105bc7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-preview.11.0</Version>
<Version>1.0.0-preview.11.1</Version>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Authors>J.Sakamoto</Authors>
<PackageId>BlazorWasmPreRendering.Build</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This will help make the contents of your Blazor WebAssembly static apps findable
Install this package to your Blazor WebAssembly project.

```
dotnet add package BlazorWasmPreRendering.Build --version 1.0.0-preview.11.0
dotnet add package BlazorWasmPreRendering.Build --version 1.0.0-preview.11.1
```

Basically, **that's all**.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v.1.0.0-preview.11.0
v.1.0.0-preview.11.1
- Improve: an IConfiguration object will be provided to the application's "ConfigureServices()" method as an argument.

v.1.0.0-preview.10.1
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.11.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.11.1" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="1.3.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0-rc.2.21480.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0-rc.2.21480.10" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.11.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.11.1" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="1.3.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.10" PrivateAssets="all" />
Expand Down

0 comments on commit 105bc7c

Please sign in to comment.