Skip to content

Commit

Permalink
Bump to -beta8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jherby2k committed Feb 11, 2020
1 parent 53ee598 commit 32e5bec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AudioWorks/src/AudioWorks.Api/AudioWorks.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0-beta7</Version>
<Version>1.0.0-beta8</Version>
<Revision>$(BUILD_BUILDID)</Revision>
<Revision Condition="'$(Revision)'==''">0</Revision>
<FileVersion>1.0.0.$(Revision)</FileVersion>
Expand Down Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AudioWorks.Extensibility" Version="1.0.0-beta7" />
<PackageReference Include="AudioWorks.Extensibility" Version="1.0.0-beta8" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="NuGet.Resolver" Version="5.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0-beta7</Version>
<Version>1.0.0-beta8</Version>
<Revision>$(BUILD_BUILDID)</Revision>
<Revision Condition="'$(Revision)'==''">0</Revision>
<FileVersion>1.0.0.$(Revision)</FileVersion>
Expand Down
Binary file modified AudioWorks/src/AudioWorks.Commands/AudioWorks.Commands.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion AudioWorks/src/AudioWorks.Common/AudioWorks.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0-beta7</Version>
<Version>1.0.0-beta8</Version>
<Revision>$(BUILD_BUILDID)</Revision>
<Revision Condition="'$(Revision)'==''">0</Revision>
<FileVersion>1.0.0.$(Revision)</FileVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0-beta7</Version>
<Version>1.0.0-beta8</Version>
<Revision>$(BUILD_BUILDID)</Revision>
<Revision Condition="'$(Revision)'==''">0</Revision>
<FileVersion>1.0.0.$(Revision)</FileVersion>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AudioWorks.Common" Version="1.0.0-beta7" />
<PackageReference Include="AudioWorks.Common" Version="1.0.0-beta8" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
Expand Down

0 comments on commit 32e5bec

Please sign in to comment.