Skip to content

Commit

Permalink
Updating Buildalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 11, 2019
1 parent a9bd896 commit 5e729ce
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.8
v2.2.9
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.2.9

- [Fix] Updated to latest Buildalyzer (#865)
- [Documentation] Fixed a typo (#860, thanks @pascalberger)
- [Fix] Moved CleanBlog JS to the bottom so not to block rendering (#867, thanks @pug-pelle-p)

# 2.2.8

- [Fix] Updated NuGet packages in an attempt to fix ongoing package installation and signature verification problems
Expand Down
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
using System.Reflection;

[assembly: AssemblyProduct("Wyam")]
[assembly: AssemblyVersion("2.2.8")]
[assembly: AssemblyFileVersion("2.2.8")]
[assembly: AssemblyInformationalVersion("2.2.8")]
[assembly: AssemblyVersion("2.2.9")]
[assembly: AssemblyFileVersion("2.2.9")]
[assembly: AssemblyInformationalVersion("2.2.9")]
[assembly: AssemblyCopyright("Copyright © Wyam Contributors")]

7 changes: 4 additions & 3 deletions Wyam.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam", "src\clients\Wyam\Wyam.csproj", "{9CADDE07-290F-4958-B0D4-2E613B8F127F}"
EndProject
Expand Down Expand Up @@ -135,6 +135,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{9B01F618-6
README.md = README.md
RELEASE = RELEASE
ReleaseNotes.md = ReleaseNotes.md
SolutionInfo.cs = SolutionInfo.cs
stylecop.json = stylecop.json
wyam.ruleset = wyam.ruleset
Wyam.sln.DotSettings = Wyam.sln.DotSettings
Expand All @@ -150,7 +151,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam.YouTube.Tests", "tests
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam.Images.Tests", "tests\extensions\Wyam.Images.Tests\Wyam.Images.Tests.csproj", "{0D8A9B33-A64E-42AF-8BD5-62C33D16AED3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wyam.Feeds.Tests", "tests\extensions\Wyam.Feeds.Tests\Wyam.Feeds.Tests.csproj", "{53711748-0274-4A01-B2DC-010DB2FD760F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam.Feeds.Tests", "tests\extensions\Wyam.Feeds.Tests\Wyam.Feeds.Tests.csproj", "{53711748-0274-4A01-B2DC-010DB2FD760F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions src/extensions/Wyam.CodeAnalysis/Wyam.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Buildalyzer.Workspaces" Version="2.2.0" />
<PackageReference Include="Buildalyzer.Workspaces" Version="2.4.0" />
<PackageReference Include="ConcurrentHashSet" Version="1.0.2" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.6.0" />
</ItemGroup>
</Project>

0 comments on commit 5e729ce

Please sign in to comment.